lizekang / ITDD

The source code of our ACL2019 paper "Incremental Transformer with Deliberation Decoder for Document Grounded Conversations "
MIT License
86 stars 17 forks source link

About the setting n_gpu #6

Closed iAlexKai closed 5 years ago

iAlexKai commented 5 years ago
image

Here, in onmt/trainer.py, if n_gpu = 1, and the gpu_rank in my config is not 0,then I can never get into this if, I wonder if this is a bug?

lizekang commented 5 years ago

Please refer to OpenNMT-py documentation.