• Docs >
  • Utils >
  • torchtnt.utils.module_summary.get_summary_table
Shortcuts

torchtnt.utils.module_summary.get_summary_table

torchtnt.utils.module_summary.get_summary_table(module_summary: ModuleSummary, human_readable_nums: bool = True) str

Generates a string summary_table, tabularizing the information in module_summary.

Parameters:
  • module_summary – module_summary to be printed/tabularized
  • human_readable_nums – set to False for exact (e.g. 1234 vs 1.2 K)

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources