You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ross Wightman
aa92d7b1c5
|
4 years ago | |
---|---|---|
.. | ||
README.md | 4 years ago | |
__init__.py | 4 years ago | |
avg_scalar.py | 4 years ago | |
avg_tensor.py | 4 years ago | |
checkpoint.py | 4 years ago | |
device_env.py | 4 years ago | |
device_env_cuda.py | 4 years ago | |
device_env_factory.py | 4 years ago | |
device_env_xla.py | 4 years ago | |
distributed.py | 4 years ago | |
distributed_torch.py | 4 years ago | |
grad_clip.py | 4 years ago | |
logger.py | 4 years ago | |
metric.py | 4 years ago | |
metric_accuracy.py | 4 years ago | |
metric_precision_recall.py | 4 years ago | |
tracker.py | 4 years ago | |
train_cfg.py | 4 years ago | |
train_services.py | 4 years ago | |
train_setup.py | 4 years ago | |
train_state.py | 4 years ago | |
updater.py | 4 years ago | |
updater_cuda.py | 4 years ago | |
updater_deepspeed.py | 4 years ago | |
updater_factory.py | 4 years ago | |
updater_xla.py | 4 years ago |
README.md
Timm Bits
A collection of reusable components and lightweight abstractions for training and evaluating NN.
This is an early WIP with the primary goal to get up and running on TPUs first. Expect significant changes, rewrites, additions...
The current train.py and validate.py scipts are evolving to use the timm.bits components, they will also change significantly.