Skip to content

Commit 2299ab3

Browse files
authored
use latest saved weights by default in tutorial
Use the latest saved weights automatically for coc0_eval.py but also allow users to specify their own choice of weight file.
1 parent ee9956f commit 2299ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/train_shape.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
"%cd /content/Yet-Another-EfficientDet-Pytorch\n",
470470
"\n",
471471
"#uncomment the next line to specify a weight file\n",
472-
"#weight_file[0] = 'logs/shape/efficientdet-d0_49_1400.pth'\n",
472+
"#weight_file[0] = 'efficientdet-d0_49_1400.pth'\n",
473473
"\n",
474474
"! python coco_eval.py -c 0 -p shape -w \"logs/shape/{weight_file[0]}\""
475475
],

0 commit comments

Comments
 (0)