Christoph Minixhofer

Results 21 issues of Christoph Minixhofer

Hello, thank you for providing this utility. When install anyflip-downloader, I encountered the following error: ``` Get "https://online.anyflip.com/.../mobile/javascript/config.js": tls: failed to verify certificate: x509: certificate signed by unknown authority ```...

bug
enhancement

I was only able to get the gradle branch to work after adding the following to ``gradle.build`` ```` implementation group: 'de.dfki.mary', name: 'marytts-builder', version: '5.2', { exclude group: '*', module:...

bug

This project has gotten quite complex, and good documentation is needed. I will go with MKDocs again.

Metrics (such as DTW distance, mae, etc) should a) be modular to allow adding new ones easily b) include wasserstein distance and others

There should be parameter groups (with a certain prefix, e.g. "fastdiff_vocoder"), as well as config files. It might be worth looking into using an existing project for this or creating...

Currently e.g. dataset caching is handled in training code, which it shouldn't be. It is worth considering separating the TTSDataset out into it's own respository, or at least have it...

probably because of the upgrade to 3.8+ python, the documentation build seems to fail

bug

Pointed out in #9 ``` python3.8/site-packages/phones/__init__.py:219: FutureWarning: The default value of numeric_only in DataFrameGroupBy.mean is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select...

To avoid future build fails that go undetected, some basic test should be implemented that import all modules and run some basic functionality