burn-tensor 0.2.3

This library provides multiple tensor implementations hidden behind an easy to use API that supports reverse mode automatic differentiation.
Documentation
1
2
3
4
5
6
7
echo "Setup arrayfire backend"
export AF_PATH=$HOME/.local/share/arrayfire
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64

echo "Setup tch backend"
export LIBTORCH=${HOME}/.local/lib/libtorch
export LD_LIBRARY_PATH=${LIBTORCH}/lib:$LD_LIBRARY_PATH