Skip to content

Commit

Permalink
fixed zergtant#14
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-course committed Apr 8, 2019
1 parent 1ca5610 commit 7c4098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter3/3.1-logistic-regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"net=LR() \n",
"criterion=nn.CrossEntropyLoss() # 使用CrossEntropyLoss损失\n",
"optm=torch.optim.Adam(net.parameters()) # Adam优化\n",
"epochs=1000 # 训练10000次\n"
"epochs=1000 # 训练1000次\n"
]
},
{
Expand Down

0 comments on commit 7c4098c

Please sign in to comment.