-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Question】请问paddle支持用RNN+LSTM进行text generation吗?在例子中没有找到。。。 #1191
Comments
sillybowen
changed the title
请问paddle支持用RNN+LSTM进行text generation吗?在例子中没有找到。。。
【Question】请问paddle支持用RNN+LSTM进行text generation吗?在例子中没有找到。。。
Jan 19, 2017
请问“基于翻译的seqToSeq”和你需要的“RNN+LSTM”差别具体在哪里呢?可以在配置中任意指定需要的layer。 |
多谢回复。 我实际是想做一个类似: SeqToSeq 我的理解是根据输入的Seq生成一个match的Seq。 请问该用哪些layer啊? 多谢。 |
Closed because of inactivity |
zhhsplendid
pushed a commit
to zhhsplendid/Paddle
that referenced
this issue
Sep 25, 2019
* deprecate paddle.fluid.memory_optimize * fix comment * fix comment
wangxicoding
pushed a commit
to wangxicoding/Paddle
that referenced
this issue
Dec 9, 2021
* modify transforner-rst * modify roformer tokenizer * delete modifications * modify chunk * delete changes * first modify * modify auto * modify automapping * modify automapping * modify baseautomodel * add tokenizer file * add tokenizer * update tokenizer * modify tokenizer * update * modify auto modeling * test modeling * update * modify automodel * test auto * update * test tokenizer * add diffs * update * fix errors * test * update * modify some errors * fix errors * update * updat4e * add task_choice * update * update * update * add causal lm mapping * remove dir * update * update * add models * delete print * task para * task para * task para * fix errors * update * ernie-gen * update * update
lizexu123
pushed a commit
to lizexu123/Paddle
that referenced
this issue
Feb 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
假设我有一组电商评论数据,想要训练生成类似的短信息。
在例子中只看到了基于翻译的seqToSeq
Lstm只看到了分类的例子
The text was updated successfully, but these errors were encountered: