TensorFlow Hub - AshokBhat/ml GitHub Wiki

About

  • TensorFlow Hub is a library of reusable parts of machine learning models
    • Objectives - publication, discovery, and consumption
  • A module is a self-contained piece of a TensorFlow graph, along with its weights and assets, that can be reused across different tasks in a process known as transfer learning
  • Transfer learning can:

FAQ

  • What is TF Hub?
  • How do you use TF Hub?

See also