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.DEVICE
The device to be used for computation (cuda if available, otherwise cpu).
- Type:
torch.device