Viktor Gyenes

Results 49 comments of Viktor Gyenes

How is the compressed file named (does it actually end with .tar.gz)? It must end with either .tgz or .gz to be recognized as a compressed folder. Does it work...

I'm trying to use this too, but it does not work due to lack of null safety. @AndrewMD5 the pull request seems to be there, could you take the time...

It seems that the error is in the shape inference somewhere, maybe because this graph has dynamic shapes after the NonMaxSuppression operation. Weird though that if I just load the...

Any feedback on this @daquexian? The simplifier actually crashes on other MLPerf detection models as well. I tried with older versions of ONNX simplifier too, but got the same result.

@daquexian, any progress on this? Is a new version in progress as I read in some comments? I have 0.4.10 now and it still crashes.

@daquexian Thanks for the response and the update. As I started testing, it was weirdly still crashing on my side. What's even more weird, it was now even crashing on...

@jinfagang this may be related to #174, you could try editing the source code with my proposed fix there to see if it is the same problem!