未验证 提交 fe24e719 编写于 作者: R ruri 提交者: GitHub

fix script bug (#4000)

上级 c6f6a54a
......@@ -3,7 +3,7 @@
python train.py \
--model=DarkNet53 \
--batch_size=256 \
--image_shape=3 256 256 \
--image_shape 3 256 256 \
--lr_strategy=cosine_decay \
--lr=0.1 \
--num_epochs=200 \
......
......@@ -9,7 +9,7 @@ export FLAGS_fraction_of_gpu_memory_to_use=0.98
python train.py \
--model=InceptionV4 \
--batch_size=256 \
--image_shape=3 299 299 \
--image_shape 3 299 299 \
--lr_strategy=cosine_decay \
--lr=0.045 \
--num_epochs=200 \
......
python train.py \
--model=Xception41 \
--batch_size=256 \
--image_shape=3 299 299 \
--image_shape 3 299 299 \
--lr_strategy=cosine_decay \
--lr=0.045 \
--num_epochs=120 \
......
......@@ -2,7 +2,7 @@
python train.py \
--model=Xception41_deeplab \
--batch_size=256 \
--image_shape=3 299 299 \
--image_shape 3 299 299 \
--lr_strategy=cosine_decay \
--lr=0.045 \
--num_epochs=120 \
......
......@@ -2,7 +2,7 @@
python train.py \
--model=Xception65 \
--batch_size=256 \
--image_shape=3 299 299 \
--image_shape 3 299 299 \
--lr_strategy=cosine_decay \
--lr=0.1 \
--num_epochs=200 \
......
......@@ -2,7 +2,7 @@
python train.py \
--model=Xception65_deeplab \
--batch_size=256 \
--image_shape=3 299 299 \
--image_shape 3 299 299 \
--lr_strategy=cosine_decay \
--lr=0.045 \
--num_epochs=120 \
......
......@@ -2,7 +2,7 @@
python train.py \
--model=Xception71 \
--batch_size=256 \
--image_shape=3 299 299 \
--image_shape 3 299 299 \
--lr_strategy=cosine_decay \
--lr=0.1 \
--num_epochs=200 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册