paper-with-me

Papers

JaxPruner: A concise library for sparsity research

2023-04-27 · Joo Hyung Lee, Wonpyo Park, Nicole Mitchell, Jonathan Pilault, Johan Obando-Ceron, Han-Byul Kim, Namhoon Lee, Elias Frantar, Yun Long, Amir Yazdanbakhsh, Shivani Agrawal, Suvinay Subramanian, Xin Wang, Sheng-Chun Kao, Xingyao Zhang, Trevor Gale, Aart Bik, Woohyun Han, Milen Ferev, Zhonglin Han, Hong-Seok Kim, Yann Dauphin, Gintare Karolina Dziugaite, Pablo Samuel Castro, Utku Evci

This paper introduces JaxPruner, an open-source JAX-based pruning and sparse training library for machine learning research. JaxPruner aims to accelerate research on sparse neural networks by providing concise implementations of popular pruning and sparse training algorithms with minimal memory and latency overhead. Algorithms implemented in JaxPruner use a common API and work seamlessly with the popular optimization library Optax, which, in turn, enables easy integration with existing JAX based libraries. We demonstrate this ease of integration by providing examples in four different codebases: Scenic, t5x, Dopamine and FedJAX and provide baseline experiments on popular benchmarks.

📄 PDF Abstract BibTeX arXiv:2304.14082

Code (1)

google-research/jaxpruner 공식 구현 jax

Methods 이 논문이 사용한 방법론

Library 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Pixyz: a Python library for developing deep generative models

2021-07-28 · Masahiro Suzuki, Takaaki Kaneko, Yutaka Matsuo

With the recent rapid progress in the study of deep generative models (DGMs), there is a need for a framework that can implement them in a simple and generic way. In this research, we focus on two features of DGMs: (1) d…

Probabilistic Programming

Automated discovery of interpretable hyperelastic material models for human brain tissue with EUCLID

2023-05-25 · Moritz Flaschel, Huitian Yu, Nina Reiter, Jan Hinrichsen 외

We propose an automated computational algorithm for simultaneous model selection and parameter identification for the hyperelastic mechanical characterization of human brain tissue. Following the motive of the recently p…

Model Selectionregression

GPflow: A Gaussian process library using TensorFlow

2016-10-27 · Alexander G. de G. Matthews, Mark van der Wilk, Tom Nickson, Keisuke Fujii 외

GPflow is a Gaussian process library that uses TensorFlow for its core computations and Python for its front end. The distinguishing features of GPflow are that it uses variational inference as the primary approximation …

Gaussian ProcessesGPUsoftware testingVariational Inference

fastai: A Layered API for Deep Learning

2020-02-11 · Jeremy Howard, Sylvain Gugger

fastai is a deep learning library which provides practitioners with high-level components that can quickly and easily provide state-of-the-art results in standard deep learning domains, and provides researchers with low-…

Deep LearningGPU

FuzzyLogic.jl: a Flexible Library for Efficient and Productive Fuzzy Inference

2023-06-17 · Luca Ferranti, Jani Boutellier

This paper introduces \textsc{FuzzyLogic.jl}, a Julia library to perform fuzzy inference. The library is fully open-source and released under a permissive license. The core design principles of the library are: user-frie…