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

model_name=="inception" #3

Open
Harry-KIT opened this issue Dec 13, 2021 · 7 comments
Open

model_name=="inception" #3

Harry-KIT opened this issue Dec 13, 2021 · 7 comments

Comments

@Harry-KIT
Copy link

Hi @marvinbuss , good job. I have one question. Does the below model_name always have to be inception? I do not understand why it is like that?

is_inception=(model_name=="inception")

@marvinbuss
Copy link
Owner

Hi @Harry-KIT,
Thanks for your question!
You can use any of the models as baseline and you can also extend this with newer models that are available:
image

The inception model has a different architecture and needs to be treated slightly different compared to other models like ResNet. Inception uses auxiliary classifiers, which need to be handled in the output of the model. This is why there is a special check whether an inception based model is used.

Today, I would probably code this a bit nicer. Happy to accept any PRs from your side to improve the notebook.
Does that answer your question?

@Harry-KIT
Copy link
Author

I got it
Thank you @marvinbuss ^^.

@marvinbuss
Copy link
Owner

Happy to help! You are welcome!

@Harry-KIT
Copy link
Author

Hi @marvinbuss
Do you have a future plan to make multi-gpus training parse on this repo?

@marvinbuss
Copy link
Owner

Hi @Harry-KIT,
I had no plans to add this at this point in time. Would you be willing to contribute and add this?

@Harry-KIT
Copy link
Author

ezgif.com-gif-maker.mp4

https://github.com/Harry-KIT/Image-Classification-on-small-datasets-in-Pytorch
Hi @marvinbuss. I created similar repo based on your github repo and some other useful sources. it includes multi-gpu option as well. Thank you for that you inspired me to learn many things from your repo.

@marvinbuss
Copy link
Owner

Hi @Harry-KIT, Sorry for my very late response here. This is awesome. Great work and thanks for sharing! 👍

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