Files
mai/resnet/hyperparams.py

6 lines
79 B
Python
Raw Normal View History

2024-04-26 22:56:23 +01:00
FILTER_COUNT = 32
KERNEL_SIZE = 2
2024-05-18 01:07:06 +01:00
CROP_SIZE = 224
2024-05-18 22:27:05 +01:00
BATCH_SIZE = 256
EPOCHS = 20