Skip to content

Efficient construction and manipulation of nets with PyTorch

License

Notifications You must be signed in to change notification settings

tailintalent/pytorch_net

Repository files navigation

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:

About

Efficient construction and manipulation of nets with PyTorch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •