speedyspeech icon indicating copy to clipboard operation
speedyspeech copied to clipboard

Results 22 speedyspeech issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.1 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Hi Jan, A quick question. In the documentation, the shape of the residual is mentioned as `(batch_size, channels, time_dim)` [here](https://github.com/janvainer/speedyspeech/blob/516eb1c6a992dacf5808e416c389e5322d9e80bf/code/layers.py#L189). Can you please confirm if its correct or should it...

Hi. Thank you very much for your implementation. I tried to extract the duration by using the default configs (the only difference is that a different dataset is used). However,...

Ubuntu 20.04 Nvidia Driver 460.73 CUDA Version: 11.2 Python 3.8.5 When I run 'pip install -r requirements.txt' as instructed I get the following errors... Building wheels for collected packages: grpcio...

add apex for even faster training and tensorrt for fast inference?

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.7. Changelog Sourced from rsa's changelog. Version 4.7 - released 2021-01-10 Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding...

dependencies

I went through the code about spectrogram extraction in the code base and found some duplication at padding. For a simple case, applying stft to an audio, it is common...