You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set a list for model_devi_f_trust_lo and model_devi_f_trust_hi following #609, No matter how I change this parameter, excepting just one float, the problem is never solved.
A list I set
Error message
DPGEN Version and Platform
DPGEN version : 0.10.5
Further Information, Files, and Links
I also attempt to modify the resource code in dpgen/generator/run.py, line 1757-1760, 'ss' is changed to 'int(ss)'
Now it works. But another question is:
The length of the list does not coordinate with the number of sys_idx. As long as the length of the list is larger than the number of sys_configs, it works. But does the aim of the list is to set different trust level for different sys_idx or sys_configs? you know the number of sys_idx is not equal to sys_configs. This change is likely to be set for different sys_configs. If I want to set different trust level for different sys_idx or each iteration step, what should I do?
The text was updated successfully, but these errors were encountered:
Sorry for replying after as long as a month passed, for no e-mail notification until I just checked the inbox (perhaps due to some issue, I guess. Sorry). I have read the original discussion as well as the issue, it seems that I forgot to convert string back to integer. Would be fixed soon.
If I want to set different trust level for different sys_idx or each iteration step, what should I do?
It is an interesting enhancement for I just met the issue and now working to make it work. However, it is now global parameters that control the model deviation trust level. Would just covering them with local ones be a good idea?
Cloudac7
added a commit
to Cloudac7/dpgen
that referenced
this issue
Jul 7, 2022
Summary
When I set a list for model_devi_f_trust_lo and model_devi_f_trust_hi following #609, No matter how I change this parameter, excepting just one float, the problem is never solved.
A list I set
Error message
DPGEN Version and Platform
DPGEN version : 0.10.5
Further Information, Files, and Links
I also attempt to modify the resource code in dpgen/generator/run.py, line 1757-1760, 'ss' is changed to 'int(ss)'
Now it works. But another question is:
The length of the list does not coordinate with the number of sys_idx. As long as the length of the list is larger than the number of sys_configs, it works. But does the aim of the list is to set different trust level for different sys_idx or sys_configs? you know the number of sys_idx is not equal to sys_configs. This change is likely to be set for different sys_configs. If I want to set different trust level for different sys_idx or each iteration step, what should I do?
The text was updated successfully, but these errors were encountered: