andreamad8 / QDREN

Question Dependent Recurrent Entity Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named 'data.email_util'

SeekPoint opened this issue · comments

mldl@mldlUB1604:/ub16_prj/QDREN/CNN$
mldl@mldlUB1604:
/ub16_prj/QDREN/CNN$ PYTHONPATH=src python3 run_final.py
Traceback (most recent call last):
File "run_final.py", line 11, in
from src.trainer.train import train
File "/home/mldl/ub16_prj/QDREN/CNN/src/trainer/train.py", line 18, in
from data.email_util import send_email
ImportError: No module named 'data.email_util'
mldl@mldlUB1604:~/ub16_prj/QDREN/CNN$

yep, another file that I need to fix.
The 'data.email_util' was not committed because there was info about my email (I was sending info to my email once every 10 epoch).

I will fix now.

Thanks for the notice :)