-
csyw@ubuntu:/opt/AI/llm_obj/mlc-llm/android/library$ ./prepare_libs.sh
+ rustup target add aarch64-linux-android
info: component 'rust-std' for target 'aarch64-linux-android' is up to date
+ mkdir…
-
@tianyic Hi, when I tried OTO with the following case, oto.compress failed. Could you please give some advice?
```
import torch
import torch.nn as nn
from only_train_once import OTO
class D…
-
Is it ok that default model (I use ASR conformer transducer) has WER=0.26 but the same model that I have been training for 2 days has WER=0.32.
I use [Russian version](https://huggingface.co/nvidia/s…
-
### Description
While testing the mechanism for using shared (dynamic) libraries, OpenVINO didn't have binaries on Conan Center, so I decided to build it and it failed to build.
Command run: conan…
-
Hi,
## Background
We are trying to run models from [silero-models](https://github.com/snakers4/silero-models) via onnx.js.
We have had various issues with ONNX export, but most of them finally …
-
**Describe the bug**
I am trying to finetune the XXL Conformer-Transducer model from a base .nemo checkpoint that I downloaded from https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/stt_…
-
Hello,
I've been trying to use YOLOv6 notebook and everything was okay until I got to training.
I get `Can't get attribute 'SimConv' on
-
微博内容精选
-
**Describe the bug**
There is a size mismatch between EncDec and Joint and Decoder modules when trying to finetune a Large Conformer-Transducer model.
**Steps/Code to reproduce bug**
I instal…
-
**Describe the bug**
I am training a conformer-transducer medium model and on the validation set I reach `val_wer=0.0157-epoch=13.ckpt`, where val_wer is actualy ChER as i use `use_cer=True`. When …