You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Tensor-typed variable initializers must either be wrapped in an init_scope or callable (e.g., tf.Variable(lambda : tf.truncated_normal([10, 40]))) when building functions. Please file a feature request if this restriction inconveniences you.
#21
Open
ruthu1998 opened this issue
Feb 23, 2020
· 1 comment
You might be using multi variate LSTM.
If above is the case you should import layer_utils_multivariate instead of layer_utils dependencies from utils directory.
I get this error while running the generate_alstmfcn function.
Please help.
x = AttentionLSTM(NUM_CELLS)(ip)
The text was updated successfully, but these errors were encountered: