v1.5.2
- 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.