When running my Pytorch Estimator in the cloud, I get this output regarding the recommended way to save my training scripts output to a folder called './outputs'. This folder is created by my script, and is in the correct root-folder provided. It has output.
However the estimator returns this, while preparing the container: Starting the daemon thread to refresh tokens in background for process with pid = 124 Warning: Unable to import azureml.history. Output collection disabled.
all I provide my estimator is my training script, conda env.yml and a compute target.
It completes the training script successfully, not errors.
Any ideas why I get this ?