-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: use inceptionv4 from timm (#69)
* use inceptionv4 from timm This changes the model name from inceptionv4 to inception_v4 and allows us to remove the inceptionv4 implementation from the codebase. * use inception_v4nobn with help of timm 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. * rm unused default_cfgs * ignore timm types
- Loading branch information
Showing
7 changed files
with
127 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.