glue-factory-custom/gluefactory/settings.py

7 lines
274 B
Python
Raw Permalink Normal View History

from pathlib import Path
root = Path(__file__).parent.parent # top-level directory
DATA_PATH = root / "data/" # datasets and pretrained weights
TRAINING_PATH = root / "outputs/training/" # training checkpoints
EVAL_PATH = root / "outputs/results/" # evaluation results