constants.py 108 B

1234
  1. """Application constants."""
  2. DEFAULT_BATCH_SIZE = 200
  3. SUPPORTED_DATA_TYPES = {"int16", "int32", "float32"}