File: control

package info (click to toggle)
pytorch-ignite 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,712 kB
  • sloc: python: 46,874; sh: 376; makefile: 27
file content (32 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: pytorch-ignite
Section: science
Homepage: https://github.com/pytorch/ignite
Priority: optional
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/deeplearning-team/pytorch-ignite.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/pytorch-ignite
Maintainer: Debian Deep Learning Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-dill <!nocheck>,
               python3-matplotlib <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-sklearn <!nocheck>,
               python3-skimage <!nocheck>,
               python3-torch

Package: python3-torch-ignite
Architecture: all
Depends: python3-torch, ${misc:Depends}, ${python3:Depends}
Description: High-level library to help with training and evaluating in PyTorch
 Ignite is a high-level library to help with training and evaluating neural
 networks in PyTorch flexibly and transparently.
 .
 Features
 .
  * Less code than pure PyTorch while ensuring maximum control and simplicity
  * Library approach and no program's control inversion
  * Extensible API for metrics, experiment managers, and other components