Skip to content

Impact of first-stage diversity filter on scaffold appearance in second stage learning #159

Answered by halx
yukisoya asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

you are basically asking if the diversity memory is carried over into a follow-up run. This is controlled by use_checkpoint (in [parameters]) which is by default false. If you want to read in the scaffolds from the previous stage, set this to true and you will continue with the diversity filter state as it was in the final epoch of the previous stage. This is the case when you run multiple stages manually through separate configuration files.

If you set up multiple stages in a single configuration file you would need to set purge_memories. By default it is true which means that the diversity filter state is not carried over to the next stage.

Cheers,
Hannes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by halx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants