Seperate graph-related algorithm and tensor operations with the help of GPU accelerated backend for better code structure. Still under development and testing, not all test-cases are ready.
-
Development setup:
-
Create a python virtural environment with python vesion >= 3.10.
-
Prepare dependencies:
numpy,scipy,pytorch,torchdiffeq. -
Install
BEXin develop mode usingpip:pip install -e . -
For testing examples, install
tqdm,jupyterlab,matplotlib, etc.
-