You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
This is not an officially supported Google product.
Objax is an open source machine learning framework that accelerates research and learning thanks to a
minimalist object-oriented design and a readable code base.
Its name comes from the contraction of Object and JAX -- a popular high-performance
framework.
Objax is designed by researchers for researchers with a focus on simplicity and understandability.
Its users should be able to easily read, understand, extend, and modify it to fit their needs.
This is the developer repository of Objax, there is very little user documentation
here, for the full documentation go to objax.readthedocs.io.
You can find READMEs in the subdirectory of this project, for example:
Objax supports GPUs but assumes that you already have some version of CUDA
installed. Here are the extra steps required to install CUDA-enabled jaxlib
(jaxlib releases require CUDA 11.2 or newer):