Skip to content

Commit 7c4098c

Browse files
committed
fixed #14
1 parent 1ca5610 commit 7c4098c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter3/3.1-logistic-regression.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"net=LR() \n",
189189
"criterion=nn.CrossEntropyLoss() # 使用CrossEntropyLoss损失\n",
190190
"optm=torch.optim.Adam(net.parameters()) # Adam优化\n",
191-
"epochs=1000 # 训练10000次\n"
191+
"epochs=1000 # 训练1000次\n"
192192
]
193193
},
194194
{

0 commit comments

Comments
 (0)