We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ccfc commit 505b9e4Copy full SHA for 505b9e4
train_transfer_cihp.sh
@@ -1,2 +1,3 @@
1
python ./exp/transfer/train_cihp_from_pascal.py \
2
- --batch 24 --gpus 8 --pretrainedModel './pascal_base_trained.pth'
+ --batch 24 --gpus 8 --pretrainedModel './pascal_base_trained.pth' \
3
+ --lr 0.007 --classes 20
train_universal.sh
@@ -1,3 +1,4 @@
python ./exp/universal/pascal_atr_cihp_uni.py \
--batch 24 --gpus 8 \
- --pretrainedModel './data/pretrained_model/deeplab_v3plus_v3.pth'
+ --pretrainedModel './data/pretrained_model/deeplab_v3plus_v3.pth' \
4
+ --lr 0.007
0 commit comments