fix larger than memory error
This commit is contained in:
parent
895ba73144
commit
eae8e29f47
3 changed files with 17 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
|||
# This is bash
|
||||
# It runs the python script multiple times with different arguments
|
||||
for i in {1..5} # Number of processes
|
||||
for i in {1..16} # Number of processes
|
||||
do
|
||||
for j in {1..5} # Number of threads
|
||||
for j in {1..16} # Number of threads
|
||||
do
|
||||
python process_images.py $i $j images/*
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue