initial commit

This commit is contained in:
2024-04-26 22:56:23 +01:00
commit 1c3ea77bea
10 changed files with 3135 additions and 0 deletions

5
hyperparams.py Normal file
View File

@@ -0,0 +1,5 @@
FILTER_COUNT = 32
KERNEL_SIZE = 2
CROP_SIZE = 200
BATCH_SIZE = 4
EPOCHS = 15