Skip to content

Efficient construction and manipulation of nets with PyTorch

License

Notifications You must be signed in to change notification settings

49takashi/pytorch_net

This branch is 1 commit behind tailintalent/pytorch_net:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff2e5db · Mar 24, 2023
Jul 31, 2022
Jun 19, 2018
Jul 22, 2022
Jun 19, 2018
Mar 13, 2023
Dec 8, 2019
Dec 8, 2019
Jun 19, 2018
Jan 31, 2020
May 1, 2021
May 1, 2021
May 19, 2020
May 19, 2020
Sep 16, 2022
Sep 16, 2022
Oct 18, 2019
Sep 23, 2021
Mar 24, 2023

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.8%
  • Jupyter Notebook 40.2%