GoogleCloudPlatform / dataflow-sample-applications

Apache License 2.0
126 stars 58 forks source link

tft.layer use in ProcessReturn #84

Open rezarokni opened 3 years ago

rezarokni commented 3 years ago

The use of tft.layer within ProcessReturn class in the library is inefficient for batch inference. The output of this layer can be made available via the serving signature which avoids double instantiation and processing in the pipeline.

rezarokni commented 3 years ago

Correction being worked on in branch : TS-36-Remove-tftlayer-post-process