You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, it's not a typo. We augment args.num_aug examples to finetune the generator (Line97) and augment 1 example to train the classifier (Line100 & Line102). They are two separated hyperparameters.
Hi, I think here in augmentation_main.py
learning-data-manipulation/augmentation_main.py
Lines 99 to 100 in 315313d
num_aug
should be set toargs.n_aug
instead of 1. Is it a typo? Or you only generateargs.n_aug
augmented texts for fine-tuning generator? But why?The text was updated successfully, but these errors were encountered: