You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"We are in {cfg.av2_mode}, results will be saved in: {self.save_res_path} with version: {self.leaderboard_version} format for online leaderboard.")
95
95
96
96
# self.test_total_num = 0
97
+
print(cfg)
97
98
self.save_hyperparameters()
98
99
99
100
# FIXME(Qingwen 2025-08-20): update the loss_calculation fn alone to make all things pretty here....
0 commit comments