Skip to content

Commit bda8a1a

Browse files
committed
Fix some conflicts in model details with the description in paper, corresponding ckpts need to be updated! Add the settings for massive training, and human portrait training on P3M-10k.
1 parent b0c7031 commit bda8a1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

train.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
# Run script
3-
# DIS/COD/HRSOD/massive: epochs,val_last,step:[600,200,10]/[150,50,10]/[150,50,10]/[300,100,10]
3+
# DIS/COD/HRSOD/massive/P3M-10k: epochs,val_last,step:[600,200,10]/[150,50,10]/[150,50,10]/[300,100,10]/[150,50,10]
44
method="$1"
5-
epochs=300
6-
val_last=100
5+
epochs=600
6+
val_last=200
77
step=10
88
testsets=NO # Non-existing folder to skip.
99
# testsets=TE-COD10K # for COD

0 commit comments

Comments
 (0)