You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Sagemaker notebook(Image-classification-transfer-learning.ipynb) with built-in image classificaiton algorithm to classify my own images. I have defined the following hyperparameters I need as mentioned here: https://docs.aws.amazon.com/sagemaker/latest/dg/IC-Hyperparameter.html:
All the hyperparameters that are passed into the algorithm will be used for training. According to the logs, it seems you set the values for all these hyperparameters, but didn't pass them into the "training_params" session located in the Training cell. To use the hyperparameters you listed, you can use the code snippet like this:
Please fill out the form below.
System Information
Describe the problem
Why sagemaker is not using the optimizer, lr_scheduler_factor, augmentation_type that I have mentioned?
The text was updated successfully, but these errors were encountered: