Skip to content

Commit

Permalink
Add missing param in initialize_optimizer (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaysoni authored Feb 13, 2020
1 parent 5e62b71 commit 5511899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/1_farm_building_blocks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
"\n",
"model, optimizer, lr_schedule = initialize_optimizer(\n",
" model=model,\n",
" device=device,\n",
" learning_rate=LEARNING_RATE,\n",
" n_batches=len(data_silo.loaders[\"train\"]),\n",
" n_epochs=N_EPOCHS)"
Expand Down

0 comments on commit 5511899

Please sign in to comment.