edm icon indicating copy to clipboard operation
edm copied to clipboard

How to select options shown in Table2 for training VP/VE models

Open MingyuKim87 opened this issue 3 years ago • 1 comments

image

  • 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. image

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.

MingyuKim87 avatar Jan 05 '23 00:01 MingyuKim87

just adjust the arch. ddpmpp for vp ncsnpp for ve.

Zyriix avatar Nov 12 '23 04:11 Zyriix