This repository was archived by the owner on Jan 24, 2024. It is now read-only.
add three docs for paddle2.0#872
Open
TCChenlong wants to merge 3 commits into
Open
Conversation
jzhang533
reviewed
Aug 26, 2020
Collaborator
jzhang533
left a comment
There was a problem hiding this comment.
ngram model
- 这里用paddle动态图的方式组网,由于是N-Gram模型,只需要一层Embedding与两层Linear就可以完成网络模型的构建。
这个没有因果关系呀。 - 1000个epoch有些夸张了,20个epoch内搞定吧。
TrainDataset没用到吧- 没有组batch?
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.
add these docs for paddle2.0:
image_classification
n_gram_model
text_generation