Replies: 1 comment 8 replies
-
Hi @hw-ju, yes you can. Just remove |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
In this tutorial for using GPU transform, the intermediate data (i.e., after going through a chain of deterministic transforms) is cached on GPU and then non-deterministic GPU transform is applied before feeding data into the model.
Can we cache intermediate data on CPU memory, and then perform non-deterministic GPU transforms? If yes, how to do it?
Beta Was this translation helpful? Give feedback.
All reactions