Bases: ModuleDict
Dict of mutiple priors
Initialize internal Module state, shared by both nn.Module and ScriptModule.
Methods Summary
Methods Documentation
-
__call__(fluxes)[source]
Evaluate all priors
- Parameters:
fluxes (tuple of ~torch.Tensor) – Tuple of flux tensors
- Returns:
log_prior – Log prior value
- Return type:
~torch.tensor