how long will it support pytorch 1.0?
oneTaken opened this issue · 2 comments
oneTaken commented
how long will it support pytorch 1.0?
milhidaka commented
I found that current webdnn is incompatible with pytorch 1.0.
I hope I can support it in several week.
ShuangLiu1992 commented
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.")