Skip to content

Commit 505b9e4

Browse files
init
1 parent 793ccfc commit 505b9e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

train_transfer_cihp.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
python ./exp/transfer/train_cihp_from_pascal.py \
2-
--batch 24 --gpus 8 --pretrainedModel './pascal_base_trained.pth'
2+
--batch 24 --gpus 8 --pretrainedModel './pascal_base_trained.pth' \
3+
--lr 0.007 --classes 20

train_universal.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
python ./exp/universal/pascal_atr_cihp_uni.py \
22
--batch 24 --gpus 8 \
3-
--pretrainedModel './data/pretrained_model/deeplab_v3plus_v3.pth'
3+
--pretrainedModel './data/pretrained_model/deeplab_v3plus_v3.pth' \
4+
--lr 0.007

0 commit comments

Comments
 (0)