Giter Club home page Giter Club logo

Comments (4)

Atze00 avatar Atze00 commented on August 15, 2024 1

I would suggest you avoid screenshots, the code should be reported in text. The same is true also for the errors, in fact the error messages are also incomplete.
This may help onnx/onnx#3192.
You could try to convert the model with pretrained = False and tf_like = False. If it works there could be problems related to the fact that this architecture emulates tensorflow models.

from movinet-pytorch.

papasanimohansrinivas avatar papasanimohansrinivas commented on August 15, 2024

hi @Atze00 I did a mistake of saving model as it is in torch.save meaning torch.save(model) instead of recommended way of torch.save(model.state_dict(),PATH) which led to this all nonsense

  1. onnx converted and excuted with out error

  2. I have yet to run sanity tests like onnx output and this repo output is matching on some videos

  3. Now i am proceeding to export this pytorch model to tensorrt , there are some hiccups like oom

Thanks @Atze00 your repo model implementation is giving satisfactory results on our use case

from movinet-pytorch.

Atze00 avatar Atze00 commented on August 15, 2024

Glad to hear that!

from movinet-pytorch.

papasanimohansrinivas avatar papasanimohansrinivas commented on August 15, 2024

@Atze00 i am closing this ticket as its purpose is served , just one request is there any fundamental way to speed up bare pytorch on jetson for movinets , i tried other options but they are giving same speed as bare pytorch.

Anything from your experience would be a lot helpful than u know

from movinet-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.