Added prediction batch size to config
This commit is contained in:
parent
68ff4ea0ad
commit
e29bf123f1
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ PRED_BATCH_SIZE = 4
|
||||||
EPOCHS = 20
|
EPOCHS = 20
|
||||||
LR = 0.001
|
LR = 0.001
|
||||||
IMAGE_SIZE = 32
|
IMAGE_SIZE = 32
|
||||||
|
PRED_BATCH_SIZE = 4
|
||||||
|
|
||||||
WARMUP_PLOT = os.path.join("output", "plot.png")
|
WARMUP_PLOT = os.path.join("output", "plot.png")
|
||||||
WARMUP_MODEL = os.path.join("output", "plot.pth")
|
WARMUP_MODEL = os.path.join("output", "plot.pth")
|
||||||
|
|
Reference in a new issue