howardyclo / pytorch-seq2seq-example

Fully batched seq2seq example based on practical-pytorch, and more extra features.
76 stars 17 forks source link

Training the seq2seq model with multi-GPU #6

Open fan8502 opened 4 years ago

fan8502 commented 4 years ago

Hi, the work really help me a lot! Thank you for your helpful code.

I tried to use multi GPU to run the Seq2Seq model. I'm wondering that how could I modify the seq2seq.ipython file?