webdnn icon indicating copy to clipboard operation
webdnn copied to clipboard

How about remove all other frontends and only leave onnx behind.

Open lygstate opened this issue 6 years ago • 4 comments

lygstate avatar Aug 24 '18 09:08 lygstate

I think it causes some problem right now, but can be considered as future direction. Not all operators are supported by ONNX (and export feature of each framework), so user may not be able to export their model as onnx. WebDNN also does not implement some operators, but user can add their own implementation.

milhidaka avatar Aug 24 '18 10:08 milhidaka

@milhidaka WebDNN is a accerlation framework, and costs to much time on supporting more frontends: And we have better model converters.,

lygstate avatar Aug 24 '18 10:08 lygstate

@milhidaka And I found the runtime testing not not passed at all, we need focus more important things. And webdnn doesn't supporting un-even padding size.

lygstate avatar Aug 24 '18 10:08 lygstate

Thanks for suggestion. Actually, I agree that current webdnn is relatively complex to add/configure feature, especially by new user.

milhidaka avatar Aug 24 '18 11:08 milhidaka