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
Paul Primus
dcase2020_task2
Commits
b59057ca
Commit
b59057ca
authored
Jun 10, 2020
by
Paul Primus
Browse files
add
parent
2abcfd34
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/run_and_create_submission_for_per_type_models.sh
View file @
b59057ca
conda activate dcase2020_task2
OMP_NUM_THREADS
=
1
CUDA_VISIBLE_DEVICES
=
0 python
-m
dcase2020_task2.experiments.
$1
with
num_workers
=
4
machine_type
=
0
machine_id
=
-1
$2
>
/dev/null 2>&1
&
OMP_NUM_THREADS
=
1
CUDA_VISIBLE_DEVICES
=
0 python
-m
dcase2020_task2.experiments.
$1
with
num_workers
=
4
machine_type
=
0
machine_id
=
-1
$2
&
OMP_NUM_THREADS
=
1
CUDA_VISIBLE_DEVICES
=
1 python
-m
dcase2020_task2.experiments.
$1
with
num_workers
=
4
machine_type
=
1
machine_id
=
-1
$2
>
/dev/null 2>&1 &
OMP_NUM_THREADS
=
1
CUDA_VISIBLE_DEVICES
=
2 python
-m
dcase2020_task2.experiments.
$1
with
num_workers
=
4
machine_type
=
2
machine_id
=
-1
$2
>
/dev/null 2>&1 &
OMP_NUM_THREADS
=
1
CUDA_VISIBLE_DEVICES
=
3 python
-m
dcase2020_task2.experiments.
$1
with
num_workers
=
4
machine_type
=
3
machine_id
=
-1
$2
>
/dev/null 2>&1 &
...
...
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