joverwey

Results 5 comments of joverwey

Same problem using on Windows: tensorflow==2.3.1 tensorflow-gpu==2.3.1 keras2onnx==1.7.0

I added a [PR](https://github.com/onnx/keras-onnx/pull/700) to fix this issue. Not sure if it is correct but it worked for me.

I've installed libtorch 1.12.0 from the PyTorch downloads for MacOS. I don't see the errors above but get a linker error: ` at::unsqueeze(at::Tensor const&, long long) in libtorch_sys-fb02243f6d43387f.rlib(torch_api.o) "torch::jit::load(std::__1::basic_string const&,...

Turns out the MacOS libraries available from the PyTorch website is for x86. I managed to get it to work by installing it via Homebrew and pointing the LIBTORCH environment...

Clippy seems to be failing in a file I didn't touch? Any idea how I can fix this?