Skip to content

Commit cf91771

Browse files
authored
Update README.md (#350)
Match the naming convention from tutorial.ipynb
1 parent e07b747 commit cf91771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

efficientdet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Finetune needs to use --ckpt rather than --backbone_ckpt.
271271
--validation_file_pattern=tfrecord/pascal*.tfrecord \
272272
--val_json_file=tfrecord/json_pascal.json \
273273
--model_name=efficientdet-d0 \
274-
--model_dir=/tmp/efficientdet-d0-scratch \
274+
--model_dir=/tmp/efficientdet-d0-finetune \
275275
--ckpt=efficientdet-d0 \
276276
--train_batch_size=8 \
277277
--eval_batch_size=8 --eval_samples=1024 \

0 commit comments

Comments
 (0)