Added prediction batch size to config

This commit is contained in:
Oscar Blue 2022-03-23 10:41:09 +00:00
parent 68ff4ea0ad
commit e29bf123f1

View file

@ -14,6 +14,7 @@ PRED_BATCH_SIZE = 4
EPOCHS = 20
LR = 0.001
IMAGE_SIZE = 32
PRED_BATCH_SIZE = 4
WARMUP_PLOT = os.path.join("output", "plot.png")
WARMUP_MODEL = os.path.join("output", "plot.pth")