Hi, I'm now facing an issue and can't find out what went wrong.
When I tried to run the script "train.py" it just showed me the error message:
File ".\train.py", line 6, in
from dataset import libriphrase, google, qualcomm
ImportError: cannot import name 'libriphrase'
similar issues occurred if I import google or qualcomm alone.
Please help me resolve it. Thank you!
Tensorflow version: 2.4.0 (in anaconda)
Python version: 3.6.12