flow-matching-1 / src /flowfm /constants.py
sabertoaster's picture
Add files using upload-large-folder tool
e8deda1 verified
Raw
History Blame Contribute Delete
189 Bytes
"""Project-wide constants for the flow matching training pipeline."""
from pathlib import Path
DEFAULT_DATA_DIR = Path("/raid/lttung05/fmri_encoder/data")
DEFAULT_SUBJECTS = (1, 2, 3, 5)