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 using AutuGluon on SageMaker Studio where I am limited in disk size and I want to track all my experiments on Amazon S3. Storing everything on S3, I easily can access the Tensorflow board without using SageMaker Studio. Therefore, it would be great if this method would also support S3 URIs.
Description
The serialisation of the predictor expects a
Path
fromPathlib
:gluonts/src/gluonts/model/predictor.py
Lines 78 to 80 in b63fc05
Passing an S3 URI causes the method to fail. The reason is the usage of Pathlib
results in
PosixPath('s3:/my-bucket/my_file')
I'm using AutuGluon on SageMaker Studio where I am limited in disk size and I want to track all my experiments on Amazon S3. Storing everything on S3, I easily can access the Tensorflow board without using SageMaker Studio. Therefore, it would be great if this method would also support S3 URIs.
CC: @shchur
The text was updated successfully, but these errors were encountered: