Skip to content

v1.5.2

Compare
Choose a tag to compare
@TylerYep TylerYep released this 06 Jul 05:15
· 203 commits to main since this release
  • Use sys.getsizeof for calculating input size. In the future, we will use this instead of the tensor shape to calculate the size.
  • Rework the input_data correction to allow nested dicts and other data structure combinations.
  • Add missing basic summary test.
  • Refactor the main summary function to use a common traversal helper function.