speech icon indicating copy to clipboard operation
speech copied to clipboard

A PyTorch Implementation of End-to-End Models for Speech-to-Text

Results 24 speech issues
Sort by recently updated
recently updated
newest added

Hi everyone! My name is David Martin Rius and I have just published this project on GitHub: https://github.com/davidmartinrius/speech-dataset-generator/ Now you can **create datasets automatically** with any audio or lists of...

Bumps [scipy](https://github.com/scipy/scipy) from 0.18.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.4.0 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 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

Traceback (most recent call last): File "build.py", line 4, in from torch.utils.ffi import create_extension File "/home/imr555/miniconda3/envs/ariyan/lib/python3.6/site-packages/torch/utils/ffi/__init__.py", line 1, in raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.") ImportError: torch.utils.ffi...

With python3.6, pytorch0.4.1, cuda9.0, I got the following error when I run train.py with timit example: ``` $ python train.py examples/timit/seq2seq_config.json Traceback (most recent call last): File "train.py", line 146,...

When we follow the installation instructions, the "make" command throws us the error, "CUDA_TOOKIT_ROOT_DIR not found". How do we build this repo on a machine without a GPU? Thanks!

/home/wangph/code/pytorch_egs/speech/speech/models/seq2seq.py:235: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead. inputs.volatile = True /home/wangph/code/pytorch_egs/speech/speech/models/seq2seq.py:236: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():`...