Skip to content

Commit 177c584

Browse files
committed
update doc
1 parent 47a2d51 commit 177c584

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

efficientdet/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ If you want to do inference for custom data, you can run
335335

336336
You should check more details of runmode which is written in caption-4.
337337

338-
## 9. Train on multi GPUs.
338+
## 9. Training on single node GPUs.
339339

340340
Create a config file for the PASCAL VOC dataset called voc_config.yaml and put this in it.
341341

efficientdet/tf2/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ Finetune needs to use --pretrained_ckpt.
260260

261261
If you want to continue to train the model, simply re-run the above command because the `num_epochs` is a maximum number of epochs. For example, to reproduce the result of efficientdet-d0, set `--num_epochs=300` then run the command multiple times until the training is finished.
262262

263-
## 9. Train on multi GPUs.
263+
## 9. Training on single node GPUs.
264264

265265
Just add ```--strategy=gpus```
266266

267-
## 10. Train on multi node GPUs.
267+
## 10. Training on multi node GPUs.
268268
Following scripts will start a training task with 2 nodes.
269269

270270
Start Chief training node.

0 commit comments

Comments
 (0)