Ross Wightman
8fca002c06
Add ImageNet22k and 12k subset sysnet/index maps
2022-12-05 10:21:34 -08:00
Ross Wightman
b2b6285af7
Add two more FT clip weights
2022-12-05 10:21:34 -08:00
Ross Wightman
5895056dc4
Add openai b32 ft
2022-12-05 10:21:34 -08:00
Ross Wightman
9dea5143d5
Adding more clip ft variants
2022-12-05 10:21:34 -08:00
Ross Wightman
444dcba4ad
CLIP B16 12k weights added
2022-12-05 10:21:34 -08:00
Ross Wightman
dff4717cbf
Add clip b16 384x384 finetunes
2022-12-05 10:21:34 -08:00
Ross Wightman
883fa2eeaa
Add fine-tuned B/16 224x224 in1k clip models
2022-12-05 10:21:34 -08:00
Ross Wightman
9a3d2ac2d5
Add latest CLIP ViT fine-tune pretrained configs / model entrypt updates
2022-12-05 10:21:34 -08:00
Ross Wightman
42bbbddee9
Add missing model config
2022-12-05 10:21:34 -08:00
Ross Wightman
def68befa7
Updating vit model defs for mult-weight support trial (vit first). Prepping for CLIP (laion2b and openai) fine-tuned weights.
2022-12-05 10:21:34 -08:00
Ross Wightman
0dadb4a6e9
Initial multi-weight support, handled so old pretraing config handling co-exists with new tags.
2022-12-05 10:21:34 -08:00
Ross Wightman
e8ddc6865c
Update torch to 1.13 and python to 3.10 in test workflow ( #1562 )
...
* Update torch and python version in test workflow
* Python back to 3.9 for test workflow, see if that's the cause of macos failure..
* Try windows runner
* Try Python 3.10 + macOS-12 in quest for working second target
* Remove macOS from tests, not working anymore
2022-11-26 19:46:55 -08:00
Ross Wightman
98c5e78226
Merge pull request #1564 from HongxinXiang/main
...
Fix compatible BUG: QMNIST and ImageNet datasets do not exist in torc…
2022-11-24 21:33:19 -08:00
hongxin xiang
653bdc7105
Fix comment: https://github.com/rwightman/pytorch-image-models/pull/1564#issuecomment-1326743424
2022-11-25 09:52:52 +08:00
hongxin xiang
bdc9fad638
Fix compatible BUG: QMNIST and ImageNet datasets do not exist in torchvision 0.10.1.
2022-11-24 14:37:44 +08:00
Ross Wightman
25ffac6880
Merge pull request #1547 from Wauplin/1546-fix-hf-hub-integration
...
Create repo before cloning with Repository.clone_from
2022-11-16 09:19:56 -08:00
Wauplin
9b114754db
refactor push_to_hub helper
2022-11-16 12:03:34 +01:00
Wauplin
ae0a0db7de
Create repo before cloning with Repository.clone_from
2022-11-15 15:17:20 +01:00
Ross Wightman
8ff45e41f7
Fix xdist dependency change
2022-11-08 15:41:10 -08:00
Ross Wightman
4714a4910e
Merge pull request #1525 from TianyiFranklinWang/main
...
✏️ fix typo
2022-11-03 20:55:43 -07:00
Ross Wightman
f856f8a2e0
Merge pull request #1527 from klae01/patch-1
...
Update train.py
2022-11-03 20:54:59 -07:00
klae01
ddd6361904
Update train.py
...
fix typo args.in_chanes
2022-11-01 16:55:05 +09:00
NPU-Franklin
9152b10478
✏️ fix typo
2022-10-30 08:49:40 +08:00
Ross Wightman
4201c718e9
Merge pull request #1522 from hova88/main
...
fix typo : miss back quote
2022-10-27 21:02:35 -07:00
hova88
29baf32327
fix typo : miss back quote
2022-10-28 09:30:51 +08:00
Ross Wightman
803254bb40
Fix spacing misalignment for fast norm path in LayerNorm modules
2022-10-24 21:43:49 -07:00
Ross Wightman
475ecdfa3d
cast env var args for dataset readers to int
2022-10-17 14:40:11 -07:00
Ross Wightman
44cea489fb
Merge pull request #1502 from infomon/main
...
Fix typo of "sched-on-updates" argument
2022-10-17 14:06:23 -07:00
Simon Schrodi
aceb79e002
Fix typo
2022-10-17 22:06:17 +02:00
Ross Wightman
8a1ba67a50
Merge pull request #1500 from nguyenhoan1988/main
...
Remove inplace operators when calculating the loss
2022-10-17 09:05:04 -07:00
Hoan Nguyen
39190f5f44
Remove inplace operators when calculating the loss
...
Remove inplace operators to overcome the following error when using `asymmetric_loss`
```
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation
```
2022-10-17 10:41:21 +02:00
Ross Wightman
91fc4c7ed1
Update tests.yml
2022-10-16 20:51:20 -07:00
Ross Wightman
26c400bf1e
Merge pull request #1498 from nateraw/docs-deploy-from-main
...
Deploy docs from main not master
2022-10-16 20:40:00 -07:00
nateraw
cf549c28b1
🎨 deploy docs from main not master
2022-10-16 15:51:29 -04:00
Ross Wightman
3e57377f7a
Update README.md
2022-10-15 09:33:34 -07:00
Ross Wightman
6635bc3f7d
Merge pull request #1479 from rwightman/script_cleanup
...
Train / val script enhancements, non-GPU (ie CPU) device support, HF datasets support, TFDS/WDS dataloading improvements
2022-10-15 09:29:39 -07:00
Ross Wightman
0e6023f032
Merge pull request #1381 from ChristophReich1996/master
...
Fix typo in PositionalEncodingFourier
2022-10-14 18:34:33 -07:00
Ross Wightman
66f4af7090
Merge remote-tracking branch 'origin/master' into script_cleanup
2022-10-14 15:54:00 -07:00
Ross Wightman
eb333d6641
Update validate.py to use updated amp args for impl/dtype
2022-10-14 15:51:20 -07:00
Ross Wightman
d3961536c9
comment some debug logs for WDS dataset
2022-10-14 15:39:00 -07:00
Ross Wightman
e9dccc918c
Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc
2022-10-14 15:14:38 -07:00
Ross Wightman
8c28363dc9
Version 0.7.dev0 for master
2022-10-14 09:38:02 -07:00
Ross Wightman
1ae6ba62cd
Merge pull request #1494 from nateraw/add-dev-suffix-to-tag
...
Add dev suffix to version tag
2022-10-13 14:23:19 -07:00
nateraw
30bafd7347
🔖 add dev suffix to version tag
2022-10-13 17:08:33 -04:00
Ross Wightman
94aed25224
Merge pull request #1493 from nateraw/fix-hf-docs-build
...
💚 Rename _conf.yml to _config.py
2022-10-12 10:08:19 -07:00
nateraw
edceac4aaf
💚 fix ci build
2022-10-12 13:02:33 -04:00
Ross Wightman
2f041b84da
Merge pull request #1473 from nateraw/hfdocs
...
Add Hugging Face Docs
2022-10-12 09:40:56 -07:00
Ross Wightman
f67a7ee8bd
Set num_workers in Iterable WDS/TFDS datasets early so sample estimate is correct
2022-10-11 15:11:18 -07:00
Ross Wightman
bb49d02aae
Update README.md
2022-10-11 13:13:06 -07:00
Ross Wightman
b944546200
Update README.md
2022-10-10 22:13:05 -07:00