This Table 2 indicates ablation study of training components for VP/VE models in terms of performance.
In this table, we can choose several training configuration such as Adjust hyper parameter, Redistributed capacity, Our preconditioning, Our loss function and Non-leaky augmentation.
However, looking at train.py, this code provides prefix options as follows.
My questions is how to choose the Adjust hyper parameter, Redistributed capacity, Our preconditioning and Our loss function options by using prefix options in train.py.
Adjust hyper parameter
,Redistributed capacity
,Our preconditioning
,Our loss function
andNon-leaky augmentation
.train.py
, this code provides prefix options as follows.My questions is how to choose the
Adjust hyper parameter
,Redistributed capacity
,Our preconditioning
andOur loss function
options by using prefix options intrain.py
.