src.report.deep_learning_model_summary_report

Classes

DeepLearningModelSummaryReport(model, **kwargs)

class src.report.deep_learning_model_summary_report.DeepLearningModelSummaryReport(model, **kwargs)
Author:

Alberto M. Esmoris Pena

Class to handle reports that summarize a deep learning model. See Report. See also SimpleDLModelHandler.

Variables:

model (keras.Model) – The model to be summarized (it does not need to be compiled but the architecture must have been built).

__init__(model, **kwargs)

Initialize an instance of DeepLearningModelSummaryReport.

Parameters:
  • model (keras.Model) – The model to be summarized.

  • kwargs – The key-word arguments.