joverwey

Results 8 issues of joverwey

This logic seems to be reversed and is preventing converting TensorFlow 2.3 models. See [#659](https://github.com/onnx/keras-onnx/issues/659)

I noticed that there isn't a way to easily compare tensors for equality, so I added a macro. I also added a bunch of tests that uses the macro. Let...

I noticed that InstanceNorm was not implemented. I tried to follow the same pattern as BatchNorm with a few exceptions. For BatchNorm, the current implementation always uses weights and biases...

Is there a reason why LBFGS is not supported as an optimizer? Would it be hard to add? For Style Transfer, I've noticed that it converges much faster than AdamW...

The `nearest_neighbour()` function returns an immutable reference to and existing node. Nodes with data associated with it, like `GeomWithData`, cannot be modified inplace. Instead one has to use `pop_nearest_neighbor`, change...

Hi, I am trying to compile my BERT model to WASM. I am getting the following error: ``` Error(s) have occurred. The program has been annotated with them: In `main`:...

When loading an animation from Maya, only the first bone is loaded. The recursion doesn't happen because map is a lazy iterator in Python3. I force the evaluation by constructing...

`winit` Version 0.28.6 Here is a small app that just prints the Mouse Motion. There is a large discrepancy between running this app locally or on a remote machine via...

DS - windows