Coder Social home page Coder Social logo

Comments (8)

MessikommerNico avatar MessikommerNico commented on July 24, 2024

The file sparse_VGG_test.py is a unittest to ensure that the output of SSC (facebook implementation) is identical to our asynchronous asynet. It does not test the prediction accuracy.
In order to avoid having too many files, we excluded many additional files including the file for the test evaluation.
To obtain the test accuracy, a quick and dirty hack would be to change the validation dataset path in the datalooder to the test dataset path and start the training script.

from rpg_asynet.

978326187 avatar 978326187 commented on July 24, 2024

i wanna know how many epoch i need to achieve the result of the paper, i have trained 100 epoch using fb_sparse_vgg model, and the accuracy is just 0.6 in N-Caltech101.

from rpg_asynet.

MessikommerNico avatar MessikommerNico commented on July 24, 2024

The accuracy after 100 epochs should be around 0.65. The test accuracy reported in the paper was obtained with a model trained for 1500 epochs.

from rpg_asynet.

978326187 avatar 978326187 commented on July 24, 2024

ok, thanks for your reply~
i found the paper said that the inference time using asynet is longer than sparseNet, will the asynet be faster than sparseNet in FPGA or some hardware whose computing power is not strong?
If not, I doubt that it's still not a good choice industrious application since the size of the model is the same as SparseNet.

from rpg_asynet.

MessikommerNico avatar MessikommerNico commented on July 24, 2024

It depends on the specific hardware implementation. With a smart memory access design, the asynchronous sparse convolutions can be much faster as the computational complexity is much lower compared to normal convolutions.

from rpg_asynet.

978326187 avatar 978326187 commented on July 24, 2024

It would be fantastic if the specific hardware is created.

from rpg_asynet.

978326187 avatar 978326187 commented on July 24, 2024

I just remembered what I wanted to ask is How to test a whole dataset using asynet . we can only using SSC in training script

from rpg_asynet.

MessikommerNico avatar MessikommerNico commented on July 24, 2024

The output of SSC and asynet is identical. Thus, the accuracy achieved by SSC is the same as achieved by asynet

from rpg_asynet.

Related Issues (20)

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.