FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

nvalidArgumentError: Input to reshape is a tensor with 1 values, but the requested shape has 0

Open WKChung1028 opened this issue 8 years ago • 3 comments

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 from libs.datasets import download_and_convert_coco File "train/../libs/datasets/download_and_convert_coco.py", line 232 ors_impl.InvalidArgumentError: Input to reshape is a tensor with 1 values, but the requested shape has 0

WKChung1028 avatar Sep 21 '17 03:09 WKChung1028

I also got same problem

LifeBeyondExpectations avatar Oct 09 '17 17:10 LifeBeyondExpectations

I have the same problem,could you tell me how do you solve it?

w-tingting avatar Oct 13 '17 12:10 w-tingting

Solved in #113

hanskrupakar avatar Oct 17 '17 20:10 hanskrupakar