grahameth
grahameth
I don't think there is a 8GB Nano version out there :) But no, I got TTS on my 4GB Nano to work. It's not super reliable, especially if you...
Well, I got jetson-voice TTS working on the Jetson Nano 4GB, but is has some drawbacks. It's not very reliable and the output for some texts is pretty bad. I...
OK, I just looked up pyttsx3. It is just a wrapper around espeak. You might as well use that directly. It sounds pretty terrible though in my opinion.
Thanks for the reply! I downloaded stt_en_conformer_ctc_small.nemo model and converted it to onnx with scripts/nemo_export_onnx.py (I had to do this on my desktop pc, the nano didn't have enough ram...
Thanks again for the detailled response! I tried the "STT En Conformer-CTC Small" version rc1.0.0 and 1.00 (both with vocabulary size 128), but wasn't able to make it work yet....
Thanks again! Sadly I cannot load your model: ``` onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from /jetson-voice/data/networks/asr/stt_en_conformer_ctc_small/quartznet.onnx failed:/home/onnxruntime/onnxruntime-py36/onnxruntime/core/graph/model.cc:111 onnxruntime::Model::Model(onnx::ModelProto&&, const PathString&, const IOnnxRuntimeOpSchemaRegistryList*, const onnxruntime::logging::Logger&) Unknown model...
I just tried this with DVC version 3.6.0, and it seems to have gotten worse: On a repo with 500000 tracked files: DVCFileSystem.find("/", ...) takes about 170 seconds. The code...
Here you go: [fs_find_official.zip](https://github.com/iterative/dvc/files/12549719/fs_find_official.zip) This is the DVCFileSystem.find("/", detail=True, dvc_only=True) call that takes multiple minutes. It looks like it is caching something in a sqlite database that takes most of...
Pretty much every operation in this repo feels too slow. Let me know if you want anything specific.
> @grahameth How large are the files in that directory? > Well, it's about 500000 files. The largest file is 600MB, many are couple MB to 100MB and most are...