File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ def init_default_settings(self):
30
30
self .settings ['CUDA_version' ] = [10.2 , 11.8 ]
31
31
32
32
# BiaPy
33
- self .settings ['biapy_code_version' ] = "v3.3.10 "
33
+ self .settings ['biapy_code_version' ] = "v3.3.12 "
34
34
self .settings ['biapy_code_github' ] = "https://github.com/BiaPyX/BiaPy"
35
- self .settings ['biapy_gui_version' ] = "v1.0.4 "
35
+ self .settings ['biapy_gui_version' ] = "v1.0.5 "
36
36
self .settings ['biapy_gui_github' ] = "https://github.com/BiaPyX/BiaPy-GUI"
37
- self .settings ['biapy_gui_last_version_hash' ] = "69a6e455261ebb15f87035984470265c1c301ab7 "
37
+ self .settings ['biapy_gui_last_version_hash' ] = "e09855a723f1bf493590b17fe454f7db424ded14 "
38
38
self .settings ['biapy_container_basename' ] = "biapyx/biapy"
39
39
self .settings ['biapy_container_name' ] = self .settings ['biapy_container_basename' ]+ ":latest-" + str (self .settings ['CUDA_version' ][- 1 ])
40
40
self .settings ['biapy_container_sizes' ] = ["7.68GB" , "11.6GB" ]
Original file line number Diff line number Diff line change @@ -1000,7 +1000,7 @@ def create_yaml_file(main_window):
1000
1000
biapy_config ['MODEL' ]['LAST_ACTIVATION' ] = get_text (main_window .ui .MODEL__LAST_ACTIVATION__INPUT )
1001
1001
if int (get_text (main_window .ui .MODEL__N_CLASSES__INPUT )) != 2 :
1002
1002
classes = int (get_text (main_window .ui .MODEL__N_CLASSES__INPUT ))
1003
- if classses == 1 :
1003
+ if classes == 1 :
1004
1004
classes = 2
1005
1005
biapy_config ['MODEL' ]['N_CLASSES' ] = classes
1006
1006
if get_text (main_window .ui .PROBLEM__NDIM__INPUT ) == "3D" :
You can’t perform that action at this time.
0 commit comments