webdnn
webdnn copied to clipboard
how long will it support pytorch 1.0?
I found that current webdnn is incompatible with pytorch 1.0. I hope I can support it in several week.
is there any update on pytorch 1.0 as of now it still only supports 0.3 and 0.4?
if not ((VERSION_MAJOR == 0) and (VERSION_MINOR >= 0.3)):
raise NotImplementedError(f"WebDNN supports PyTorch >= v0.3 Currently, PyTorch {torch.__version__} is installed.")