Giter Site home page Giter Site logo

pingolh / pytorch-hardnet Goto Github PK

View Code? Open in Web Editor NEW
366.0 12.0 61.0 197.09 MB

35% faster than ResNet: Harmonic DenseNet, A low memory traffic network

License: MIT License

Python 100.00%
iccv2019 densenet imagenet object-detection semantic-segmentation

pytorch-hardnet's People

Contributors

pingolh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pytorch-hardnet's Issues

Misunderstanding for HarDBlock

Hi

I generated the HarDNet68ds.onnx, and visualized the network structure in Netron.
I make a similar figure, which is referenced by result of Netron, with your paper, and try to figure out the same structure.
Please see the belowing figure, it's almost similar.
Layer 8 connected with $8-2^n$ ($8/2^n$), so n=0,1,2,3
Hence, layer 8 connected with layers 7,6,4,0 (Blue line)
But I can't find the connection between "input layer" and "Next Block" (please see the orange lines).
I also trace the code, and can't find any evidence about the connection between input layer and Next block.
Can you help me figure out this problem?

Many thanks,
Tommy
image

论文上的疑惑

您好,我在阅读您的论文的时候有点疑惑:'CIO dominates the inference time only when the computational density, which is, the MACs over CIO (MoC) of a layer, is below a certain ratio that depends on platforms'
如果我理解的没有问题的话,这句话表示:computational density的相当于MoC低于某个ratio,而MoC的意思是 运算量/内存访问。是否意味着computational density是运算量较少的情况呢?

License?

What is the license of this repository? Can FC-HarDNet-70 be used for commercial purpose?

problems in compute CIO

Nice work, thanks for the great idea of the CIO. When I compute MACs and CIO, I get MACs values the same as the paper.

but, I compute the CIO of the models as follows: hardnet39ds (9.8M), hardnet68ds (17.3M), mobilenetv2 (13.4M, same), resnet18 (4.7M, same) and resnet50 (21.8M). I am confused about these results.

Could you provide the CIO code? thanks a lot.

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.