Coder Social home page Coder Social logo

Comments (4)

layumi avatar layumi commented on August 25, 2024

Hi @Liu-1994

  1. It is due to that I added the non-local layer to the model before the paper submission. But we did not use it. When we decided to release our code, we simplified the code and removed the non-local layers which takes extra GPU memory. You may try to load the model by 'strict=False'.

  2. Did you use fp16 or anything else? fp16 will lead to performance drop 1 percent.

from dg-net.

Liu-1994 avatar Liu-1994 commented on August 25, 2024

@layumi Thank you for your reply.
I hava understood the structure of the provided model.
About the mAP, I think I do not use fp16 as the config is apex: false. and I have not installed the NVIDIA/apex.
I have a small problem. As the provided trained model have weights about non_local layers, would the structure of the model affect the mAP?
By the way, what version of pytorch did you use? According to Pytorch's official documentation, PyTorch 1.1.0 and later versions adjust the order of lr_scheduler.step() and optimizer.step(), which may affect the reappearance of the results.

from dg-net.

layumi avatar layumi commented on August 25, 2024

@Liu-1994
No. It will not affect the performance, since I did not include the non-local layer in the forward function.

I might utilize the pytorch 1.0.0 before the paper submission.
By the way, how many GPU do you use? It may affect the performance.

from dg-net.

Liu-1994 avatar Liu-1994 commented on August 25, 2024

@layumi Thanks for your reply.
I should only use a GPU, as the gpu-ids is only a number 0.

from dg-net.

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.