我无法解析x_train + x_train.astype('float32')/ 255。 ValueError:无法将字符串转换为浮点数:C

时间:2019-07-10 06:29:48

标签: python python-3.x python-2.7

tf.where中使用2.0,其广播规则与np.where

Traceback (most recent call last):
  File "/Users/hassanjutt/PycharmProjects/untitled9/1.py", line 54, in <module>
    x_train+x_train.astype('float32')/255.
ValueError: could not convert string to float: C

0 个答案:

没有答案