Giter Site home page Giter Site logo

Comments (11)

gaohuang avatar gaohuang commented on September 3, 2024 1

Sorry for the late reply.

CondenseNet^{light} refers to the network that simply applies learned group convolution to the original DenseNet network, and CondenseNet further introduces two architecture changes: full dense connection and increasing growth rate. The legend of Figure 6 in the paper explains these in a more intuitive way.

For the network configurations, CondenseNet^{light} always has 3x2xN+4 layers, where N is the number of densenet layers (one 1x1 conv plus on 3x3 conv), 3 corresponds to the three dense blocks, and 2 corresponds to the 2 conv layers in each densenet layer. The number 4 counts the very first conv layer, the two transition layers, and the final FC layer. CondenseNet always has 3x2xN+2 layers, because it does not have the two transition layers. The growth rate for these networks are set differently, such that the resulting network has comparable parameters or flops as some of the baseline networks. I paste the command lines to reproduce the reported results below (please correct me if I'm wrong @ShichenLiu ):

CondenseNet-86
python main.py --model condensenet -b 64 -j 2 cifar10 --epochs 300 --stages 14-14-14 --growth 8-16-32

CondenseNet-182*
python main.py --model condensenet -b 64 -j 2 cifar10 --epochs 600 --stages 30-30-30 --growth 12-24-48

CondenseNet-light-94
python main.py --model densenet -b 64 -j 2 cifar10 --epochs 300 --stages 15-15-15 --growth 16-16-16

CondenseNet-light-160*
python main.py --model densenet -b 64 -j 2 cifar10 --epochs 600 --stages 26-26-26 --growth 32-32-32

from condensenet.

ShichenLiu avatar ShichenLiu commented on September 3, 2024 1

Hi @geevi @Coderx7 ,

Sorry for the late reply. The command that could reproduce the results are:

CondenseNet-86
python main.py --model condensenet -b 64 -j 2 cifar10 --epochs 300 --stages 14-14-14 --growth 8-16-32

CondenseNet-182*
python main.py --model condensenet -b 64 -j 2 cifar10 --epochs 600 --stages 30-30-30 --growth 12-24-48

CondenseNet-light-94
python main.py --model densenet_LGC -b 64 -j 2 cifar10 --epochs 300 --stages 15-15-15 --growth 16-16-16

CondenseNet-light-160*
python main.py --model densenet_LGC -b 64 -j 2 cifar10 --epochs 600 --stages 26-26-26 --growth 32-32-32

from condensenet.

Coderx7 avatar Coderx7 commented on September 3, 2024

@ShichenLiu : Thanks for your great work. would you please have a look here and help us with the architectures? its greatly appreciated

from condensenet.

Coderx7 avatar Coderx7 commented on September 3, 2024

@gaohuang and @ShichenLiu : Thank you very much, guys. its really appreciated ;)

from condensenet.

lizhenstat avatar lizhenstat commented on September 3, 2024

Hi, @ShichenLiu did you set group-lasso-lambda to 1e-5 on cifar100 dataset
the paper noted group-lasso-lambda=1e-5 on ImageNet Dataset
the default value for the parameter is 0.

Looking forward to your reply

from condensenet.

ShichenLiu avatar ShichenLiu commented on September 3, 2024

Hi,

The group-lasso-lambda makes no conspicuous difference on CIFAR dataset. However, we set it to 1e-5 on ImageNet dataset.

from condensenet.

lizhenstat avatar lizhenstat commented on September 3, 2024

@ShichenLiu Hi, does group lasso make any difference on ImageNet. Since the paper seems only gives the results with group lasso on ImageNet, right? What is the result if not including this term? Thanks

from condensenet.

emergencyd avatar emergencyd commented on September 3, 2024

What is the converted model for densenet_LGC?

from condensenet.

xiaohe725 avatar xiaohe725 commented on September 3, 2024

What is the specific network structure configuration of Condensenetv2 on the CIFAR dataset of Condensenetv2-110 and Condensenetv2-146

from condensenet.

ShichenLiu avatar ShichenLiu commented on September 3, 2024

hi @xiaohe725 , this repository does not contain models for CondenseNet v2.

from condensenet.

xiaohe725 avatar xiaohe725 commented on September 3, 2024

Yes, but I haven't seen it in the paper and code of CondensenetV2 either

from condensenet.

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.