Skip to content

Instantly share code, notes, and snippets.

@sayakpaul
Created April 29, 2020 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayakpaul/d004b6bdf2bda2f2c08c174a4b10ed55 to your computer and use it in GitHub Desktop.
Save sayakpaul/d004b6bdf2bda2f2c08c174a4b10ed55 to your computer and use it in GitHub Desktop.
sweep_config = {
"method": "random", #grid, random
"metric": {
"name": "accuracy",
"goal": "maximize"
},
"parameters": {
"epochs": {
"values": [10, 15, 20]
},
"learning_rate": {
"values": [1e-2, 1e-3, 1e-4, 3e-4, 3e-5, 1e-5]
},
"optimizer": {
'values': ["adam", "sgd"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment