shua
shua
@maratxxx currently, master branch does not build with any jdk version greater than 1.8. The verify jobs are being run with jdk version 11, thus any new pull requests will...
@maratxxx that's fine, in the meantime, can you change the travis-ci server to use java 1.8 instead of java 11, so PRs can pass automatic verification?
@LaurentMazare you asked in https://github.com/huggingface/candle/pull/2251#issuecomment-2153366138 whether I had a vad example. I've gotten it working locally after fixing the above bugs or implementing the above features. #2321 would be the...
I don't know if you're interested, but as part of this work I have a local test harness which will run an onnx model in candle-onnx and [ort](https://crates.io/crates/ort) and then...
ping @LaurentMazare is there anything I can do to make these PRs easier to review?
The specific use in silero models is index by `-1` and raising tensor (which contains negative numbers) to a scalar power of 2. I could special case fixes in the...
Also, if I knew why you are avoiding using the system's `pow` builtins, I could try to accommodate that?
huh, I think that *is* this usecase, but it looks like onnx `simpl_eval` simply calls `broadcast_pow` when evaluating the "Pow" node type. I could instead add a check for scalar...
Okay, found a similarly focused fix for the `index_select` issue. Once #2440 is merged, I can open #2321 to add a vad example.
I can't speak to the quality of the model. I came upon silero-vad because it's an optional part of https://github.com/rhasspy/wyoming-satellite to put in front of openwakeword or whisper. More generally,...