提交 9c7ace08 编写于 作者: A Aston Zhang

aug epoch 6

上级 ba2b626d
......@@ -228,7 +228,7 @@ def train_with_data_aug(train_augs, test_augs, lr=0.001):
loss = gloss.SoftmaxCrossEntropyLoss()
train_iter = load_cifar10(True, train_augs, batch_size)
test_iter = load_cifar10(False, test_augs, batch_size)
train(train_iter, test_iter, net, loss, trainer, ctx, num_epochs=8)
train(train_iter, test_iter, net, loss, trainer, ctx, num_epochs=6)
```
### 有关图像增广的对比实验
......
......@@ -311,7 +311,7 @@ def train(net, lr, num_epochs):
现在我们可以训练使用负采样的跳字模型了。
```{.python .input n=24}
train(net, 0.005, 3)
train(net, 0.005, 5)
```
## 应用词嵌入模型
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册