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
I'm getting the following error in the terminal pane when submitting a job. The job gets submitted and runs, but the results aren't collected back to the local system automatically. Do I have to manually make sure that some directory exists before using cloudml_train()?
143218205 --polling-interval=5 ; "/usr/lib/R/bin/Rscript" -e "cloudml::job_collect('cloudml_2018_08_09_143218205', destination = '/home/davek/R/cloudml-testing/runs', view = 'save')" ; "/usr/lib/R/bin/Rscript" -e "utils::browseURL('/home/davek/R/cloudml-testing/runs/cloudml_2018_08_09_143218205/tfruns.d/view.html')"
sh: 0: getcwd() failed: No such file or directory
sh: 0: getcwd() failed: No such file or directory
Traceback (most recent call last):
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/site.py", line 703, in <module>
main()
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/site.py", line 672, in main
paths_in_sys = removeduppaths()
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/site.py", line 124, in removeduppaths
dir, dircase = makepath(dir)
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/site.py", line 97, in makepath
dir = os.path.abspath(dir)
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/posixpath.py", line 364, in abspath
cwd = os.getcwd()
OSError: [Errno 2] No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
sh: 0: getcwd() failed: No such file or directory
sh: 0: getcwd() failed: No such file or directory
Error: ERROR: gcloud invocation failed [exit status 1]
[command]
/home/davek/google-cloud-sdk/bin/gcloud config get-value account
[output]
[errmsg]
sh: 0: getcwd() failed: No such file or directory
sh: 0: getcwd() failed: No such file or directory
Traceback (most recent call last):
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/site.py", line 703, in <module>
main()
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/site.py", line 672, in main
paths_in_sys = removeduppaths()
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/site.py", line 124, in removeduppaths
dir, dircase = makepath(dir)
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/site.py", line 97, in makepath
dir = os.path.abspath(dir)
File "/home/davek/.virtualenvs/r-tensorflow/lib/python2.7/posixpath.py", line 364, in abspath
cwd = os.getcwd()
OSError: [Errno 2] No such file or directory
Execution halted
sh: 0: getcwd() failed: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
sh: 0: getcwd() failed: No such file or directory
sh: 0: getcwd() failed: No such file or directory
➜ . sh: 0: getcwd() failed: No such file or directory
gio: file:///home/davek/R/cloudml-testing/runs/cloudml_2018_08_09_143218205/tfruns.d/view.html: Error when getting information for file “/home/davek/R/cloudml-testing/runs/cloudml_2018_08_09_143218205/tfruns.d/view.html”: No such file or directory
I can run job_collect() and then view the job after it is complete. It's just that the collect isn't run automatically.
I'm getting the following error in the terminal pane when submitting a job. The job gets submitted and runs, but the results aren't collected back to the local system automatically. Do I have to manually make sure that some directory exists before using
cloudml_train()
?I can run
job_collect()
and then view the job after it is complete. It's just that the collect isn't run automatically.session info:
The text was updated successfully, but these errors were encountered: