edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

Training and Testing loop wrappers for PyTorch #144

Closed krypticmouse closed 3 years ago

krypticmouse commented 3 years ago

Is your feature request related to a problem? Please describe. Loop wrappers for pytorch

Describe the solution you'd like Implementing Loop wrappers for pytorch to enable easy execution of training and testing of model.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Abhijit2505 commented 3 years ago

This is currently not required for the package.