Loreto Parisi
Loreto Parisi
@awakenrz there are changes in the AirPlay protocol here https://nto.github.io/AirPlay.html in `iOS9`?
> Huh, that's interesting! I don't see an immediate reason why #114 would have caused this, but perhaps @Bomme can see a reason? > > > > Can you provide...
Thanks for helping guys, it seems we use it from librosa, and I assume it is using the pypi version so it should be in fact not the latest one...
I have the same issue with a concatenation of string like that ``` INFO:tensorflow:Failed to load checkpoint from myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/myexperiment/train-generator. Sleeping for 10 secs... ``` I have changed in `main.py`: ```python...
@bfelbo you're welcome! Just my two cents: there are some requirements that are missing or not explicitly written, and also it's good to tell users that using `virtualenv` is a...
@Yomguithereal let me have a look, in my understanding (now I 'm using the Java porting) there were a lot of improvements, not changing the baseline, but some of these...
I have also tried training and models download, that's huge even if on AWS gpu EC2 instances, it's very difficult to reproduce the paper's results without pre-trained models! 🙏
@nmstoker according to the paper, they are using https://github.com/codelucas/newspaper to grab news data. By the way there are several news corpus out there, I'm not sure what is new in...
@nmstoker yes it can be tricky. For Wikipedia it's easier, I'm typically using [this](https://gist.github.com/loretoparisi/6728716bcb5ad87af4ad929a679d2bf0) Facebook script from FastText, that extract the dump in a certain language, normalize the text and...