Run DiGress experiments
mainAll experiments are launched via python3 main.py. The project uses Hydra for configuration management, allowing you to override parameters via the CLI.
- Run debug mode (recommended first step):
python3 main.py +experiment=debug.yaml - Run on a few batches (test run):
python3 main.py general.name=test - Run the continuous model:
python3 main.py model=continuous - Run the discrete model (default):
python3 main.py - Specify a dataset:
python3 main.py dataset=guacamol(Checkconfigs/datasetfor available options).
# Debugging
python3 main.py +experiment=debug.yaml
# Discrete model
python3 main.py
# Continuous model
python3 main.py model=continuous
# Specific dataset
python3 main.py dataset=guacamol