Only BiDeep RNN training has been implemented so far.
Requirements:
- cmake -
apt install cmake
- PyTorch C++ front-end (libtorch) (https://pytorch.org/get-started/locally/)
Build:
git clone https://github.com/Proyag/MTNess
mkdir build && cd build
cmake .. -DCMAKE_PREFIX_PATH=/absolute/path/to/libtorch
make -j