jacobmanifold
Results
2
comments of
jacobmanifold
Hi, this script seems to not quite work in its current form, it throws an error when I try to read from the loader: ``` >> for item in loader:...
Thank you! I think you still have a small bug in `decode` where `my_memcpy(data, dest[i].view(np.uint8))` should be `my_memcpy(sl, dest[i].view(np.uint8))`. Running this code now, it doesn't crash, but seems to still...