Hi BattyLion34 ,
Does ResNetFineTune.py
is a new file in your git? Do you see its changes in the original task’s uncommitted changes
section?
BattyLion34 when you are running the script locally, you have this script ( ResNetFineTune.py
) so you can run it without any issue, but when running the agent, the agent clone the repo, create an env and run the script. Now, the issue is that when trying to run the script, from the cloned repo, it can’t find it, because it’s only on your local machine, in the original git repo.
TimelyPenguin76 Yes, that's a new file - I haven't added it to repository yet. What I see for original taks "uncommitted changes" - "no changes logged".
To fix it, you can add the file and push the changes to the git. After you should also see the changes in your script (after committed).
BattyLion34 only add will also work, because it will be in the diff section