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
I finally using the section caching feature https://ww-tech.github.io/primrose/README_METADATA.html?highlight=registry and it is super useful for developing. I also think it would help for developing and debugging if we cached the data object when there is an error. We just have to be mindful of the size of the object and the data types, since some TF objects are not serializable and it can take a really long time to serialize larger objects.
The text was updated successfully, but these errors were encountered:
I finally using the section caching feature https://ww-tech.github.io/primrose/README_METADATA.html?highlight=registry and it is super useful for developing. I also think it would help for developing and debugging if we cached the data object when there is an error. We just have to be mindful of the size of the object and the data types, since some TF objects are not serializable and it can take a really long time to serialize larger objects.
The text was updated successfully, but these errors were encountered: