-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I am using SCLon my Colaboratory . The preprocessing is getting done with success for 10 training data.
! python3 /content/SCL/scripts/preprocess.py -d /content/drive/MyDrive/Sample -t center_single -n 10 -v
But while trying to train using /content/Jacinle/bin/jac-run /content/SCL/main.py -d /content/drive/MyDrive/Sample2/ -t center_single --use-gpu -v -lr 0.005 -vlr 0.005 -wd 0.01 -tsd 80 -fg 10 -nf 80 -chd 16 16 32 32 -rb -erb -vhd 128 -hd 64 32 -lhd 128 the following error occurs
File "", line 1
content(/Jacinle/bin/jac-run, /content/SCL/main.py, -d, /content/drive/MyDrive/Sample/, -t, center_single, --use-gpu, -v, -lr, 0.005, -vlr, 0.005, -wd, 0.01, -tsd, 80, -fg, 10, -nf, 80, -chd, 16, 16, 32, 32, -rb, -erb, -vhd, 128, -hd, 64, 32, -lhd, 128)
^
SyntaxError: invalid syntax
** I am trying to run SCL for 10 training data at first .
Thanks in advance