当前位置:网站首页>cuda runtime error (801) : Raw out

cuda runtime error (801) : Raw out

2022-06-24 10:32:00 Sit at a sunny window and drink tea alone

Report errors

RuntimeError: cuda runtime error (801) : operation not supported at C:\w\1\s\windows\pytorch\torch/csrc/generic/StorageSharing.cpp:245 #85

reason

guess , windows I won't support it Multitasking

resolvent

    layer_loader = NeighborSampler(data.adj_t, node_idx=None, sizes=[-1], batch_size=4096, shuffle=False, num_workers=12)

Such as the above code

Delete directly numwork that will do

layer_loader = NeighborSampler(data.adj_t, node_idx=None, sizes=[-1], batch_size=4096, shuffle=False)
原网站

版权声明
本文为[Sit at a sunny window and drink tea alone]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206240926141586.html