pfeatherstone
pfeatherstone
Unfortunately the original code is tensorflow
But the ONNX model works fine in onnxruntime
Will have to ask my colleague on Monday. I don't have the original TF code.
Sorry for the delay. It was this model: https://github.com/shepnerd/inpainting_gmcnn/blob/master/tensorflow/net/network.py
This is a known issue and I'm pretty sure it's unfixable
This implementation is not guaranteed to work everywhere. It makes assumptions on the order things are compiled and analysed. By the time the compiler compiles poly, the implementation hopes the...
We can provide some examples at some point
It's possible @krzysztof-jusiak will come up with some other implementation and make it work but it will no doubt require c++20 and likely a very modern compiler. That's not a...
Sure. I can't do that now. But will try to remember tomorrow
https://godbolt.org/z/W3PxoKa1f I recently submitted a PR to the dlib library which has storage policies. I put a bit more effort in that PR than i did in this one.