Search Criteria
Package Details: python-flax 0.10.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-flax.git (read-only, click to copy) |
---|---|
Package Base: | python-flax |
Description: | A neural network library and ecosystem for JAX designed for flexibility |
Upstream URL: | https://github.com/google/flax |
Keywords: | deep-learning jax |
Licenses: | Apache |
Groups: | jax |
Submitter: | wjhandley |
Maintainer: | wjhandley (daskol) |
Last Packager: | daskol |
Votes: | 2 |
Popularity: | 0.016263 |
First Submitted: | 2021-05-25 18:34 (UTC) |
Last Updated: | 2024-11-01 03:46 (UTC) |
Dependencies (16)
- python-jaxAUR (python-jax-binAUR)
- python-msgpack
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-optaxAUR
- python-orbax-checkpointAUR
- python-rich
- python-tensorstoreAUR (python-tensorstore-binAUR)
- python-typing_extensions
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-matplotlib (python-matplotlib-gitAUR) (optional) – Export to TensorBoard.
- tensorboard (optional) – TensorBoard visualization and logging.
Required by (9)
- python-deepxde (optional)
- python-diffusers (optional)
- python-dm-haiku (optional)
- python-optax (optional)
- python-orbax
- python-orbax (optional)
- python-safetensors (check)
- python-safetensors (optional)
- python-transformers (optional)
Latest Comments
zxeoc commented on 2023-09-21 07:04 (UTC)
@daskol I'm sorry.
daskol commented on 2023-09-20 20:36 (UTC)
@zxeoc Do not paste large outputs in comments, please.
The issue is in python-etils which is a transitive dependency for
python-flax
.zxeoc commented on 2023-09-20 19:41 (UTC) (edited on 2023-09-21 07:09 (UTC) by zxeoc)
I got an error when trying to install it on my laptop.
daskol commented on 2023-07-29 17:47 (UTC) (edited on 2023-07-29 18:00 (UTC) by daskol)
@Henry-ZHR It was a typo. Sorry. Only the latest one is actual
source
.There are several issues. The first one is that Flax Team for some reason does not publish(?) or update package on PyPI (it is recommened way to get sources). The second one is
flax/version.py
is not updated properly on regular basis (see this PR).Henry-ZHR commented on 2023-07-29 17:06 (UTC)
Why two
source=(...)
?daskol commented on 2023-02-20 13:13 (UTC) (edited on 2023-02-20 13:20 (UTC) by daskol)
@wjhandley Thanks! I've pushed a commit right with fixes suggested earlier. Indeed,
python-flax
was added by a mistake when I tried to resolve circular dependency betweenpython-flax
andpython-orbax
(see https://github.com/google/flax/issues/2707 for details).wjhandley commented on 2023-02-20 11:18 (UTC)
Hi daskol. Should it depend on python-flax?
I've made you a co-maintainer if you want to adjust this directly.
daskol commented on 2023-02-16 11:43 (UTC)
Here is a patch which enumerates dependencies and bumps version.
kuehnelth commented on 2022-06-28 21:21 (UTC)
This is missing
python-build
andpython-installer
make dependencies.