Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Difficulty running bowl.conf with different image sizes #24

Closed
jfkingiii opened this issue Dec 28, 2014 · 4 comments
Closed

Difficulty running bowl.conf with different image sizes #24

jfkingiii opened this issue Dec 28, 2014 · 4 comments

Comments

@jfkingiii
Copy link

I resized all the images for the kaggle bowl to 60x60 and changed input_shape to 3,60,60 but I am getting an error message that tensor dimensions don't match up. Is there some other modification I need to make?

@jfkingiii
Copy link
Author

Seems to be user error - I either pointed at the wrong directories or did not update image_mean.bin

@TELSER1
Copy link

TELSER1 commented Jan 26, 2015

For anyone else stumbling on this, this problem can be resolved by rm-rf models; it seems that if the models directory isn't empty, the image mean isn't updated with the new size when you start training the model again.

@jfkingiii
Copy link
Author

Or for the timid, cd to models and rm * works too. I try not to rm -rf if I can avoid it.

@tqchen
Copy link
Member

tqchen commented Jan 27, 2015

You can also use a different model directory, by setting model_dir = anotherdir

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants