Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
watcag-public
fpga-syspart
Commits
a33ae306
Commit
a33ae306
authored
Jun 30, 2020
by
harry1080ti
Browse files
restart all gen
parent
79f952f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
optimization_algo/scripts/sweep_nets_cma_sq.sh
optimization_algo/scripts/sweep_nets_cma_sq.sh
+7
-7
No files found.
optimization_algo/scripts/sweep_nets_cma_sq.sh
View file @
a33ae306
...
...
@@ -31,13 +31,13 @@ do
for
res_unit
in
${
max_ress
[
$j
]
}
;
do
echo
$net
$partitions
$popsize
$res_unit
$strate
#
python3 ../approaches/cma_approach_square_size.py \
#
${net} \
#
${partitions} \
#
${popsize} \
#
${res_unit} \
#
${strategy} \
#
${target}
python3 ../approaches/cma_approach_square_size.py
\
${
net
}
\
${
partitions
}
\
${
popsize
}
\
${
res_unit
}
\
${
strategy
}
\
${
target
}
done
done
done
...
...
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