The paper is available on link.
The environment can be set up using either environment.yaml
file or manually installing the dependencies.
conda env create -f environment.yaml
- tensorflow-gpu==2.8.0
- dm-sonnet==2.0.1
- protobuf==3.20.0
We host the datasets on this link
All data gets downloaded and stored in data\impact
directory.
To run each experiment, navigate into HCMT-main
. Then, run the following command:
python -m run_model --mode=train
python -m run_model --mode=eval