7 lines
89 B
Python
7 lines
89 B
Python
# Labels
|
|
CLEAR = 0
|
|
MASK = 1
|
|
|
|
# Dataset Options
|
|
DATA_OPTIONS = ['test', 'devel', 'train']
|