tensorflow / cloud

The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.

Home Page:https://github.com/tensorflow/cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

entry_point and requirements files are expected to be current directory

srigv opened this issue · comments

I have an installed Python package which calls tfc.run() using package files as entry_point and requirements, this doesn't work because of the restriction of CWD in validation.py. Is there a specific reason these files should be in the CWD, instead of any valid path? I can work around but any valid path would've been better.

after doing a few more tests, it seems like this is not an issue and I was misled by the error message. closing it.