Skip to content

towhee-0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@LoveEachDay LoveEachDay released this 08 Apr 14:10
· 1096 commits to main since this release
99bfa68

Highlights

  • A new programming API, DataCollection, is released in this version. The users can build their own unstructured data processing pipeline and application with a pythonic, method-chaining style DSL, based on DataCollection. Please check details in our API document;
  • Towhee now provides a decorator towhee.register to help the users register their own code as an operator, and cooperate their code with the operators from towhee hub. The decorator also simplifies operator development. Please check our examples in the API document: towhee ‒ Towhee v0.6.0 documentation;
  • towhee.train now integrate captum to explain model;

towhee

towhee.models

towhee.models now is a separate python package , which makes it much easier to be upgraded independently.

  • plot utils during training: #841 #842
  • integrate captum to explain model: #854
  • fix some training bugs: #780 #940