YichenGong / Densely-Interactive-Inference-Network

Cleaned code for paper "Natural Language Inference over Interaction Space"
Apache License 2.0
250 stars 57 forks source link

Import error #11

Open xionghhcs opened 6 years ago

xionghhcs commented 6 years ago

I want to run the script of train_quora.py.But it seem that there is not the module of YF in the floder util

Traceback (most recent call last):
  File "train_quora.py", line 17, in <module>
    from util.YF import YFOptimizer
ImportError: No module named YF

How can I fix this error??