Skip to content

Commit cf740b4

Browse files
change to the default max value of reconstruction annealing
1 parent a0e2650 commit cf740b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mintflow/data/default_config_files/config_training.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ num_updateseparate_afterGRLs: 20 # TODO:TUNE, TODO: make important notes about
2929

3030

3131
annealing_decoder_XintXspl_coef_min: 0.00001 # TODO:check, TODO:internalcheck: recomm a good setting
32-
annealing_decoder_XintXspl_coef_max: 0.1 # TODO:check, TODO:internalcheck: recomm a good setting
32+
annealing_decoder_XintXspl_coef_max: 0.001 # TODO:check, TODO:internalcheck: recomm a good setting
3333
annealing_decoder_XintXspl_fractionepochs_phase1: 0.5 # TODO:check, TODO:internalcheck: recomm a good setting
3434
annealing_decoder_XintXspl_fractionepochs_phase2: 0.2 # TODO:check, TODO:internalcheck: recomm a good setting
3535
# Above: four VERY IMPORTANT parameters that specify the annealing for the decoder ZINB loss of Xint and Xspl (please refer to the manuscript to the discussion about why this is needed).

0 commit comments

Comments
 (0)