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.
pytorch-image-models/timm/bits/README.md

371 B

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.