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
ed680c94
Commit
ed680c94
authored
Nov 07, 2019
by
LongChan
Browse files
proofread required
parent
0a0303bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README.md
README.md
+5
-0
No files found.
README.md
View file @
ed680c94
...
...
@@ -111,7 +111,10 @@ Here are the assumption for the file name:
### 4. Running script targeting specific approach
Under the
`optimization_algo/scripts`
directory
1.
Covariance Matrix Adaptation Evolution Strategy (CMA-es)
> Please uncomment the line 349 - 364 in `cma_approach.py` to see the output
```bash
# python3 ../approaches/cma_approach.py ${network name} ${number of partitions} ${population size} ${resource unit available} ${strategy} ${optimization target}
python3 ../approaches/cma_approach.py alexnet 3 100 960 allzeros DRAM_cycle
...
...
@@ -119,7 +122,9 @@ Under the `optimization_algo/scripts` directory
Result Screenshoot: 
2.
Genetic Algorithm (GA)
> Please uncomment the line 287 - 299 in `ga_approach.py` to see the output
```bash
# python3 ../approaches/ga_approach.py ${network name} ${number of partitions} ${elite population size} ${population size} ${resource unit available} ${optimization target}
python3 ../approaches/ga_approach.py alexnet 3 10 100 960 DRAM_cycle
...
...
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