ertk.pytorch.models.PyTorchModelConfig ====================================== .. currentmodule:: ertk.pytorch.models .. autoclass:: PyTorchModelConfig :members: :show-inheritance: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PyTorchModelConfig.__init__ .. rubric:: Inherited Methods .. autosummary:: ~PyTorchModelConfig.default ~PyTorchModelConfig.from_config ~PyTorchModelConfig.from_file ~PyTorchModelConfig.merge_with_args ~PyTorchModelConfig.merge_with_config ~PyTorchModelConfig.to_dictconfig ~PyTorchModelConfig.to_file ~PyTorchModelConfig.to_string .. rubric:: Attributes .. autosummary:: ~PyTorchModelConfig.learning_rate ~PyTorchModelConfig.loss ~PyTorchModelConfig.n_classes ~PyTorchModelConfig.n_features ~PyTorchModelConfig.optimiser ~PyTorchModelConfig.opt_params ~PyTorchModelConfig.loss_args