Spaces:
Sleeping
Sleeping
File size: 187 Bytes
f3b11f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | import math
# Data
DATA_DEFAULT = {
'max_sequence_length': 256,
'padding_value': 0
}
# Properties
PROPERTIES = ['pki']
# For Test_Property test
LOD_MIN = 1.0
LOD_MAX = 3.4
|