Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training resnet50 to use with Relevance-CAM #6

Closed
juliadietlmeier opened this issue Mar 15, 2023 · 2 comments
Closed

Training resnet50 to use with Relevance-CAM #6

juliadietlmeier opened this issue Mar 15, 2023 · 2 comments

Comments

@juliadietlmeier
Copy link

Hi @mongeoroo,

Thanks for the incredible work – the results in the paper look great!

I am looking to use Relevance-CAM with my custom dataset. I would need to train ResNet50 (initialized with ImageNet) on my custom dataset first. Can I use the resnet50 model from your repo? Will I need to write the training script? How do I approach this? I think the Multi_CAM.py shows only the inference examples. Thank you!

@mongeoroo
Copy link
Owner

Thanks for your interest!

But Relevance-CAM is Explainable AI method that doesn't include training sessions.

In our paper, we use ImageNet pretrained weight provided in pytorch.

If you want to train your classification network, you can train the model through well-known loss such as cross-entropy loss.

@juliadietlmeier
Copy link
Author

Thank you for this clarification!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants