Talmaj
Talmaj
Fixed in v0.5.2
Can you please provide the content of `node`? It should contain `mode="constant"` attribute. There is some bug there. The easiest to do that is to enter the python debugger. If...
Attribute STRINGS added in v0.5.2, but I think the activations in LSTM or GRU are still not supported.
Nice catch! Thanks. Would you be able to add a test for this? It should go into: onnx2pytorch/tests/convert/test_operations.py
This is now fixed in v0.5.2
Hi, does ```from onnx2pytorch.convert.model import ConvertModel``` work for you?
Thanks for reporting the issue. - Regarding yolo_v4, I've mentioned in the README that the nearest neighbour interpolation used in onnx does not exists in pytorch. Right now it is...
Sure, open a pull request when you are done and update the tests.
Is this still the case after your refactoring of the code?