Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 228 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 228 Bytes

Hand-crafted PyTorch

This is a hand-crafted implemented version of basic PyTorch's features using only NumPy.

In the example.ipynb you can see the difference between the hand-crafted model and PyTorch's original model.