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 15:57:06 +01:00

8 lines
No EOL
148 B
Python

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