model name
Browse files- audio_utils.py +1 -1
audio_utils.py
CHANGED
@@ -34,7 +34,7 @@ class Config:
|
|
34 |
NUM_WORKERS = 4
|
35 |
NUM_EPOCHS = 1
|
36 |
MODEL_NAME = "google/mobilenet_v2_0.35_96"
|
37 |
-
MODEL_PATH = "
|
38 |
|
39 |
config = Config()
|
40 |
|
|
|
34 |
NUM_WORKERS = 4
|
35 |
NUM_EPOCHS = 1
|
36 |
MODEL_NAME = "google/mobilenet_v2_0.35_96"
|
37 |
+
MODEL_PATH = "scaled_model_800_128_96x96_mobilenet_small_unscaled_submission.pth"
|
38 |
|
39 |
config = Config()
|
40 |
|