simpleTorch

This package is built on pytorch to avoid some standard steps


License
MIT
Install
pip install simpleTorch==0.0.3

Documentation

simpleTorch

This repo aims to train neural networks with pytorch simple. The data are normalized insede the class. The validation is performed automatically. The output model gets the unscaled data and returns the output unscaled (The scaling is performed inside). This way the user do not interact the scaling,; however the user can select to not use the default scaling and scale the data before the training

Installation

Use the package manager pip to install foobar.

pip install simpleTorch

Usage

A more detailed example in example_of_usage.ipynb

# X array with inputs in np
# F labels in np
# model is the neural net written in pytorch
import simpleTorch.train_ann
train_ann(model, X, F,plot=True)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT