Global Constants (nip.constants
)#
Global constants for the NIP project.
- nip.constants.CACHED_MODELS_DIR = '/home/runner/work/neural-interactive-proofs/neural-interactive-proofs/model_cache'#
The path to the directory containing cached model files
- nip.constants.CACHED_MODELS_METADATA_FILENAME = 'metadata.json'#
The filename for the metadata file in the cached models directory
- nip.constants.CV_DATA_DIR = '/home/runner/work/neural-interactive-proofs/neural-interactive-proofs/data/code_validation'#
The path to the directory containing code validation dataset files
- nip.constants.DATA_DIR = '/home/runner/work/neural-interactive-proofs/neural-interactive-proofs/data'#
The path to the directory containing dataset files
- nip.constants.ENV_FILE = '/home/runner/work/neural-interactive-proofs/neural-interactive-proofs/.env'#
The path to the file containing environment variables.
- nip.constants.EXPERIMENT_STATE_DIR = '/home/runner/work/neural-interactive-proofs/neural-interactive-proofs/experiment_checkpoints'#
The path to the directory where experiment checkpoints are saved
- nip.constants.GI_DATA_DIR = '/home/runner/work/neural-interactive-proofs/neural-interactive-proofs/data/graph_isomorphism'#
The path to the directory containing graph isomorphism dataset files
- nip.constants.HF_BUGGY_APPS_REPO = 'lrhammond/buggy-apps'#
The repository containing the buggy apps dataset
- nip.constants.HF_PRETRAINED_MODELS_USER = 'SamAdamDay'#
The user hosting the pretrained models
- nip.constants.IC_DATA_DIR = '/home/runner/work/neural-interactive-proofs/neural-interactive-proofs/data/image_classification'#
The path to the directory containing image classification dataset files
- nip.constants.LOG_DIR = '/home/runner/work/neural-interactive-proofs/neural-interactive-proofs/log'#
The path to the directory containing general log files (not used much)
- nip.constants.SEEDS = [8144, 820, 4173, 3992, 4506, 9876, 5074, 446, 5147, 9030]#
The default seeds to use for experiments