Tommy van der Vorst
Tommy van der Vorst
I agree this behaviour is not very obvious! I stumbled upon this because I got no results from `SELECT * FROM sqlite_master` whereas querying the tables would work fine. Because...
> How would you implement this? Adding to the `Queryable` trait is one option, but the trait is soon going to be quite bloated if we start adding methods. It...
Hm, appears the repository that is being referred to does not exist anymore (my fork of Charts). Try using the official one, it should work fine. Will update the submodule...
@rcoswe thanks for reporting! What did you include in the file exactly to fix this?
@rcoswe Warp will write in UTF-8, the directive ensures the browser recognizes all characters in the HTML file as such. Will add & include in the next release!
Can you post the onnx file here?
As for the first problem, long story short: WONNX does not implement Gemm when transA/transB!=0. The error seems to be the result of this check: ````rust let dim_n = output_shape.dim(1);...
As for the second error: it seems something is just wrong with the ONNX file. Netron also has difficulty finding the type for `onnx::Add_4` input for the Add operation (notice...
@Ryul0rd the command should be something along the lines of: ````sh python -m onnxsim ./original.onnx ./original-inferred.onnx --input-shape "batch:1" ```` If you still receive an error afterwards, check if it is...