https://github.com/jahongir7174/sorghum
Sorghum 2022
https://github.com/jahongir7174/sorghum
imagenet pytorch training
Last synced: 8 months ago
JSON representation
Sorghum 2022
- Host: GitHub
- URL: https://github.com/jahongir7174/sorghum
- Owner: jahongir7174
- License: mit
- Created: 2021-02-09T08:36:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T00:25:52.000Z (over 3 years ago)
- Last Synced: 2025-01-19T00:50:34.371Z (10 months ago)
- Topics: imagenet, pytorch, training
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Sorghum 2022](https://www.kaggle.com/competitions/sorghum-id-fgvc-9) Kaggle contest source code
### Install
* `pip install timm`
### Train
* `bash ./main.sh $ --train` for training, `$` is number of GPUs
### Results
| Model | LR Schedule | Epochs | Top1 |
|:----------------:|:-----------:|-------:|-----:|
| EfficientNetV2-M | Step | 450 | 93.3 |
### Reference
* https://github.com/rwightman/pytorch-image-models