adapt grid

This commit is contained in:
YannAhlgrim
2026-05-23 13:54:54 +02:00
parent 34a15d646d
commit 882c2b53b6
4 changed files with 7 additions and 6 deletions
-1
View File
@@ -72,7 +72,6 @@ def build_run_name(args):
add("wd", weight_decay)
add("ep", epochs)
add("sched", opt_args.get("lr_schedule"))
add("cos", opt_args.get("use_cosine_schedule"))
add("ms", opt_args.get("step_milestones"))
add("sg", opt_args.get("step_gamma"))
add("wu", opt_args.get("warmup"))