Spaces:
Build error
Build error
File size: 140 Bytes
64ba78f | 1 2 3 4 5 6 7 8 | __author__ = 'Taneem Jan, taneemishere.github.io'
CONTEXT_LENGTH = 48
IMAGE_SIZE = 256
BATCH_SIZE = 64
EPOCHS = 10
STEPS_PER_EPOCH = 72000
|