Coder Social home page Coder Social logo

Comments (5)

Kevinz-code avatar Kevinz-code commented on August 20, 2024

Hi,
Thanks for reading.

We provide pretrained CSRA model like ResNet-101, including its backbone weights and classifier weights. For feature extraction, you can only load backbone weights of our pretrained model. The following two command might help

csra_model_weights = torch.load("CSRA_MODEL.pth")
print(csra_model_weights.keys())

then the keys with "classifier" in it can be safely discarded and the left keys and its weights are backbone parameters for feature extraction.

Best,
Ke

from csra.

YHDASHEN avatar YHDASHEN commented on August 20, 2024

Hi Mr. Ke,

thank you so much for your detailed reply. I'll look deep into it.

Best regards,
Hui

from csra.

YHDASHEN avatar YHDASHEN commented on August 20, 2024

Hi Mr. Ke,

I have a question regarding loading the model. Do I have to delete classifier part of your module before training? Or just not load the weights of classifier and train as a whole? Thank you in advance.

Best regards,
Hui

from csra.

Kevinz-code avatar Kevinz-code commented on August 20, 2024

Hi, Hui

Usually the number of class in your own dataset can be different from VOC, MS-COCO, so the pretrained classifier's weights can not be loaded due to different num-class.

1st, load only the backbone's weights.
2nd, initialize the new classifier's weights (using the number of class in your dataset).

Then you can train as a whole using either your our method or our CSRA method.

Best,
Ke

from csra.

YHDASHEN avatar YHDASHEN commented on August 20, 2024

Hi Mr. Ke,

thank you again.

Best regards,
Hui

from csra.

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.