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
d /= (1e-12 + tf.reduce_max(tf.abs(d), range(1, len(d.get_shape())), keep_dims=True))
In tensorflow (1.8>) with python 3, this line does not seem to work. It seems range needs to be wrapped by 'list'.
vat_tf/vat.py
Line 34 in c5125d2
In tensorflow (1.8>) with python 3, this line does not seem to work. It seems range needs to be wrapped by 'list'.
The text was updated successfully, but these errors were encountered: