hub.Module | TensorFlow Hub
www.tensorflow.org › hub › api_docsSep 03, 2021 · The hub.Module API works for TF1 only. For TF2, switch to plain SavedModels and hub.load (). A Module represents a part of a TensorFlow graph that can be exported to disk (based on the SavedModel format) and later re-loaded. A Module has a defined interface that allows it to be used in a replaceable way, with little or no knowledge of its ...