You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: