-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CuPy <> NumPy #2132
Copy link
Copy link
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
There are transformations that rely on cupy ndarray, so it is not working with numpy array or torch tensors.
Describe the solution you'd like
Transformers to convert numpy array (and torch tensors) to cupy arrays, and the other way around.
Reactions are currently unavailable