Douwe Osinga

Results 227 comments of Douwe Osinga

This sounds like we are trying to load the pre-trained network for TF 1.4 into a setup that uses 2.0. The causes always this sort of error I am afraid....

It would be a good idea to move to 2.0, but yeah, it would need careful testing. It seems you are better at that then I am, so sure, why...

Any thoughts on how to best progress on this?

Hmm, that combination might not exists. What you could try it is: rm requirements.txt pip install pip-tools pip-compile pip install -r requirements.txt That should recalculate the dependencies.

Hi Mike, It looks like `load_songs` didn't return anything, which from the source code seems to happen when it can't find any songs. See if the `list_dir` above does anything...

Never mind. I got things confused. I wonder if you can package your fixes up in the pull request we had before if that isn't already the case.

Sorry about that, inadvertently closed this.

Yes, that sounds great! Why don't you send me a PR with the English only changes and then we just create a separate repository for the Japanese version? I don't...

Hey! How is this going? I pushed some updates and fixes partly based on your work. Happy to incorporate anything else that is reasonable. Let me know! Douwe