added prefix variables

main
Felix Jan Michael Mucha 2025-02-16 13:58:15 +01:00
parent 80e6f7849f
commit e9e2bf1b8a
1 changed files with 2 additions and 2 deletions

4
CNN.py
View File

@ -88,8 +88,8 @@ if __name__ == '__main__':
MAX_LEN = 280
BATCH_SIZE = 32
N_MODELS = 2
USE_GIRD_SEARCH = False
N_MODELS = 1
USE_GIRD_SEARCH = True
models = []
timestamp = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")