File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 55### Jan 25, 2021
66* Add ResNetV2 Big Transfer (BiT) models w/ ImageNet-1k and 21k weights from https://github.com/google-research/big_transfer
77* Add official R50+ViT-B/16 hybrid models + weights from https://github.com/google-research/vision_transformer
8+ * ImageNet-21k ViT weights are added w/ model defs and representation layer (pre logits) support
9+ * NOTE: ImageNet-21k classifier heads were zero'd in original weights, they are only useful for transfer learning
810* Add model defs and weights for DeiT Vision Transformer models from https://github.com/facebookresearch/deit
911* Refactor dataset classes into ImageDataset/IterableImageDataset + dataset specific parser classes
1012* Add Tensorflow-Datasets (TFDS) wrapper to allow use of TFDS image classification sets with train script
You can’t perform that action at this time.
0 commit comments