Minimum number of structures to label #908
-
| Hi, based on my understanding from the provided description for the  Is this an expected behavior from  | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
| 
 You can refer to https://github.com/deepmodeling/dpgen/blob/master/dpgen/generator/run.py#L312-L314 | 
Beta Was this translation helpful? Give feedback.
-
| Parameters for the labeling step in my  Here is the content of the  based on my understanding from the  | 
Beta Was this translation helpful? Give feedback.
-
| The value of the  | 
Beta Was this translation helpful? Give feedback.
The value of the
fp_task_minfrom theparam.jsonfile only works in themake_trainstep. Infpstep,fp_task_minis '-1' in default. You can set it inmodel_devi_jobspart of theparam.jsonfile. See https://github.com/deepmodeling/dpgen/blob/master/dpgen/generator/run.py#L2465-L2471