Closed sugeeth14 closed 5 years ago
Same question with you~ waiting for the author response
Hi @alphadl in the prepare-iwslt14.sh
folders are created to store text data. So similar folder must be created and add train and test data there.
hi @Raghava14. How did you solve this? I'm getting the same error. What do you mean by a similar folder of train and test text data?
@RayeRen Could you please kindly guide me on this? Thanks.
I debugged for a while and I think its related to the filenames. The teacher generated things like _de_topk_idx.bin
and renaming to en_de_topk_idx.bin
solves the problem.
@RayeRen Hi, I'm getting a lot of UserWarning: The number of elements in the out tensor of shape [150] is 150 which does not match the computed number of elements 149. Note that this may occur as a result of rounding error. The out tensor will be resized to a tensor of shape (149,)
, is this normal behavior?
@Ir1d Hi, how did the teacher generate topk bin files? Why doesn't my teachers network work?
@sunmingyang1994 run the command in the readme and the bin files will be generated in the data folders
Hi, I followed the steps mentioned here and then here and could train successfully the teacher models and save the topk probabilities and checkpoints for the individual languages . But when coming to training the student model as mentioned in Train Multilingual Student I get the below error.
What files does the command expect to be passed am I missing something . Kindly help. Thank you.