Closed SampsonML closed 8 months ago
TempScore class needs to be derived class of ScorePrior with new implementation and galaxygrad versions. Single line fix, tested and working.
Example usage:
temp = 0.02 prior = nn.TempScore(model=HSC_ScoreNet64, temp=temp)
Closed, including this one liner in #42
TempScore class needs to be derived class of ScorePrior with new implementation and galaxygrad versions. Single line fix, tested and working.
Example usage: