Source: torch-summary
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 10),
  dh-python,
  python3-all,
  python3-setuptools,
  lsb-release,
  python3-pytest <!nocheck>,
  python3-torch (>= 1.3~) <!nocheck> | python3-torch-blas-eigen (>= 1.3~) <!nocheck>,
  python3-torchvision <!nocheck>,
Standards-Version: 4.5.0
Homepage: https://github.com/TylerYep/torch-summary/

Package: python3-torchsummary
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: View model summaries in PyTorch (Python 3)
 Torch-summary provides information complementary to what is provided by
 print(your_model) in PyTorch, similar to Tensorflow's model.summary() API to
 view the visualization of the model, which is helpful while debugging your
 network.
 .
 In this project, we implement a similar functionality in PyTorch and create
 a clean, simple interface to use in your projects.
 .
 This package installs the library for Python 3.
