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

FIX: use inceptionv4 from timm #69

Merged
merged 4 commits into from
Jan 15, 2023
Merged

FIX: use inceptionv4 from timm #69

merged 4 commits into from
Jan 15, 2023

Conversation

kaczmarj
Copy link
Member

This changes the names of inception architectures:

inceptionv4 --> inception_v4
inceptionv4nobn --> inception_v4nobn

but this has the effect of being able to compile to torchscript without issue.

This changes the model name from inceptionv4 to inception_v4 and allows
us to remove the inceptionv4 implementation from the codebase.
Use the timm implementation but remove batchnorm (and add bias to the
conv layer before batchnorm).

This changes the name from inceptionv4nobn to inception_v4nobn.
@kaczmarj kaczmarj merged commit 1683bba into main Jan 15, 2023
@kaczmarj kaczmarj deleted the fix/incepv4-timm branch January 15, 2023 18:19
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

Successfully merging this pull request may close these issues.

1 participant