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
File "nsfw_predict.py", line 42, in predict
feed_dict={inputs: [image_data] * _BATCH_SIZE})
File "\nsfw-master\venv\lib\site-packages\tensorflow\python\client\session.py", line 950, in run
run_metadata_ptr)
File "\nsfw-master\venv\lib\site-packages\tensorflow\python\client\session.py", line 1149, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (128, 64, 64) for Tensor 'input_tensor:0', which has shape '(128, 64, 64, 3)'
The text was updated successfully, but these errors were encountered:
File "nsfw_predict.py", line 42, in predict
feed_dict={inputs: [image_data] * _BATCH_SIZE})
File "\nsfw-master\venv\lib\site-packages\tensorflow\python\client\session.py", line 950, in run
run_metadata_ptr)
File "\nsfw-master\venv\lib\site-packages\tensorflow\python\client\session.py", line 1149, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (128, 64, 64) for Tensor 'input_tensor:0', which has shape '(128, 64, 64, 3)'
The text was updated successfully, but these errors were encountered: