Charlie_Tang
Charlie_Tang
python -c "from pyro.contrib.examples.util import MNIST, get_data_directory" [1] 86511 segmentation fault python -c "from pyro.contrib.examples.util import MNIST, get_data_directory" version: pyro: 1.8.1+06911dc pytorch: 1.11.0
add a sliding multihead attention paper: https://arxiv.org/abs/1909.13037 figure 2
2 step distill, through CE loss directly by CTC/Transducer label and Transducer output tensor without extra CTC and Transducer loss: 1. CTC model-> Transducer model 2. Transducer model 1 ->...
Hi, Would mind add a license of datasets?
adapt pytorch lightning 2.0 since it already rename as lightning
please support batch kaldi fbank computation/ "waveform (Tensor) – Tensor of audio of size (c, n) where c is in the range [0,2)" right now only single utt compute is...
`with open(os.devnull, "w") as null, contextlib.redirect_stderr(null)` is not working, since pipe read will occupy the pipe
Is possible add a "write bandwidth", "read bandwidth" into `summary` function's col_names with specific input. the net inference performance also depond on not only the computation opertaion also the memory...
### 🚀 Feature same as the `input_data` as it in https://github.com/TylerYep/torchinfo ### Motivation & pitch for seq2seq task, some times `xs` `xs_len` are related, so I want genertaed by myself....