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

can't play music though no error occurs #66

Closed
creater-yzl opened this issue May 6, 2020 · 5 comments
Closed

can't play music though no error occurs #66

creater-yzl opened this issue May 6, 2020 · 5 comments

Comments

@creater-yzl
Copy link

creater-yzl commented May 6, 2020

I ran the code below with colab, but I didn't hear a sound.
!pip install mitdeeplearning
import mitdeeplearning as mdl

songs = mdl.lab1.load_training_data()
example_song = songs[0]
mdl.lab1.play_song(example_song)

@creater-yzl
Copy link
Author

I tried and it has no response either in anaconda or colab. I think I have awaited long enough

@creater-yzl creater-yzl changed the title help can't play music though no error occurs May 6, 2020
@VincentChungHeiPoon
Copy link

VincentChungHeiPoon commented May 28, 2020

I know it's late but try to run it on google colab, I was having the same issue with Jupiter notebook on my computer. I think those labs are meant for colab

@creater-yzl
Copy link
Author

Thank you very much, it's OK now. I applied exactly the same steps as last time, but it works this time. quite strange

@raufie
Copy link

raufie commented May 26, 2021

I tried running on google colab, kaggle.. on different browsers.. didn't work. It worked once on google colab, but when I tried to run it again it never did. : ( I think I'm figure it out soon, I hope XD

@pabramowitsch
Copy link

A couple of years have passed, but the problem persists. In fact no valid songs are generated, even by the unmodified solution notebook running in COLAB. When I print out the "generated songs" there's no evidence of any training beyond being able to append a ":" after the initial X. The rest is just garbage. Does anyone have a solution?

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

4 participants