We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a180b29 commit 10cf72dCopy full SHA for 10cf72d
1 file changed
configs/sample.yaml
@@ -19,6 +19,9 @@ tags: ["sample", "combined", "flowdock_fm"]
19
# passing checkpoint path is necessary for sampling
20
ckpt_path: ???
21
22
+# seed for random number generators in pytorch, numpy and python.random
23
+seed: null
24
+
25
# sampling arguments
26
sampling_task: batched_structure_sampling # NOTE: must be one of (`batched_structure_sampling`)
27
sample_id: null # optional identifier for the sampling run
0 commit comments