stanfordnlp / cocoa

Framework for learning dialogue agents in a two-player game setting.
MIT License
158 stars 62 forks source link

change a place of `import io` at onmt/io/TextDataset.py #55

Open Mocchaso opened 5 years ago

Mocchaso commented 5 years ago

In before state, an error cannnot import name TextDataset was caused at onmt/IO.py.

I thought that this is because onmt/IO.py and onmt/TextDataset.py tried to import each other. ※reference: resolve ImportError: cannot import name (Japanese Qiita article)