Updated backbone weights path to xception-best.pth
Browse files- bm-general-config.yaml +1 -1
bm-general-config.yaml
CHANGED
@@ -58,7 +58,7 @@ optimizer:
|
|
58 |
momentum: 0.9
|
59 |
weight_decay: 0.0005
|
60 |
type: adam
|
61 |
-
pretrained: ../weights/
|
62 |
rec_iter: 100
|
63 |
resolution: 256
|
64 |
rgb_dir: ./datasets/rgb
|
|
|
58 |
momentum: 0.9
|
59 |
weight_decay: 0.0005
|
60 |
type: adam
|
61 |
+
pretrained: ../weights/xception-best.pth
|
62 |
rec_iter: 100
|
63 |
resolution: 256
|
64 |
rgb_dir: ./datasets/rgb
|