MMCV: The Foundational Computer Vision Library for PyTorch

Introduction Building high-performance computer vision models often requires a fragmented ecosystem of image processing libraries, custom CUDA kernels, and complex training loops. MMCV, with over 6.5k GitHub stars, is a foundational library that consolidates these...

dm-haiku: JAX-based Neural Network Library for Research

Introduction Building complex neural networks often requires a delicate balance between high-level abstractions and low-level control. For researchers and developers using JAX, managing model parameters and state across pure functions can become cumbersome. dm-haiku,...