This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
DeepEncode/globalVars.py
2023-08-13 13:33:03 +01:00

7 lines
No EOL
133 B
Python

import log
LOGGER = log.Logger(level="DEBUG", logfile="training.log", reset_logfile=True)
NUM_CHANNELS = 3
WIDTH = 640
HEIGHT = 360