Files
mai/hyperparams.py

6 lines
77 B
Python
Raw Normal View History

2024-04-26 22:56:23 +01:00
FILTER_COUNT = 32
KERNEL_SIZE = 2
CROP_SIZE = 200
BATCH_SIZE = 4
EPOCHS = 15