Trying to upload PyTorch scaler to s3 instance so it’s not bundled what a trained model
I’m trying to upload a PyTorch scaler to S3 so that I can access it individually without having to download the model bundle. Doing some research I thought I would be able to upload it anywhere else other than the ‘/opt/ml/model’ and it wouldn’t be bundled. Below is the python code I’m using to try to upload it. This code still seems to bundle the scaler with the model.