ModelBase ========= .. currentmodule:: plugins.train.model._base.model .. autoclass:: ModelBase :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~ModelBase.coverage_ratio ~ModelBase.freeze_layers ~ModelBase.input_shapes ~ModelBase.io ~ModelBase.iterations ~ModelBase.load_layers ~ModelBase.model ~ModelBase.model_name ~ModelBase.name ~ModelBase.output_shapes ~ModelBase.state .. rubric:: Methods Summary .. autosummary:: ~ModelBase.add_history ~ModelBase.build ~ModelBase.build_model .. rubric:: Attributes Documentation .. autoattribute:: coverage_ratio .. autoattribute:: freeze_layers .. autoattribute:: input_shapes .. autoattribute:: io .. autoattribute:: iterations .. autoattribute:: load_layers .. autoattribute:: model .. autoattribute:: model_name .. autoattribute:: name .. autoattribute:: output_shapes .. autoattribute:: state .. rubric:: Methods Documentation .. automethod:: add_history .. automethod:: build .. automethod:: build_model