Skip to content

Commit

Permalink
updating config file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed May 15, 2024
1 parent b25fb70 commit 1f9e3da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_Aleatoric.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def create_test_config_aleatoric(
"n_models": n_models,
"n_epochs": n_epochs,
"BETA": 0.5,
"COEFF": 0.01,
"loss_type": "DER",
},
"plots": {"color_list": ["#8EA8C3", "#406E8E", "#23395B"]},
}
Expand Down Expand Up @@ -135,9 +137,9 @@ def create_test_config_DER(
"model": {
"model_engine": "DER",
"model_type": "DER",
"loss_type": "SDER",
"loss_type": "DER",
"init_lr": 0.001,
"COEFF": 0.5,
"COEFF": 0.01,
"n_epochs": n_epochs,
"save_all_checkpoints": True,
"save_final_checkpoint": True,
Expand Down

0 comments on commit 1f9e3da

Please sign in to comment.