You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\admin\Anaconda3\lib\site-packages\chainer\device_resident.py", line 305, in visit_device_resident
to_method(**kwargs)
TypeError: to_gpu() got an unexpected keyword argument 'device'
我在运行lennet和resnet时都没有问题,但是运行这个函数时出现的上面的错误
The text was updated successfully, but these errors were encountered:
File "C:\Users\admin\Anaconda3\lib\site-packages\chainer\device_resident.py", line 305, in visit_device_resident
to_method(**kwargs)
TypeError: to_gpu() got an unexpected keyword argument 'device'
我在运行lennet和resnet时都没有问题,但是运行这个函数时出现的上面的错误
The text was updated successfully, but these errors were encountered: