Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 419 Bytes

PNNLib

Version: 0.1

Author: Philipp Allgeuer

This repository contains a general neural network management library using PyTorch that is useful across many projects.

Python dependencies

The following Python packages should be available in order to make full use of PNNLib:

matplotlib numpy pillow portalocker pycuda pyyaml yaml py-cpuinfo
cv2  # e.g. opencv-python
torch torchvision
ppyutil