Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
skmad-suite
tff2020
Commits
2d67d1f6
Commit
2d67d1f6
authored
Dec 04, 2020
by
valentin.emiya
Browse files
update with slurm
parent
98e2ed1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
python/tffpy/scripts/script_exp_solve_tff.py
View file @
2d67d1f6
...
...
@@ -102,7 +102,8 @@ if __name__ == '__main__':
experiment
.
display_status
()
elif
answer
==
4
:
experiment
.
display_status
()
batch_size
=
int
(
input
(
'Batch size (#tasks per job)?'
))
n_simultaneous_jobs
=
int
(
input
(
'Max number of simultaneous jobs?'
))
generate_slurm_script
(
script_file_path
=
__file__
,
xp_var_name
=
'experiment'
,
n_simultaneous_jobs
=
n_simultaneous_jobs
,
...
...
python/tffpy/scripts/script_exp_variance.py
View file @
2d67d1f6
...
...
@@ -98,7 +98,6 @@ if __name__ == '__main__':
experiment
.
display_status
()
n_simultaneous_jobs
=
int
(
input
(
'Max number of simultaneous jobs?'
))
experiment
.
display_status
()
generate_slurm_script
(
script_file_path
=
__file__
,
xp_var_name
=
'experiment'
,
n_simultaneous_jobs
=
n_simultaneous_jobs
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment