Densely-Interactive-Inference-Network
Densely-Interactive-Inference-Network copied to clipboard
Import error
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??