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.
https://github.com/tensorflow/cloud
Apache License 2.0
371 stars 84 forks source link

entry_point and requirements files are expected to be current directory #336

Closed srigv closed 3 years ago

srigv commented 3 years ago

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.

srigv commented 3 years ago

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