Skip to content

Commit 8fb1e5a

Browse files
committed
Fix small typo in run_checks.py
1 parent 874e80d commit 8fb1e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biapy/utils/scripts/run_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ def runjob(test_info, results_folder, yaml_file, biapy_folder, multigpu=False, b
11891189
biapy_config['TRAIN']['EPOCHS'] = 50
11901190
biapy_config['TRAIN']['PATIENCE'] = -1
11911191

1192-
biapy_config['MODEL']['ARCHITECTURE'] = 'hrnet'
1192+
biapy_config['MODEL']['ARCHITECTURE'] = 'hrnet48'
11931193

11941194
biapy_config['LOSS'] = {}
11951195
biapy_config['LOSS']['TYPE'] = "W_CE_DICE"

0 commit comments

Comments
 (0)