/mathtorch

some math with pytorch

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Math Torch

This is a playground for math research with pytorch.

Install it with pip install --user -e . to get a development environment, then make sure that the ~/.local/bin/mathtorch executable is on your PATH, for example by executing ln -s ~/.local/bin/mathtorch ~/bin.