what will be the closest replacement for @auto_move_data? #7588
-
I really liked @auto_move_data as it gave me a nice and easy way to pass (a single) input to a model, without caring about moving data structures to devices, but now it will be removed 😢 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
After writing this I realized that I can use something like this:
But I'm still curious about the intended future ways of doing this.... |
Beta Was this translation helpful? Give feedback.
After writing this I realized that I can use something like this:
But I'm still curious about the intended future ways of doing this....