mirror of
https://github.com/cdtools-developers/cdtools.git
synced 2026-09-09 13:02:41 +02:00
add tv_loss to __all__
This commit is contained in:
@@ -8,7 +8,7 @@ maximum likelihood metric for a system with Poisson statistics.
|
||||
|
||||
import torch as t
|
||||
|
||||
__all__ = ['amplitude_mse', 'intensity_mse', 'poisson_nll']
|
||||
__all__ = ['amplitude_mse', 'intensity_mse', 'poisson_nll', 'total_variation_loss']
|
||||
|
||||
|
||||
def amplitude_mse(intensities, sim_intensities, mask=None, normalization=None):
|
||||
|
||||
Reference in New Issue
Block a user