Benchmarks
Benchmarks copied to clipboard
save argument does not get overwritten by command line arg
save is defined and assigned a value in uno_default_params.txt
when --save is specified on the command line, it does not override the value in the default_params.txt file
when i hack default_utils.py and add parser.add_argument('--save', ... it seems to work.
Default_utils.py specifies ‘save_path’ as a variable for this purpose.
I believe we decided against ‘save’ as a keyword because its intent is ambiguous (is it a boolean ‘save = True’, etc)
Jamaludin Mohd Yusof, PhD Future Architectures and Applications CCS-7 Applied Computer Science Group Phone: (505) 665-2870 Fax : (505) 665-4939 Email: [email protected]mailto:[email protected]
On Mar 19, 2019, at 11:14 AM, Thomas Brettin <[email protected]mailto:[email protected]> wrote:
save is defined and assigned a value in uno_default_params.txt
when --save is specified on the command line, it does not override the value in the default_params.txt file
when i hack default_utils.py and add parser.add_argument('--save', ... it seems to work.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ECP-CANDLE/Benchmarks/issues/41, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAstHw7XvZP8rVjIuwinEFu-gCmpufiwks5vYRsEgaJpZM4b8ref.
We also have output_dir which is used in some benchmarks. I believe the intent of this was to be used with the experiment directories (EXP00/RUN00 etc) to standardize paths when using supervisor?
Jamaludin Mohd Yusof, PhD Future Architectures and Applications CCS-7 Applied Computer Science Group Phone: (505) 665-2870 Fax : (505) 665-4939 Email: [email protected]mailto:[email protected]
On Mar 19, 2019, at 11:20 AM, Mohd-Yusof, Jamal <[email protected]mailto:[email protected]> wrote:
Default_utils.py specifies ‘save_path’ as a variable for this purpose.
I believe we decided against ‘save’ as a keyword because its intent is ambiguous (is it a boolean ‘save = True’, etc)
Jamaludin Mohd Yusof, PhD Future Architectures and Applications CCS-7 Applied Computer Science Group Phone: (505) 665-2870 Fax : (505) 665-4939 Email: [email protected]mailto:[email protected]
On Mar 19, 2019, at 11:14 AM, Thomas Brettin <[email protected]mailto:[email protected]> wrote:
save is defined and assigned a value in uno_default_params.txt
when --save is specified on the command line, it does not override the value in the default_params.txt file
when i hack default_utils.py and add parser.add_argument('--save', ... it seems to work.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ECP-CANDLE/Benchmarks/issues/41, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAstHw7XvZP8rVjIuwinEFu-gCmpufiwks5vYRsEgaJpZM4b8ref.