webdnn icon indicating copy to clipboard operation
webdnn copied to clipboard

how long will it support pytorch 1.0?

Open oneTaken opened this issue 6 years ago • 2 comments

oneTaken avatar Dec 14 '18 05:12 oneTaken

I found that current webdnn is incompatible with pytorch 1.0. I hope I can support it in several week.

milhidaka avatar Dec 15 '18 05:12 milhidaka

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

ShuangLiu1992 avatar May 06 '19 14:05 ShuangLiu1992