r9y9 / nnmnkwii

Library to build speech synthesis systems designed for easy and fast prototyping.

Home Page:https://r9y9.github.io/nnmnkwii/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data files cannot be fetched.

korguchi opened this issue · comments

I tried the 00-Quick start guide and got the following warning in [12].

/home/korguchi/anaconda3/lib/python3.6/site-packages/nnmnkwii/datasets/__init__.py:125: UserWarning: No files are collected. You might have specified wrong data source.
  warn("No files are collected. You might have specified wrong data source.")

I also tried the example of nnmnkwii.datasets.FileSourceDataset. The same problem occured.

Environment

  • Ubuntu 16.04.3 LTS (Windows Subsystem for Linux)
  • Anaconda3 Python3.6

Hi, thank you for the report. Is this reproducible with the current master? There was a bug 177b12c that example data was not included in the pypi release and I am wondering if you are hitting the bug or not.

Thank you for your reply.
As you mentioned, I updated to the latest version but It still gives that warning...

Okay, can you please share the notebook? I cannot reproduce locally.

I ran the 00-Quick start guide.ipynb in nnmnkwii-gallery as it is.
I suspect it is the unique problem to my environment.

Sorry, I mean, can you upload the notebook to https://gist.github.com/ (or whatever you want)? Your notebook contains cell outputs and warnings. It helps me to identify what cell(s) of the notebook was going wrong. Running the 00-Quick start guide.ipynb in my environment does not produce the warning you mentioned.

I'm the one who should be sorry.
This is the notebook.
https://gist.github.com/KORGUCHI/2379fa5ba4e1a878152b37c791a9ad25

Thank you very much! I am now able to reproduce. I'm looking into it.

I think I fixed the issue. Could you check if it works with the latest master?

pip install git+https://github.com/r9y9/nnmnkwii

It completely works! I would really appreciate your quick reply and great works.

👍

Let me know if you have another problem.