Merge pull request #533 from rwightman/pit_and_vit_update
Ross Wightman
2021-04-01 22:56:59 -0700
37c71a5609Some further create_optimizer_v2 tweaks, remove some redudnant code, add back safe model str. Benchmark step times per batch.
#533
Ross Wightman
2021-04-01 22:34:55 -0700
2bb65bd875Wrong default_cfg pool_size for L1
Ross Wightman
2021-04-01 20:00:41 -0700
bf2ca6bdf4Merge jax and original weight init
Ross Wightman
2021-04-01 18:11:51 -0700
acbd698c83Update README.md with updates. Small tweak to head_dist handling.
Ross Wightman
2021-04-01 17:49:05 -0700
9071568f0eAdd weights for SE NFNet-L0 model, rename nfnet_l0b -> nfnet_l0. 82.75 top-1 @ 288. Add nfnet_l1 model def for training.
Ross Wightman
2021-04-01 17:22:27 -0700
c468c47a9cAdd regnety_160 weights from DeiT teacher model, update that and my regnety_032 weights to use higher test size.
Ross Wightman
2021-04-01 16:41:04 -0700
288682796fUpdate benchmark script to add precision arg. Fix some downstream (DeiT) compat issues with latest changes. Bump version to 0.4.7
Ross Wightman
2021-04-01 16:40:12 -0700
ea9c9550b2Fully move ViT hybrids to their own file, including embedding module. Remove some extra DeiT models that were for benchmarking only.
Ross Wightman
2021-04-01 14:17:38 -0700
a5310a3451Merge remote-tracking branch 'origin/benchmark-fixes-vit_hybrids' into pit_and_vit_update
Ross Wightman
2021-04-01 12:15:34 -0700
7953e5d11aFix pos_embed scaling for ViT and num_classes != 1000 for pretrained distilled deit and pit models. Fix#426 and fix#433
Ross Wightman
2021-03-31 23:11:28 -0700
a760a4c3f4Some ViT cleanup, merge distilled model with main, fixup torchscript support for distilled models
Ross Wightman
2021-03-31 18:21:02 -0700
Merge pull request #510 from rwightman/dependabot/pip/jinja2-2.11.3
Ross Wightman
2021-03-20 16:45:53 -0700
e2e3290fbfAdd '--experiment' to train args for fixed exp name if desired, 'train' not added to output folder if specified.
#450
Ross Wightman
2021-03-20 12:02:17 -0700
cf5fec5047Cleanup experimental vit weight init a bit
Ross Wightman
2021-03-20 09:44:24 -0700
Bump jinja2 from 2.11.2 to 2.11.3
#510
dependabot[bot]
2021-03-20 05:50:25 +0000
f42f1df26cImprove evenness of per-worker split for validation set with TFDS
Ross Wightman
2021-03-18 23:16:14 -0700
cbcb76d72cShould have included Conv2d layers in original weight init. Lets see what the impact is...
Ross Wightman
2021-03-18 23:15:48 -0700
4de57ccf01Add weight init scheme that's closer to JAX impl
Ross Wightman
2021-03-18 15:35:22 -0700
14ac4abf74Change huggingface hub revision delimiter to '@', add hf_hub reference for eca_nfnet_l0 model as an example.
Ross Wightman
2021-03-18 11:38:06 -0700
740f32c96aAdd ECA-NFNet-L0 weights and update model name. Update README and bump version to 0.4.6
Ross Wightman
2021-03-17 13:55:32 -0700
Merge pull request #501 from rwightman/hf_hub_revisit
Ross Wightman
2021-03-17 13:26:50 -0700
45c048ba13A few minor fixes and bit more cleanup on the huggingface hub integration.
#501
hf_hub_revisit
Ross Wightman
2021-03-17 13:18:52 -0700
97f49d163cadding efficientnet_el, efficientnet_es_prunedefficientnet_es_pruned and efficientnet_el_pruned pretrained models to timm/models
#502
Mehrdad
2021-03-17 10:51:51 -0700
ead80d33c5Fix typo, naming consistency
Ross Wightman
2021-03-16 23:02:51 -0700
d584e7f617Support for huggingface hub via create_model and default_cfgs. * improve consistency of model creation helper fns * add comments to some of the model helpers * support passing external default_cfgs so they can be sourced from hub
Ross Wightman
2021-03-16 22:48:26 -0700
e5ba5dcbc9Merge branch 'yoniaflalo-adding_Hardcore_NAS'
Ross Wightman
2021-03-15 10:21:18 -0700
1f799afcb3Remove capital letters in model names
Ross Wightman
2021-03-15 10:20:34 -0700