Robert Knight

Results 727 comments of Robert Knight

Can you upload a couple of sample images of the text you are trying to recognize?

https://github.com/hypothesis/client/pull/7309 resolved the problem, although there is a possibility that if styles are slow to load, the user may see the sidebar appear on the left and then transition over...

`make devdata` is currently intended only for use by Hypothesis staff, external contributors should skip that step. We should update the documentation to make this clear. What it does is...

This is most likely related to the first `` element (red background) overlapping with the second (yellow background). The bullet point characters are part of the first column, but the...

This issue is likely to come up if we try re-using `ImageTextLayer` in (non-VitalSource) PDFs - https://github.com/hypothesis/client/issues/5023

SimplifiedLayerNormalization is RMS normalization which has been standardized as [RMSNormalization](https://onnx.ai/onnx/operators/onnx__RMSNormalization.html) in opset 23. Ideally the onnxruntime-genai tools would be updated to use standard operators for this fusion.

https://github.com/onnx/onnx/issues/5852#issuecomment-2922537112 has an example of this capability being used in the wild and a note on the ONNX Runtime behavior, which aligns with (b).

> We should say cast both to higher precision ... but what about (bfloat16, float16)? A few cases (which won't arise in practice!) are a bit tricky. PyTorch produces float32...

I would be interested in this. My use case is that I maintain an [ML inference runtime](https://github.com/robertknight/rten) which internally uses its own [tensor library](https://docs.rs/rten-tensor/latest/rten_tensor/struct.TensorBase.html) but most users will be more...

> Other projects such as Rust deal with accidental stabilization by actually sticking with it unless it is clearly unsound/a bug. In this particular case it seems that the easiest...