a-PyTorch-Tutorial-to-Transformers icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Transformers copied to clipboard

Attention Is All You Need | a PyTorch Tutorial to Transformers

Results 5 a-PyTorch-Tutorial-to-Transformers issues
Sort by recently updated
recently updated
newest added
trafficstars

I dont know why youtokentome cannot be imported even when doing pip install youtokentome it is prompting an error

Thanks for your tutotial of _Attention is all you need_, and I have a small question.I would really appreciate for an answer.Because the project only has datasets of training, why...

Hi @sgrvinod in the xe train function: `predicted_sequences = model(source_sequences, target_sequences, source_sequence_lengths, target_sequence_lengths) # (N, max_target_sequence_pad_length_this_batch, vocab_size)` The `target_sequence_lengths` still includes the lengths with the `` token, and in this...

Hi @sgrvinod Thank you for your Tutorial posted for Attention is all you need. I have a small question, and would appreciate an answer. In data loader.py you've grouped the...

i got this error when i train a model (srgan) KeyError: Caught KeyError in DataLoader worker process 0. Original Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop...