Search Criteria
Package Details: python-torchmetrics 1.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-torchmetrics.git (read-only, click to copy) |
---|---|
Package Base: | python-torchmetrics |
Description: | Machine learning metrics for distributed, scalable PyTorch applications |
Upstream URL: | https://github.com/PyTorchLightning/metrics |
Licenses: | Apache-2.0 |
Submitter: | hottea |
Maintainer: | alhirzel (redponike) |
Last Packager: | redponike |
Votes: | 2 |
Popularity: | 0.001040 |
First Submitted: | 2021-04-01 09:02 (UTC) |
Last Updated: | 2025-03-28 21:55 (UTC) |
Dependencies (23)
- python-lightning-utilitiesAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-packaging
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-einopsAUR (optional) – Multimodal subdomain dependency
- python-matplotlib (python-matplotlib-gitAUR) (optional) – Visual subdomain dependency
- python-nltk (optional) – Text subdomain dependency
- python-onnxruntime (python-onnxruntime-opt, python-onnxruntime-opt-rocm, python-onnxruntime-rocm) (optional) – Audio subdomain dependency
- python-pycocotoolsAUR (python-mmpycocotoolsAUR) (optional) – Detection subdomain dependency
- python-regex (python-regex-gitAUR) (optional) – Text subdomain dependency
- python-requests (optional) – Audio subdomain dependency
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (optional) – Image subdomain dependency
- python-sentencepieceAUR (python-sentencepiece-gitAUR) (optional) – Text subdomain dependency
- python-timmAUR (optional) – Multimodal subdomain dependency
- python-torch-fidelityAUR (optional) – Image subdomain dependency
- python-torchaudioAUR (python-torchaudio-gitAUR, python-torchaudio-rocmAUR) (optional) – Audio subdomain dependency
- Show 3 more dependencies...
Latest Comments
Romanovzky commented on 2024-04-20 15:45 (UTC)
Why does this depend on
python-transformers
? It ends up installing a lot of things that are completely unnecessary for PyTorch lightning as this is set as dependency ofpython-pytorch-lightning
. See here for strict dependencies: https://github.com/Lightning-AI/torchmetrics/blob/master/requirements/base.txtFreed commented on 2023-03-11 03:40 (UTC) (edited on 2023-03-11 03:43 (UTC) by Freed)
@alhirzel I have invited you in python-torch-fidelity and python-lpips. In
/usr/lib/python3.10/site-packages/torchmetrics-0.11.1-py3.10.egg-info/requires.txt
I found more packagesscipy
, ... it looks like some of them are optdepends, too. (scipy is the optdepend for FID)alhirzel commented on 2023-03-10 17:41 (UTC) (edited on 2023-03-10 17:43 (UTC) by alhirzel)
@Freed I bumped this package, thanks for your note. Do you want me to package FID on the AUR?
Freed commented on 2023-03-10 17:14 (UTC)
Miss optdepends: python-lpips for LPIPS and python-fidelity for FID.