-
Notifications
You must be signed in to change notification settings - Fork 274
请问windows下面运行s2s.py进行训练,报ValueError: Attempt to reuse RNNCell 的错误 #11
Comments
提示如下错误: |
请问如何解决?有遇到同样问题的吗? 好像是RNNCell要设置成 reuse=TRUE? |
if i don't run train_model bash, instead of s2s.py only, how could i set up parameters(size,num_layers, epoch,etcs) as i wish ? |
you can setup parameters in s2s.py, where tf.app.flags.define_float{} etc. |
同样遇到这个问题,我的linux环境一样的错误,mac上边就没有错误,怀疑是tensorflow版本问题。。 |
No description provided.
The text was updated successfully, but these errors were encountered: