MTCNN-Tensorflow
MTCNN-Tensorflow copied to clipboard
InvalidArgumentError (see above for traceback): Reshape cannot infer the missing input size for an empty tensor unless all specified input sizes are non-zero
When run train_RNet,I met this error: InvalidArgumentError (see above for traceback): Reshape cannot infer the missing input size for an empty tensor unless all specified input sizes are non-zero [[Node: gradients/TopKV2_grad/Reshape = Reshape[T=DT_INT32, Tshape=DT_INT32, _device="/job:localhost/replica:0/task:0/device:CPU:0"](TopKV2:1, gradients/TopKV2_grad/stack)]] Anyone knows how to solve this problem?
has been solved??
遇到了同样的问题,请问解决了吗