tensorflow / tfx-addons

Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons. Join the group at http://goo.gle/tfx-addons-group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GC process for MLMD

rcrowe-google opened this issue · comments

@1025KB @BrianSong
Currently the OSS version of TFX/MLMD has no garbage collection (GC), meaning that it's left up to individual developers or organizations to create their own. Since GC is something that many teams will want, this project aims to develop a standardized process for defining a GC policy and running GC. This could easily just be a cron script.

See:
google/ml-metadata#162 (comment)
tensorflow/tfx#5093
https://github.com/tensorflow/tfx/blob/4a6421b6b99f6529ef2c95437ce3f3f08a5c04d8/tfx/orchestration/metadata.py#L197