Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
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
Supports
Markdown
0%
Try again
or
attach a new 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