We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,excuse me, I encountered the following problems while training the network, may I ask for some assistants?
Traceback (most recent call last): File "/home/vivian/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1323, in _do_call return fn(*args) File "/home/vivian/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1302, in _run_fn status, run_metadata) File "/home/vivian/anaconda3/lib/python3.5/site-packages/tensorflow/python/framework/errors_impl.py", line 473, in exit c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [256,2,4] vs. [2688,2,4] [[Node: build_loss/FastRCNN_loss/sub = Sub[T=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"](build_loss/FastRCNN_loss/Reshape, build_loss/FastRCNN_loss/Reshape_1)]]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,excuse me, I encountered the following problems while training the network, may I ask for some assistants?
Traceback (most recent call last):
File "/home/vivian/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1323, in _do_call
return fn(*args)
File "/home/vivian/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1302, in _run_fn
status, run_metadata)
File "/home/vivian/anaconda3/lib/python3.5/site-packages/tensorflow/python/framework/errors_impl.py", line 473, in exit
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [256,2,4] vs. [2688,2,4]
[[Node: build_loss/FastRCNN_loss/sub = Sub[T=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"](build_loss/FastRCNN_loss/Reshape, build_loss/FastRCNN_loss/Reshape_1)]]
The text was updated successfully, but these errors were encountered: