-
Good day, I was wondering if I could get some pointers for where the loss function is located in the source code. Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
ASpeiser
Nov 2, 2021
Replies: 1 comment
-
Sure, it's here: https://github.com/TuragaLab/DECODE/blob/dev_renderer/decode/neuralfitter/loss.py The relevant class is: GaussianMMLoss(Loss) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Haydnspass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, it's here: https://github.com/TuragaLab/DECODE/blob/dev_renderer/decode/neuralfitter/loss.py
The relevant class is: GaussianMMLoss(Loss)