tsenghungchen / SA-tensorflow

Soft attention mechanism for video caption generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Variable Wemb/Adam/ does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in VarScope

jasonustc opened this issue · comments

I come into this error when running the code, any suggestions?

@jasonustc how to solve?

@jasonustc how to solve?

I repalce AdamOptimizer() by GradientDescentOptimizer().