The Wayback Machine - https://web.archive.org/web/20230320060843/https://github.com/google/CommonLoopUtils
Skip to content

google/CommonLoopUtils

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

PiperOrigin-RevId: 517345251
e768b97

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
clu
 
 
 
 
 
 
 
 
 
 
 
 

CLU - Common Loop Utils

This repository contains common functionality for writing ML training loops. The goal is to make trainings loops short and readable (but moving common tasks to small libraries) without removing the flexibility required for research.

To get started, check out this Colab:

https://colab.research.google.com/github/google/CommonLoopUtils/blob/master/clu_synopsis.ipynb

If you're looking for usage examples, see:

https://github.com/google/flax/tree/master/examples

You can also find answers to common questions about CLU on Flax Github discussions page:

https://github.com/google/flax/discussions

Note: As this point we are not accepting contributions. Please fork the repository if you want to extend the libraries for your use case.