We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: