blob: 5d13d8cdde0ae5abfc396bd18db6cc237b8636fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-pytorch-ignite
pkgdesc = High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.
pkgver = 0.5.1
pkgrel = 1
url = https://pytorch-ignite.ai
arch = any
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-numpy
depends = python-matplotlib
depends = python-scikit-learn
depends = python-packaging
depends = python-clearml
depends = python-pytorch
depends = python-torchvision
conflicts = python-pytorch-ignite-git
source = https://github.com/pytorch/ignite/archive/v0.5.1.tar.gz
sha256sums = b41e7c7bd33530b22fd1787a6d79b89c5efebd13f37c2a53cf3ac3a25d1fbe13
pkgname = python-pytorch-ignite
|