transformers-data-augmentation icon indicating copy to clipboard operation
transformers-data-augmentation copied to clipboard

Where to find BART Data Augmentation Data

Open SouLeo opened this issue 2 years ago • 0 comments

Hello,

I have been able to run the bart_snips_lower.sh script without error. I do get a warning:

UserWarning: This overload of nonzero is deprecated: nonzero()

Which I think is related to a mismatch in versions between my pytorch 1.6 and python installation (3.8). However, despite that being the only warning output to my terminal console, running the model produces empty text files: bart_l5_gen_3.tsv

These .tsv files seem to be where the augmented data examples should be; but because they're empty files, I'm unsure if I'm looking in the right place.

Could you provide direction on the following questions:

  1. Are the augmented data files saved in the following location $MODELDIR/bart_l5_gen_${PREFIXSIZE}.tsv ?
  2. Should these files be empty?
  3. What Python version are you using in your project?
  4. What cuda toolkit version are you using in your project?
  5. Are you using torch 1.6 or torch 1.5

Thanks!

SouLeo avatar Jul 07 '22 19:07 SouLeo