-
Notifications
You must be signed in to change notification settings - Fork 262
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
Issue in Training!!!! #99
Comments
Traceback (most recent call last): |
Hello, |
Hello @Shiny128 @gudongfeng @hx173149 @chuckcho @highway007 I want to train the model with new Dataset . How to create crop_mean.npy file for new dataset? What are the changes to be made to C3D model?(Removing the final layers) I wanna detect the object in the video as well how to do this? Can anyone please guide me... |
I have met this problem before, it might be the input_data.py's problem, it didn't read your file. You maybe need to do a little change to the os.walk() |
Hi @gudongfeng @hx173149 @chuckcho @cc786537662
ValueError: Cannot feed value of shape (40, 0) for Tensor u'Placeholder:0', which has shape '(?, 16, 128, 128, 3)'
Can you please suggest what could be the problem?
The text was updated successfully, but these errors were encountered: