Skip to content
New issue

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

edit_distance #1

Closed
dptabor opened this issue Jun 1, 2017 · 1 comment
Closed

edit_distance #1

dptabor opened this issue Jun 1, 2017 · 1 comment

Comments

@dptabor
Copy link

dptabor commented Jun 1, 2017

When running train_ogan.py:

File "train_ogan.py", line 19, in
import music_metrics
File "~/objective_gan/ObjectiveGAN/model/music_metrics.py", line 12, in
import editdistance
ImportError: No module named 'editdistance'

@gablg1
Copy link
Owner

gablg1 commented Jun 2, 2017

Thanks for catching that! Just added editdistance to requirements.txt

For a quick fix try pip install editdistance

@gablg1 gablg1 closed this as completed Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants