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?
Reference: 0174624067
When calling fit, I indicated
input_data.npinstead ofinput_data.npye.g.The
input_data.npywas neverthelss downloaded but the filename was theny. Initially I thought SageMaker had renamed the file, until I figured out that the filename was caused by the typo. When indicating for instanceinput_data.then the name of the downloaded file would benpy. Is this intended?