Manually download the data
TODO: Update later
Instal the Data Interface
Currently, DiTEC-WDN is available for Python >= 3.10. Please setup a virtual environment before installation.
As some libraries are tailored to your OS and CUDA, user should install them separately as follows:
- Install PyTorch >= 2.3
- Instal PyG >= 2.3
At this time, DiTEC-WDN works best on PyTorch and PyG 2.3.
Afterwards, you can clone DiTEC-WDN or install it via pip:
pip install git+https://github.com/DiTEC-project/DiTEC_WDN_dataset.git
Tada! DiTEC-WDN data interface has been installed!