Alejandro Gastón Alvarez
Alejandro Gastón Alvarez
Sorry for the late reply. I didn't get [your answer](https://github.com/fumihwh/onnx-pytorch/pull/21#issuecomment-890413334), what do you want me to change? I just rebase to master.
Same error here with: `python 3.9`, `pytorch 1.11` and `coremltools master branch` ```python script_mdl = torch.jit.script(generator, **kwargs) script_mdl = torch.jit.freeze(script_mdl, preserved_attrs=["reset", "get_sample_rate"] if stream else [],) coreml_mdl = ct.convert(script_mdl, inputs=[ct.TensorType(shape=(1,80,100)],...
I think the problem is solved with Pytorch 1.12 because of [this definition](https://github.com/pytorch/pytorch/blob/master/torch/_C/__init__.pyi.in#L573) Although, I'm getting other error `conv1d` not being define, so I cannot assure it.
Thanks. It worked for me
Hi I'm having the same issue! Everything is broken 
The problem was that the **css** folder was not copied to the _.../jupyter/nbextensions/nbpresent_
Hi, I'm also interested in this feature https://discord.com/channels/485586884165107732/485596304961962003/946817686220984350 ```yaml data: foreach: librispeech: script: libri.sh links: - https://www.openslr.org/resources/12/dev-clean.tar.gz - https://www.openslr.org/resources/12/dev-other.tar.gz - https://www.openslr.org/resources/12/test-clean.tar.gz - https://www.openslr.org/resources/12/test-other.tar.gz - https://www.openslr.org/resources/12/train-clean-100.tar.gz - https://www.openslr.org/resources/12/train-clean-360.tar.gz - https://www.openslr.org/resources/12/train-other-500.tar.gz tedlium:...
I have also the same problem!
I don't understand. I already have that in my `.zshrc` I noticed that the problem doesn't appear inside a tmux session.
JFR I'm also experiencing the same issue. Installing with `pip` and `poetry` (which uses pip underneath) Installing in a fresh environment ```sh ╰─ pip install pynini Collecting pynini Using cached...