Code Monkey home page Code Monkey logo

Comments (5)

iyaja avatar iyaja commented on July 20, 2024

Sorry for the trouble. This is because we renamed the module internally after we trained a few models. I just loaded the weights to check, and these these weights should work with this model definition if you name the module pcam in whatever nn.Module you decide to place triplet attention in.

However, there are many factors that could affect the state dict loading, such as the device you are loading the model to, which weights you're loading, and your usage of nn.DataParallel, so it's hard to say what went wrong. If you can share your code in some form, we might be able to help resolve the issue.

from triplet-attention.

snant avatar snant commented on July 20, 2024

excuse me,I have a same problem and can you provide a e-mail that I send my code to you?thanks

from triplet-attention.

snant avatar snant commented on July 20, 2024

and other question,could i put the triplet_attention location where in the resnet50?

from triplet-attention.

iyaja avatar iyaja commented on July 20, 2024

excuse me,I have a same problem and can you provide a e-mail that I send my code to you?thanks

Sorry for the late reply. You can reach me at [email protected].

and other question,could i put the triplet_attention location where in the resnet50?

In principle, you can place the triplet attention module after any other pytorch nn.Module that returns a tensor of shape (N, C, H, W). Triplet attention is a dimensionality preserving module, so it plays nice with other layers.

That said, the recommended location for triplet attention module is right before the residual connection in each Bottleneck module. You can refer to our sample resnet implementation.

from triplet-attention.

daixiangzi avatar daixiangzi commented on July 20, 2024

Hi,

No matter which definitions that I used for triplet-attention definition, I can't load the pertaining weights.

And could you please let me know which the triplet-attention version that matches the Imagenet Pretraining weights?

your problem have solved? I met same problem

from triplet-attention.

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.