nouhadziri / THRED

The implementation of the paper "Augmenting Neural Response Generation with Context-Aware Topical Attention"
https://arxiv.org/abs/1811.01063
MIT License
110 stars 25 forks source link

Relative imports error #19

Closed Monica9502 closed 4 years ago

Monica9502 commented 4 years ago

Trying to run the topic aware model by command "python main.py " , but got the error "ValueError: attempted relative import beyond top-level package“. I have checked init.py in each directory, but still doesn't work. Can you offer some hints?