NVIDIA/runx

Problem of SUBMID_CMD: submit_job in .runx

TheoRenLi opened this issue · 2 comments

When i run this command: python -m runx.runx sweep.yml, there is a problem below, why?
"""Copying codebase to ./logs/sweep/witty-fennec_2020.05.27_21.05 ...
Submitting job sweep_witty-fennec_2020.05.27_21.05
/bin/sh: 1: submit_job: not found """

ajtao commented

Hello, if you update your code and try the examples again, please try the interactive mode:

pip install --upgrade runx
cd examples
python -m runx.runx mnist.yml -i

That should work!

it works now, Thanks!