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
In Sagemaker Instance or Studio, if tfds.load is executed in the terminal or in the notebook it will fail. However if it is in the script mode of training it works fine.
I have been looking for an example to use tensorflow_datasets in sagemaker and found the following source.
https://github.com/awslabs/sagemaker-debugger/blob/master/tests/tensorflow/test_keras_to_estimator.py
I believe this code - test_keras_to_estimator.py - works well with loading data to S3. Could you shed some light?
Thanks in advance
Btw, I am using tensorflow 2.3.0 with tensorflow_datasets 3.2.1.
The error I have is like below.
The text was updated successfully, but these errors were encountered: