tabensemb.model.TorchModel.count_params# method TorchModel.count_params(model_name, trainable_only=False)[source]# Count the number of parameters in a torch.nn.Module Parameters: model_nameThe name of the selected model trainable_onlyOnly count trainable (requires_grad=True) parameters. Returns: floatThe number of parameters