We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
~~~~~~~~~
Am I missing smething because I think it'll be able to run successfully
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, when I'm running this command in powershell:
I keep getting this error in return:
At line:2 char:3
Missing expression after unary operator '--'.
At line:2 char:3
~~~~~~~~~
Unexpected token 'save-path' in expression or statement.
Am I missing smething because I think it'll be able to run successfully
The text was updated successfully, but these errors were encountered: