Skip to content

Configs Documentation

Qisheng Robert He edited this page Jan 12, 2024 · 1 revision

Classes

#torchmanager/configs

Configs

Basic Configurations

  • extends: argparse.Namespace
  • Abstract class
  • Properties: - experiment: The name in str of the experiment - replace_experiment: A bool flag of if replace the old experiment folder if exists

  • Method to implement: - show_settings: Printout current configurations, torchmanager_core.view.logger is recommended.

Clone this wiki locally