Git Product home page Git Product logo

repq-vit's People

Contributors

zkkli 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

repq-vit's Issues

Discrepancy between reported and tested mAP for `mask_rcnn_swin_small`

Hello! In your four detection experiments, I noticed a significant difference between the reported result and the test result for mask_rcnn_swin_small. The reported result is 44.2 mAP, but the tested result is 42.8 mAP. However, the results for the other three detection experiments match the reported results. I was wondering if there are any specific settings for mask_rcnn_swin_small, such as only quantizing the backbone?

reproduced performance is poor in swin-base

image Hi, I try to reproduce the classification accuracy using this code. They correspond to your paper except for swin-base. I only get 68.50%, and there is a 10% gap with 78.32%. Is there any trick in swin-base model?

I'm sorry, why did I run the example and still get a quantitative model of float32?

Thank you for your contributions in the field of model quantification and generously sharing your code.

I encountered a problem where I ran a quantitative example and obtained the corresponding top 1 and top 5 data using the same W and A, which were the same as the author's results, but the q I saved_ Model. pth, open using Netron and see that it is still in float32 format. How can I save the quantization model correctly.

The code I use to save the results is:

Save. pth format:

torch. save (q_model, 'my/save/path')

Save onnx format:

dummy_ Input=torch. randn ((1, 3, 224, 224)). to (device)
torch. onnx. export (q_model, dummy input, onnx_path, verbose=False, inputnames=['input '], outputnames=['output'], opset_version=11)

The pytorch version I am using is:
torch==1.11.0+cu113
torchvision==0.12.0+cu113
timm==0.4.12

Unable to run the code

I am trying to run your code, but I cannot install the packages based on the instructions provided. Can you give the latest instructions for running your code?

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.