We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2890cf commit 3716ff4Copy full SHA for 3716ff4
1 file changed
readme.md
@@ -147,7 +147,7 @@ Check out this [tutorial](tutorial/train_shape.ipynb) if you are new to this. Yo
147
obj_list: ['person', 'bicycle', 'car', ...]
148
149
150
-## 3.a. Train on coco from scratch
+## 3.a. Train on coco from scratch(not necessary)
151
152
# train efficientdet-d0 on coco from scratch
153
# with batchsize 12
@@ -159,7 +159,7 @@ Check out this [tutorial](tutorial/train_shape.ipynb) if you are new to this. Yo
159
# The first few epoches will be rather unstable,
160
# it's quite normal when you train from scratch.
161
162
- python train.py -c 0 --batch_size 12
+ python train.py -c 0 --batch_size 64 --optim sgd --lr 8e-2
163
164
## 3.b. Train a custom dataset from scratch
165
0 commit comments