Skip to content

merge original #2

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

Merged
merged 214 commits into from
Oct 16, 2020
Merged

merge original #2

merged 214 commits into from
Oct 16, 2020

Conversation

mrT23
Copy link
Owner

@mrT23 mrT23 commented Oct 16, 2020

No description provided.

rwightman and others added 30 commits February 16, 2020 20:09
Initial implementation of blur layer.
currently tests as correct against Downsample of original github
clean up code for PR
1. add ResNet argument blur=''
2. implement blur for maxpool and strided convs in downsampling blocks
Experimental feature extraction interface seems to be changed
a little bit with the most up to date version apparently found
in EfficientNet class. Here these changes are added to
MobileNetV3 class to make it support it and work again, too.
Merge changes in feature extraction interface to MobileNetV3
* allow use of global pool arg, test-time-pooling
* clean checkpoints to just contain state dict, add 448 res checkpoints
* support DataParallel via lazy filter creation for JIT Downsample
* some minor formatting (mostly alignment) preferences
…Downsample arg order to BlurPool2d for interop
rwightman and others added 29 commits September 1, 2020 16:05
… train/validate to avoid channels_last issue with AdaptiveAvgPool
Native Torch AMP and channels_last support for train.py and validate.py
Utils refactor, more cutmix modes / change mode arg
Bug fix: test_time_pool would be set to a non-False value
…aler interfaces to support unscaled grad clipping. Bump ver to 0.2.2 for pending release.
@mrT23 mrT23 merged commit 8331fac into mrT23:master Oct 16, 2020
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.