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
here's the code i got
Traceback (most recent call last):
File "rbm_chords.py", line 95, in
W_adder = tf.mul(lr/size_bt, tf.sub(tf.matmul(tf.transpose(x), h), tf.matmul(tf.transpose(x_sample), h_sample)))
AttributeError: 'module' object has no attribute 'mul'
The text was updated successfully, but these errors were encountered:
here's the code i got
Traceback (most recent call last):
File "rbm_chords.py", line 95, in
W_adder = tf.mul(lr/size_bt, tf.sub(tf.matmul(tf.transpose(x), h), tf.matmul(tf.transpose(x_sample), h_sample)))
AttributeError: 'module' object has no attribute 'mul'
The text was updated successfully, but these errors were encountered: