Skip to content

Commit

Permalink
fix: wandb now storing final scores correctly (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediumsizeworkingdog authored and jarvis8x7b committed Dec 9, 2024
1 parent 7d38aec commit e63481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurons/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ async def _log_wandb(
)

score_data = {
"scores_by_hotkey": hotkey_to_score,
"scores_by_hotkey": [hotkey_to_score],
"mean": {
"consensus": mean_weighted_consensus_scores,
"ground_truth": mean_weighted_gt_scores,
Expand Down

0 comments on commit e63481d

Please sign in to comment.