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
Would be great if Ray supported transfer/storage of mxnet.ndarrays without serialisation (like it does with numpy arrays). At the moment I have to convert mxnet arrays to numpy arrays and then back again to, for example, use parallelised data load-transform operations.