Skip to content

Commit 840ed35

Browse files
authored
Update 301_regression.ipynb
1 parent 0212a9d commit 840ed35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial-contents-notebooks/301_regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
},
126126
"outputs": [],
127127
"source": [
128-
"optimizer = torch.optim.SGD(net.parameters(), lr=0.4)\n",
128+
"optimizer = torch.optim.SGD(net.parameters(), lr=0.2)\n",
129129
"loss_func = torch.nn.MSELoss() # this is for regression mean squared loss"
130130
]
131131
},

0 commit comments

Comments
 (0)