-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Reference: 0174624067
When calling fit, I indicated input_data.npinstead of input_data.npy e.g.
mxnet_estimator.fit({'train': 's3://rauscn-data/data/input_data.np')
The input_data.npy was neverthelss downloaded but the filename was then y. Initially I thought SageMaker had renamed the file, until I figured out that the filename was caused by the typo. When indicating for instance input_data. then the name of the downloaded file would be npy. Is this intended?
Reactions are currently unavailable