Issue reading folder while submitting jobman

Issue reading folder while submitting jobman  

  By: mustangs007 on Feb. 26, 2024, 11:58 a.m.

Hi Team, i have did some manipulation on breast dataset, stored its result in image format in a folder inside persistent-home

and now when i run model_train.py file which has reference to that folder which stored manipulated dataset, it is failing to read images in that folder, giving error path not fined script, dataset both are inside persistent-home used command jobman submit -i ubuntu-python "-- python3 ~/persistent-home/validation.py"

can anyone please help me here thanks

Re: Issue reading folder while submitting jobman  

  By: alvaroparicio on Feb. 27, 2024, 1:42 p.m.

Hi, Please ensure the path you put in the command line exists "~/persistent-home/validation.py", ensure there is a file "validation.py" in your persistent-home directory or change the path according to where is the script you want to execute. Hope we could help!