GraphGym
GraphGym copied to clipboard
run_batch.sh
Hello!
I'm experiencing an issue when running a batch of experiements, indeed after the end of each run I obtain only the stats.json file and not the best.json file. This does not happen if I run a single experiment. I have attached the error message, hope this will help!
Thank you in advance :)
Thanks for spotting this bug. I have been using the Linux development environment, and sometimes got sloppy of using /
in the path (should be replaced by os.path.join()
). I'll post a fix soon
Thank you very much for your reply! What script should be corrected?