Stephan Sturges commited on
Commit
32dfed1
·
1 Parent(s): 58907d8

adding overfit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ st.write("Bear in mind that this model is **much less refined** than the embedde
98
  models = {
99
  "Embedded model short trained: DeeplabV3+, MobilenetV2, 416px resolution": "end2end.onnx",
100
  "Embedded model better trained: DeeplabV3+, MobilenetV2, 416px resolution": "20230608_onnx_416_mbnv2_dl3/end2end.onnx",
101
- "Embeddeed model complete training cycle: DV3+ MBv2, 416px": "export240k.onnx"
102
  }
103
 
104
 
 
98
  models = {
99
  "Embedded model short trained: DeeplabV3+, MobilenetV2, 416px resolution": "end2end.onnx",
100
  "Embedded model better trained: DeeplabV3+, MobilenetV2, 416px resolution": "20230608_onnx_416_mbnv2_dl3/end2end.onnx",
101
+ "Embedded model with massive overfitting: DV3+ MBv2, 416px": "export240k.onnx"
102
  }
103
 
104