FastMaskRCNN
FastMaskRCNN copied to clipboard
nvalidArgumentError: Input to reshape is a tensor with 1 values, but the requested shape has 0
I am using Virtual Environment and CPU and tensorflow 1.3 to run the train.py. Before literation 115, everything is fine. but after that, the literation stopped. Then, I enter the same command again, the error occurred as shown as below. Hope to get help .
SyntaxError: invalid syntax
(my_project) ubuntu@ubuntu-IDP1:~/Documents/WK/FastMaskRCNN$ python train/train.py
Traceback (most recent call last):
File "train/train.py", line 28, in
I also got same problem
I have the same problem,could you tell me how do you solve it?
Solved in #113