command line to the arg parser should be passed via the "Args" section in the Configuration tab.
What is the working directory on the experiment ?
Assuming git repo looks something like:.git readme.txt module | +---- script.py
The working directory should be "."
The script path should be: "-m module.scipt"
And under the Configuration/Args, you should have:args1 = value args2 = another_value
Make sense?
So should I set them all with a default value? The working dir is the project one, the one that contains the module
package
Is this caused by running the script with the arguments
Yep 🙂
right click on the experiment, select Reset, now you can edit it.
Is this caused by running the script with the arguments?
I’ll show you what I have through PM!
Yes, everything is that way (work dir and args are ok) except the script path . It shows -m module arg1 arg2
.