Anas Alokla

Results 3 comments of Anas Alokla

I know what is the problem I want to found a solution. I try to move the trg_mask to GPU but I have another problem the input and output must...

I fixed this the problem I move the src, trg to cuda before call the create_masks function in traning file line 30 I change: src = batch.src.transpose(0,1).cuda() trg = batch.trg.transpose(0,1).cuda()...

> > could you resolve this error? I am getting the same > > Yes, however, I couldn't produce the correct output. > > Change the max_seq_len according to your...