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.
9 lines
371 B
9 lines
371 B
4 years ago
|
# 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.
|
||
|
|