Shubham Gupta
10/20/2022, 3:43 AMNok Lam Chan
10/20/2022, 9:38 AMsession
or just DataCatalog
?
If you are using session.run
- data are lazily loaded, and the dataset is released as soon as they are not needed.
If you are using DataCatalog
directly - you have finer control to when to release or load the data