A fast implementation of TGEditor using Strategic Sampling.
- Clone the repository:
git clone <repository_url> cd TGEditorFast
- Create the conda environment:
conda env create -f env.yml
- Activate the environment:
conda activate multignn
Adjust the parameters at the top of main.py to select the dataset and the components of the pipeline to run. Then execute:
python main.py --mode YOUR_MODE --desc YOUR_DESCRIPTION