Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 418 Bytes

File metadata and controls

9 lines (7 loc) · 418 Bytes

LightCNLib

A lightweight convolutionary neural network library with built in (Num/Cuda)py with built-in LeNet support

Usage

  1. Run setup.py with python setup.py sdist bdist_wheel
  2. Run pip install on the build files

About

This library will automatically detect cuda capable devices and choose either numpy or cudapy. It is comprised of layers similar to the pytorch library, see the layer.py abstract class.