mil-tokyo/webdnn

how long will it support pytorch 1.0?

oneTaken opened this issue · 2 comments

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.")