Skip to content
New issue

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

Training Yolo on new dataset with smaller label set #108

Closed
adiyoss opened this issue Mar 28, 2017 · 1 comment
Closed

Training Yolo on new dataset with smaller label set #108

adiyoss opened this issue Mar 28, 2017 · 1 comment

Comments

@adiyoss
Copy link

adiyoss commented Mar 28, 2017

Hey,
I'm trying to train Yolo on a new dataset
I annotated the data as requested and changed the labels.txt and .cfg file, but I still get an error regarding the input shape. I don't fully understand all the shape parameters in the config file.

This is the error:
InvalidArgumentError (see above for traceback): Input to reshape is a tensor with 215475 values, but the requested shape requires a multiple of 8450
[[Node: Reshape = Reshape[T=DT_FLOAT, Tshape=DT_INT32, _device="/job:localhost/replica:0/task:0/gpu:0"](output, Reshape/shape)]]
[[Node: mul_30/_195 = _Recvclient_terminated=false, recv_device="/job:localhost/replica:0/task:0/cpu:0", send_device="/job:localhost/replica:0/task:0/gpu:0", send_device_incarnation=1, tensor_name="edge_2480_mul_30", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/cpu:0"]]

Help anyone?

@thtrieu
Copy link
Owner

thtrieu commented Mar 29, 2017

Maybe #107 (comment) can help

@thtrieu thtrieu closed this as completed Apr 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants