Skip to content

Commit 0135b24

Browse files
authored
use latest saved weight in tutorial
Use latest saved weight by default in tutorial but also allow the user to specify a weight file.
1 parent db632df commit 0135b24

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
@@ -466,7 +466,7 @@
466466
"#get latest weight file\n",
467467
"%cd logs/shape\n",
468468
"weight_file = !ls -Art | tail -n 1\n",
469-
"%cd -\n",
469+
"%cd ../..\n",
470470
"\n",
471471
"#uncomment the next line to specify a weight file\n",
472472
"#weight_file[0] = 'efficientdet-d0_49_1400.pth'\n",

0 commit comments

Comments
 (0)