OverFeat icon indicating copy to clipboard operation
OverFeat copied to clipboard

Results 34 OverFeat issues
Sort by recently updated
recently updated
newest added

Will the code to train the neural network using torch7 ever be released? :P

I installed overfeat and built source. I am able run classification samples using overfeat/overfeat_cuda. But when I try to extract feature using, ./overfeat ../data/default/ -f ../samples/bee.jpg ../samples/bee.jpg it blocks forever,...

Version overfeat v04-1 Do: cd /usr/share/overfeat/bin/linux_64/cuda/ ./overfeat_cuda -f ~/fpe.png Happens: Floating point exception (core dumped) Image: ![fpe](https://cloud.githubusercontent.com/assets/1970660/2592161/949e1a3c-ba72-11e3-9d18-33727e2c1785.png) Do: cd /usr/share/overfeat/bin/linux_64/cuda/ ./overfeat_cuda -f ~/segfault.png Happens: Segmentation fault (core dumped) Image: ![segfault](https://cloud.githubusercontent.com/assets/1970660/2592165/969603e0-ba72-11e3-86c7-c6263f373776.png)