Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run the train.py #4

Open
akshat-kul opened this issue Nov 20, 2022 · 0 comments
Open

Unable to run the train.py #4

akshat-kul opened this issue Nov 20, 2022 · 0 comments

Comments

@akshat-kul
Copy link

akshat-kul commented Nov 20, 2022

So, when I'm running this command in powershell:

python train.py \
>> --save-path "/model_saver" \
>> -d "/FUnIE-GAN-master/FUnIE-GAN-master/EUVP/Paired/underwater_imagenet" \
>> -a "v2" --epochs 100 --lr 1e-4 -b 8 -j 8

I keep getting this error in return:
At line:2 char:3

  • --save-path "/model_saver" \
  • ~
    Missing expression after unary operator '--'.
    At line:2 char:3
  • --save-path "/model_saver" \
  • ~~~~~~~~~
    Unexpected token 'save-path' in expression or statement.
    • CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
    • FullyQualifiedErrorId : MissingExpressionAfterOperator

Am I missing smething because I think it'll be able to run successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant