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
2019-09-26 15:56:43.949958: W tensorflow/core/framework/op_kernel.cc:1622] OP_REQUIRES failed at transpose_op.cc:157 : Invalid argument: transpose expects a vector of size 0. But input(1) is a vector of size 4
2019-09-26 15:56:44.796186: W tensorflow/stream_executor/cuda/redzone_allocator.cc:311] Internal: Invoking ptxas not supported on Windows
Relying on driver to perform ptx compilation. This message will be only logged once.
[I 15:57:48.855 NotebookApp] Saving file at /sem_net.ipynb
InvalidArgumentError: 2 root error(s) found.
(0) Invalid argument: transpose expects a vector of size 0. But input(1) is a vector of size 4
[[{{node metrics/iou_score/transpose}}]]
[[loss/mul/_2843]]
(1) Invalid argument: transpose expects a vector of size 0. But input(1) is a vector of size 4
[[{{node metrics/iou_score/transpose}}]]
0 successful operations.
0 derived errors ignored.
Using CPU or GPU
TF 0.14 Source
Cuda 10.1
Windows 10
The text was updated successfully, but these errors were encountered:
I’m trying to use tf.keras, I get the following
Using CPU or GPU
TF 0.14 Source
Cuda 10.1
Windows 10
The text was updated successfully, but these errors were encountered: