Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang authored Aug 29, 2022
1 parent 8fc9eaf commit 0f4dfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"outputs": [],
"source": [
"log_weights, log_loss = gradNorm(net=mtlnet, layer=net.fc4, alpha=0.12, dataloader=dataloader,\n",
" num_epochs=250, lr1=1e-5, lr2=5e-4, log=True)"
" num_epochs=250, lr1=1e-5, lr2=5e-4, log=True)"
]
},
{
Expand Down

0 comments on commit 0f4dfcd

Please sign in to comment.