Skip to content

Commit de051d6

Browse files
authored
Update srp_extrafuncs.py
1 parent c2d4032 commit de051d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srp_extrafuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _objective_function(x, *args, phase=0):
176176
for key, ISIvec in stimulus_dict.items():
177177
mean_dict[key], sigma_dict[key], _ = model.run_ISIvec(ISIvec)
178178

179-
return mse_loss(target_dict, mean_dict)
179+
return _total_loss_det(target_dict, mean_dict)
180180

181181
#--------------------------------------------------------------------
182182

0 commit comments

Comments
 (0)