GithubHelp home page GithubHelp logo

Comments (1)

rwightman avatar rwightman commented on August 19, 2024 2

@AlexeyAB nope, definitely not, I think that was batch of 64. Don't see a way to get anything close to that with batch=1 and pure python + pytorch eager.

Run nore recently on a Titan RTX
batch_size=128, 200img/s for forward + post-processing (top-k, nms, conversion to coco fmt)
batch_size=1, 16img/s

removing python post proc, just the box/class head outputs:
batch_size=128, 480img/s
batch_size=1, 27img/s

Based on those spreads, likely some significant optimizations could be done on post processing and also network inference (tensorrt, etc).

All these were using Apex AMP mixed prec, so tensorcores in some cases, last I looked PyTorch wasn't doing a great job of getting all the depthwise separable convs onto tensorcores...

from efficientdet-pytorch.

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.