Skip to content
Snippets Groups Projects
Commit 64472339 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

update label of loss type plot in random_search.eval.params

parent 68f797f2
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ parameter_groups = {
"L2 + GDL": WeightedLoss.from_str("L2+GDL"),
},
keys=["criterion_dist"],
labels=[r"$L_{1}$", r"$L_{2} + L_{GDL}$"],
labels=[r"$L_{1}$", r"$L_{2} + L_{\mathrm{GDL}}$"],
),
"loss_weights": ParameterGroups(
groups={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment