Joey Ballentine

Results 560 comments of Joey Ballentine

Would you mind if I used this in the ncnn-vulkan readme? I like this a lot more than what I have there

As I stated previously, my goal is to be able to convert in python code. My end goal is to be able to have a user be able to select...

> @joeyballentine Four months have passed, do u find the solution ? Yes, the solution is we are rewriting the entirety of onnx2ncnn in python. It's still in progress.

> > > @joeyballentine Four months have passed, do u find the solution ? > > > > Yes, the solution is we are rewriting the entirety of onnx2ncnn in...

Can confirm I do get this with just import torch and a hello world print. Seems like pytorch takes a long long time to compile too. Is there any way...

Well if I run into any more issues after this is fixed I'll let you know. And as for the anti-bloat plugin, it seems like it mainly only gets rid...

Any update on this? I've managed to remove a lot of bloat from the compilation, but sadly I still get this issue

I was able to get away with this for sure, though there is probably more than can be excluded tbh. But this at least sped up my compilation a lot:...

The biggest improvement imo was ignoring torch vision and torch audio, which it includes by default even if you don't use them. Since they aren't part of the main torch...

What part about it do you not understand?