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
`magicpickle` allows you to transfer pickled representations of objects between local and remote instances of scripts, providing a near-seamless way to write code which both accesses data stored remotely and visualizes it locally. This avoids the need to:
3
5
- store, load, and sync intermediate data representations between local and remote machines
4
6
- use X11 forwarding/VNC with noticable latency
@@ -37,7 +39,7 @@ import dill as pickle
37
39
```
38
40
39
41
To allow the loading of pickled CUDA tensors onto a CPU, prefix your script with
0 commit comments