Open theadactyl opened 3 years ago
The idea for this project is really as a general purpose tool to append one graph to another. This is analogous to the way that Transform graphs are prepended to the trained model graph. In the Transform case, this is to add preprocessing to the data before it is fed to the model. In this case, by appending a graph, post-processing can be applied to the model results. This could potentially include even creating cascade ensembles of models.
Applies TFT transformations which are appended to a SavedModel.