Search Criteria
Package Details: python-thop 1:0.1.1.post2209072238-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-thop.git (read-only, click to copy) |
---|---|
Package Base: | python-thop |
Description: | Count the MACs / FLOPs of your PyTorch model. |
Upstream URL: | https://github.com/Lyken17/pytorch-OpCounter |
Keywords: | opcounter pytorch |
Licenses: | MIT |
Submitter: | fanyujun |
Maintainer: | None |
Last Packager: | fanyujun |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-10-11 12:38 (UTC) |
Last Updated: | 2024-03-06 07:42 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, 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-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
fanyujun commented on 2024-05-12 18:50 (UTC) (edited on 2024-05-12 18:50 (UTC) by fanyujun)
Hi, @Lucki, I have tried on different computers but I didn't replicate this error. The source code url should work while running
makepkg
.Lucki commented on 2024-03-19 11:26 (UTC)
fanyujun commented on 2024-03-06 08:13 (UTC)
Notes on modifications: To make it successfully built, I deleted the 21st line in setup.py, in commit#541b1fd0e521:
VERSION += "_" + datetime.datetime.now().strftime("%Y%m%d%H%M")[2:]
Because this line will lead to an error report "packaging.version.InvalidVersion" and is unnecessary.Thanks @MarSeed for reporting issues.