Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.08 KB

pytorch_net

This repository provides classes for

  • Efficient construction of neural networks with PyTorch, including multilayer perceptron (MLP), LSTM, CNN, WideResNet, model ensembles, etc.
  • Easy manipulation of networks, including addition and removal of layers and neurons, training of networks, simplification of networks, loading and saving models as a dictionary. See tutorial.ipynb for a simple demonstration.

Requirements:

  • PyTorch >= 0.4.1
  • scikit-learn
  • sympy >= 1.3 for symbolic layers

Some projects using this library: