Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Small fixes in the tutorials (#350)
Browse files Browse the repository at this point in the history
Summary:
As I was preparing the 0.2 release, found these small issues in the
tutorials. Fix them.
Pull Request resolved: #350

Reviewed By: mannatsingh

Differential Revision: D19517030

Pulled By: vreis

fbshipit-source-id: 83ce3d2f14068f5a3ef07170ae9f24bfe33d968e
  • Loading branch information
vreis authored and facebook-github-bot committed Jan 22, 2020
1 parent 21d8852 commit e842165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorials/fine_tuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"\n",
"optimizer = build_optimizer({\n",
" \"name\": \"sgd\",\n",
" \"lr\": {\"param_schedulers\": {\"name\": \"step\", \"values\": [0.1, 0.01]}},\n",
" \"param_schedulers\": {\"lr\": {\"name\": \"step\", \"values\": [0.1, 0.01]}},\n",
" \"weight_decay\": 1e-4,\n",
" \"momentum\": 0.9,\n",
" \"num_epochs\": num_epochs\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"outputs": [],
"source": [
"% cd my-project"
"%cd my-project"
]
},
{
Expand Down

0 comments on commit e842165

Please sign in to comment.