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

error when changing the input size #14

Closed
Perseus1993 opened this issue May 13, 2018 · 3 comments
Closed

error when changing the input size #14

Perseus1993 opened this issue May 13, 2018 · 3 comments

Comments

@Perseus1993
Copy link

I changed the input image size into: 'mouth': np.random.random_sample(size=(num_training_samples, 9, 64, 64, 1))

then the error
Negative dimension size caused by subtracting 5 from 3 for 'tower_0/mouth_cnn/fc5/fc5_1/convolution' (op: 'Conv3D') with input shapes: [?,9,3,3,128], [1,2,5,128,256]

How should I change the net structure to fix that? thank you

@astorfi
Copy link
Owner

astorfi commented May 13, 2018

You should have an architecture regarding your input shape. I do not know what architecture can fit your input but the architecture related to your visual network must be changed.

@Perseus1993
Copy link
Author

already fixed it, after looking into network structures

@astorfi
Copy link
Owner

astorfi commented May 14, 2018

OK cool

@astorfi astorfi closed this as completed May 14, 2018
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