Skip to content

Syntax error in single task training #5

@dhar7

Description

@dhar7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions