Parameter Adjustmens and Ensemble Model Implementation
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
# Labels
|
||||
from argparse import Namespace
|
||||
|
||||
CLEAR = 0
|
||||
MASK = 1
|
||||
|
||||
# Dataset Options
|
||||
DATA_OPTIONS = ['test', 'devel', 'train']
|
||||
DATA_OPTIONS = Namespace(test='test', devel='devel', train='train')
|
||||
|
Reference in New Issue
Block a user