File size: 118 Bytes
3c812ea |
1 2 3 4 5 6 7 8 |
import os
import numpy as np
CACHE_EXAMPLES = os.getenv('CACHE_EXAMPLES') == '1'
MAX_SEED = np.iinfo(np.int32).max
|
3c812ea |
1 2 3 4 5 6 7 8 |
import os
import numpy as np
CACHE_EXAMPLES = os.getenv('CACHE_EXAMPLES') == '1'
MAX_SEED = np.iinfo(np.int32).max
|