This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Translate to Chinese: Chap 1#544
Merged
daming-lu merged 9 commits intoPaddlePaddle:high-level-api-branchfrom Jun 12, 2018
Merged
Translate to Chinese: Chap 1#544daming-lu merged 9 commits intoPaddlePaddle:high-level-api-branchfrom
daming-lu merged 9 commits intoPaddlePaddle:high-level-api-branchfrom
Conversation
added 7 commits
June 7, 2018 16:58
…-level-api-branch
…gh-level-api-branch
jetfuel
approved these changes
Jun 11, 2018
|
|
||
| ### 创建Trainer | ||
| ### 配置训练程序 | ||
| 训练程序的目的是定义一个训练模型的网络结构.对于线性回归来讲,它就是一个从输入到输出的简单的全连接层。更加复杂的结果,比如卷积神经网络,递归神经网络等会在随后的章节中介绍。训练程序必须返回`平均损失`作为第一个返回值,因为它会被后面反向传播算法所用到。 |
Contributor
There was a problem hiding this comment.
网络结构.对于线性
Incorrect period.
Contributor
Author
There was a problem hiding this comment.
missed this. I will fix it in the next PR on Chap 4
01.fit_a_line/README.cn.md
Outdated
| trainer = fluid.Trainer( | ||
| train_func=train_program, | ||
| place=place, | ||
| optimizer=fluid.optimizer.SGD(learning_rate=0.001)) |
Contributor
There was a problem hiding this comment.
Will need to use the optimizer_func later.
01.fit_a_line/README.cn.md
Outdated
|  | ||
|
|
||
| ### 应用模型 | ||
| ## 推测 |
Contributor
There was a problem hiding this comment.
Maybe we should use '预测', although I honestly don't know if that's the go to translation.
added 2 commits
June 11, 2018 16:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.