ffcv icon indicating copy to clipboard operation
ffcv copied to clipboard

Issue in the tutorial

Open XingyuQu opened this issue 1 year ago • 0 comments

I noticed that in this tutorial, the code ToDevice('cuda:0') when creating the pipeline has not been changed to ToDevice(ch.device('cuda:0')) like other tutorial or its script, which will raise the error: AttributeError: 'str' object has no attribute 'type'.

XingyuQu avatar Sep 29 '24 11:09 XingyuQu