GithubHelp home page GithubHelp logo

Comments (10)

LaurentMazare avatar LaurentMazare commented on May 11, 2024 1

Right, batch-normalization is not available yet. We started by focussing on language models where group-norm is far more frequent than batch-norm. We've just started adding the vision bits, e.g. convolutions so as to get stable-diffusion to run, we would like to add some actual vision model now so batch norm is likely to be added soonish (a week or two I would say).

from candle.

LaurentMazare avatar LaurentMazare commented on May 11, 2024

Not sure if it will be enough for your use case but I've just merged #508 which adds a batch normalization layer. It could be used in a similar way to nn::batch_norm_2d but with the limitation that it's only designed for inference and would not work for training (it doesn't keep track/learn the running stats). I've tested it on some examples against the PyTorch implementation and it seems reasonable but let me know if you see anything weird with it.

from candle.

ViliamVadocz avatar ViliamVadocz commented on May 11, 2024

I am training networks, so unfortunately this is not enough for my usecase.

from candle.

LaurentMazare avatar LaurentMazare commented on May 11, 2024

Interesting, what models do you actually care about?
I had the feeling that most recent architectures use some form of group/layer norm instead of batch-norm (e.g. dinov2, the unet/vae from stable diffusion) and so I was thinking that we would only have batch-norm for inference as it's a mess to get right for training contrary to group/layer norms. That said, certainly happy to reconsider if there is much demand for it.

from candle.

ViliamVadocz avatar ViliamVadocz commented on May 11, 2024

I am working with ResNets for AlphaZero / MuZero.

from candle.

ViliamVadocz avatar ViliamVadocz commented on May 11, 2024

Has there been any progress on this front?

from candle.

Awpteamoose avatar Awpteamoose commented on May 11, 2024

Interesting, what models do you actually care about? I had the feeling that most recent architectures use some form of group/layer norm instead of batch-norm (e.g. dinov2, the unet/vae from stable diffusion) and so I was thinking that we would only have batch-norm for inference as it's a mess to get right for training contrary to group/layer norms. That said, certainly happy to reconsider if there is much demand for it.

I'm using MobileNetV3, which needs trainable batchnorms, as well as other mobile-scale realtime classification convnets.

from candle.

LaurentMazare avatar LaurentMazare commented on May 11, 2024

Not much progress I'm afraid. @Awpteamoose do you have some MobileNetV3 or other models code that you could share? Would be very interesting to point at it as external resources that use candle. If I understand you're training these models? I would have assumed that nowadays even mobile scale vision models have mostly switched to transformers like tinyvit etc.

from candle.

Awpteamoose avatar Awpteamoose commented on May 11, 2024

I was porting my implementation from dfdx (coreylowman/dfdx#794) and halfway through noticed that batchnorms aren't trainable so I don't really have any code to share.

I would have assumed that nowadays even mobile scale vision models have mostly switched to transformers like tinyvit etc.

I'm probably just out of date as the field moves very fast, but also transformers that I have looked at require an order of magnitude more FLOPS. I'm doing inference on tiny single-core CPUs as part of massively parallelised video analysis so even real-time is too slow for me.

from candle.

nkoppel avatar nkoppel commented on May 11, 2024

@LaurentMazare This should be closed due to the merge of #1504

from candle.

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.