You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same with cloud training, help please(
The replica master 0 exited with a non-zero status of 1.
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/root/.local/lib/python3.5/site-packages/youtube-8m/train.py", line 20, in
import eval_util
ImportError: No module named 'eval_util'
Following the steps in README for running locally, I'm running into an error:
Later, adding the directory
youtube-8m
to PYTHONPATH solves the problem for me, but that probably isn't the intended usage.The text was updated successfully, but these errors were encountered: