Question about set_data api when using persistent dataset. #6742
Answered
by
KumoLiu
JiaxinZhuang
asked this question in
Q&A
-
Hi, I have read the parts about the persistent datasets. I want to know when should we use set_data? |
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
Jul 19, 2023
Replies: 1 comment 1 reply
-
Hi @JiaxinZhuang, you don't need to call Hope it helps, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JiaxinZhuang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JiaxinZhuang, you don't need to call
set_data
sincePersistentDataset
will only cache deterministic transforms. You may need to call it only if you want to reset the input data and delete all the outdated cache content.Hope it helps, thanks!