config module

Configuration file for the Medicraft project.

This file contains various configuration parameters used throughout the project.

config.DATASET_FILE_PATH

The file path to the dataset CSV file.

Type:

Path

config.DEV_DEBUG

Whether to enable debug mode.

Type:

bool

config.DEVICE

The device to be used for computation (cuda if available, otherwise cpu).

Type:

torch.device

config.WANDB_PRJ_NAME_GENERATE_SAMPLES

The project name for generating samples.

Type:

str

config.WANDB_PRJ_NAME_CLASSIFICATION

The project name for classification.

Type:

str

config.WANDB_PRJ_NAME_TRAIN_GENERATOR

The project name for training the generator.

Type:

str