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

Commit e842165

Browse files
vreisfacebook-github-bot
authored andcommitted
Small fixes in the tutorials (#350)
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
1 parent 21d8852 commit e842165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/fine_tuning.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"\n",
193193
"optimizer = build_optimizer({\n",
194194
" \"name\": \"sgd\",\n",
195-
" \"lr\": {\"param_schedulers\": {\"name\": \"step\", \"values\": [0.1, 0.01]}},\n",
195+
" \"param_schedulers\": {\"lr\": {\"name\": \"step\", \"values\": [0.1, 0.01]}},\n",
196196
" \"weight_decay\": 1e-4,\n",
197197
" \"momentum\": 0.9,\n",
198198
" \"num_epochs\": num_epochs\n",

tutorials/getting_started.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"outputs": [],
105105
"source": [
106-
"% cd my-project"
106+
"%cd my-project"
107107
]
108108
},
109109
{

0 commit comments

Comments
 (0)