pytorch-image-models/timm
Ross Wightman dfa9298b4e Add MixNet (https://arxiv.org/abs/1907.09595) with pretrained weights converted from Tensorflow impl
* refactor 'same' convolution and add helper to use MixedConv2d when needed
* improve performance of 'same' padding for cases that can be handled statically
* add support for extra exp, pw, and dw kernel specs with grouping support to decoder/string defs for MixNet
* shuffle some args for a bit more consistency, a little less clutter overall in gen_efficientnet.py
2019-07-25 11:42:01 -07:00
..
data Add MixNet (https://arxiv.org/abs/1907.09595) with pretrained weights converted from Tensorflow impl 2019-07-25 11:42:01 -07:00
loss Big re-org, working towards making pip/module as 'timm' 2019-06-19 17:20:51 -07:00
models Add MixNet (https://arxiv.org/abs/1907.09595) with pretrained weights converted from Tensorflow impl 2019-07-25 11:42:01 -07:00
optim Big re-org, working towards making pip/module as 'timm' 2019-06-19 17:20:51 -07:00
scheduler A number of tweaks to arguments, epoch handling, config 2019-06-28 13:49:20 -07:00
__init__.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
utils.py Add explicit half/fp16 support to loader and validation script 2019-07-05 13:52:25 -07:00
version.py Add explicit half/fp16 support to loader and validation script 2019-07-05 13:52:25 -07:00