vislearn / FFF

Free-form flows are a generative model training a pair of neural networks via maximum likelihood
MIT License
36 stars 4 forks source link

Make `other_losses` available #7

Open thelostscout opened 5 months ago

thelostscout commented 5 months ago

I only want to use the losses from the fff library. For exact nll computation during validation and otherwise, it is necessary to have other_losses in the namespace of the fff package so I can import it from elsewhere.