-
**Describe the bug 🐞**
`Optimization.solve()` throws a `type OptimizationState has no field depvar` error when called on a discretized `PDESystem`.
**Minimal Reproducible Example 👇**
Install …
-
Code:
```julia
using ICNF
using Lux, Zygote, ComponentArrays, TruncatedStacktraces
using Random
using SciMLSensitivity
TruncatedStacktraces.VERBOSE[] = true
r = rand(Float32, 1, 128)
nn = …
-
使用最新代码,默认配置,执行步骤4报错如下:
the number of model params: 53,006,116
/home/lsj/.conda/envs/wenet/lib/python3.8/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't suppor…
-
Hi, I am trying to use N-gram language model with Hybrid Transducer CTC large. but i am getting an error.
I loaded model using the below code.
```import nemo.collections.asr as nemo_asr
asr_model =…
-
[code](https://github.com/danpovey/fast_rnnt/blob/2c2dc4b96a6b9a8c0dbedada94cdee53a9337402/fast_rnnt/python/fast_rnnt/rnnt_loss.py#L149)
Why do we need this constraint? In a regular rnnt, normally …
-
Hi,
I'm using ESPnet v0.10.5 and I want to train asr conformer-transducer or RNN-T with espnet2. Can someone guide me to the appropriate recipe to start for this? How can I configure or do extra imp…
-
Hi,
I used PINGMapper to process my sonar data on a shallow coast using Helix 10.
Below is a mosaic of all three georeferenced images (with water column removed) after running main_batchDirectory.…
-
Hello, I am trying to run your code for "predicting new data" part. I follow all your command from creating new environment, install the requirement based on your txt file, until running the bash scri…
-
I downloaded pretrained librispeech models from https://huggingface.co/Zengwei/icefall-asr-librispeech-pruned-transducer-stateless7-streaming-2022-12-29/tree/main and using them for decoding through p…
-
Here is my training command:
```
./conformer_ctc/train.py --max-duration 64 --exp-dir simple1 --world-size 3
```
After several minutes of the train, the process gives me the following errors.
H…