deepfold.config.TMLossConfig

class deepfold.config.TMLossConfig(enabled: 'bool' = False, weight: 'float' = 0.0, min_resolution: 'float' = 0.1, max_resolution: 'float' = 3.0, num_bins: 'int' = 64, max_bin: 'int' = 31, eps: 'float' = 1e-08)[source]
__init__(enabled: bool = False, weight: float = 0.0, min_resolution: float = 0.1, max_resolution: float = 3.0, num_bins: int = 64, max_bin: int = 31, eps: float = 1e-08) None

Methods

__init__([enabled, weight, min_resolution, ...])

Attributes

enabled

eps

max_bin

max_resolution

min_resolution

num_bins

weight