Hi folks!
I want to train a model on several TBs of data. Since the dataset is stored in a non-public NetApp cloud bucket, that is, a provider other than AWS S3, I am having issues to use the S3FileLoader as well as other utilities of pytorch data.
How can I access the data and authenticate my requests?
Thanks for the help!