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
你好,我在运行train.py是这行代码“ ms = tf.placeholder(tf.float32, shape=(BATCH_SIZE, patch_size / 4, patch_size / 4, 4), name='ms')”
出现了如下错误“TypeError: Error converting shape to a TensorShape: Dimension value must be integer or None or have an index method, got value '66.0' with type '<class 'float'>'.”,请问这该怎么解决呢?
The text was updated successfully, but these errors were encountered:
你好,我在运行train.py是这行代码“ ms = tf.placeholder(tf.float32, shape=(BATCH_SIZE, patch_size / 4, patch_size / 4, 4), name='ms')”
出现了如下错误“TypeError: Error converting shape to a TensorShape: Dimension value must be integer or None or have an index method, got value '66.0' with type '<class 'float'>'.”,请问这该怎么解决呢?
The text was updated successfully, but these errors were encountered: