Nelson Yalta
Nelson Yalta
@xenova, Thank you very much for the details. As you mentioned, the issue was caused by the change `allowremote` from `true` to `false`. @do-me, Thank you very much; I will...
yes, if you execute `run.sh --stage -1`, it will download the dataset. the file is located at /local
There are two problems with your setup. First, you need to install conda using `cd /tools && Make` Then, it seems that you have not installed ` wget` on your...
ibt is a program to obtain the tempo, it can be obtained by installing marsyas http://marsyas.info/doc/manual/marsyas-user/Building-latest-Marsyas-on-Debian_002fUbuntu.html#Building-latest-Marsyas-on-Debian_002fUbuntu
You can install marsyas from https://bintray.com/marsyas/windows/marsyas
Yes, thank you for the report. The problem is that the Updater on chainer 7.0 does not support device setup. I will fix this later. Meanwhile, you can downgrade chainer...
You can build your own container using `./build.sh --build-ver gpu --th_ver --cuda_ver local` I would like to know if you tested outside the container and that the container is having...
@sw005320 LGTM, except for one part. If fixed, then I think that it can be merged.
@sw005320 LGTM,
Cannot install Espnet due to an error building `nnmnkwii`. Seems that `nnmnkwii` is using numpy.int instead of in: `def fancy_plus_equals(cnp.ndarray[cnp.int_t, ndim=1] target_index_seq`. Needs to be updated for new numpy versions.