Giter Site home page Giter Site logo

Needs an update about imagemodels HOT 10 CLOSED

dandxy89 avatar dandxy89 commented on June 14, 2024
Needs an update

from imagemodels.

Comments (10)

alxy avatar alxy commented on June 14, 2024 1

Ok, I got it working now using the original ILSVRC ImageNet dataset. However, I did not get the reported results on the entire set (that is classification of 1000 categories) - it's more like 10% top-1 accuracy.

The architecture still appears to be working.

from imagemodels.

dandxy89 avatar dandxy89 commented on June 14, 2024

ZFNet and AlexNet have been updated.

from imagemodels.

dandxy89 avatar dandxy89 commented on June 14, 2024

Next steps:

  • Update the remaining script to the latest version of Keras
  • Add a requirements file to indicate the version used of modules
  • Acknowledge svjan on the main README
  • Update the gh-pages site to reflect the changes and updates

from imagemodels.

alxy avatar alxy commented on June 14, 2024

I am not sure what you did there, but it appears that the AlexNet model found in AlexNet.py is realy very wrong: https://github.com/dandxy89/ImageModels/blob/master/AlexNet.py#L108
You are using convolution kernel sizes of size 55x55 there. The new implementation looks much better though (y). YOu should realy consider removing it, as I have been using it (btw, you get around 145 mio trainable parameters with this architecture, but no usable results :p )

from imagemodels.

dandxy89 avatar dandxy89 commented on June 14, 2024

I never test them to be honest. The whole project needs an update.

from imagemodels.

dandxy89 avatar dandxy89 commented on June 14, 2024

There was a pull request that added two ipython notebooks. Can you review those?

from imagemodels.

alxy avatar alxy commented on June 14, 2024

The AlexNet (notebook) looks good to me. The original paper proposed a dual GPU approach, so most filter numbers have been doubbled in this implementation, but this is OK. I will actually test the architecture and can then give feedback if it works as expected.

from imagemodels.

dandxy89 avatar dandxy89 commented on June 14, 2024

from imagemodels.

alxy avatar alxy commented on June 14, 2024

@svjan5 I am trying to reproduce your results presented here: https://github.com/dandxy89/ImageModels/blob/master/AlexNet.ipynb

Can you tell, if you really used the original CIFAR-100 dataset, which consists of very small images (32x32px). Did you do any other kind of preprocessing other than upscaling them to 227x227? For me it appears as if the net does not learn anything at all. The loss sticks to a certain value, and the val_accuracy perfectly matches with accuracy by chance (1%).

from imagemodels.

dandxy89 avatar dandxy89 commented on June 14, 2024

from imagemodels.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.