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
Hi, I am trying to run this on colab. But I'm getting the following error:
**** EPOCH 000 ****
2020-10-01 02:31:34.986664
Traceback (most recent call last):
File "train.py", line 377, in
train()
File "train.py", line 202, in train
train_one_epoch(sess, ops, train_writer)
File "train.py", line 257, in train_one_epoch
feed_dict=feed_dict)
File "/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 956, in run
run_metadata_ptr)
File "/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 1156, in _run
(np_val.shape, subfeed_t.name, str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (32, 2048, 3) for Tensor 'Placeholder:0', which has shape '(32, 2048, 4)'
Can anyone suggest me any way? Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi, I am trying to run this on colab. But I'm getting the following error:
**** EPOCH 000 ****
2020-10-01 02:31:34.986664
Traceback (most recent call last):
File "train.py", line 377, in
train()
File "train.py", line 202, in train
train_one_epoch(sess, ops, train_writer)
File "train.py", line 257, in train_one_epoch
feed_dict=feed_dict)
File "/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 956, in run
run_metadata_ptr)
File "/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 1156, in _run
(np_val.shape, subfeed_t.name, str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (32, 2048, 3) for Tensor 'Placeholder:0', which has shape '(32, 2048, 4)'
Can anyone suggest me any way? Thanks in advance
The text was updated successfully, but these errors were encountered: