Skip to content

Commit

Permalink
Changed dir renaming refs between SiLabs and EEMBC.
Browse files Browse the repository at this point in the history
  • Loading branch information
petertorelli committed May 12, 2021
1 parent af6c04f commit 79bdcac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base_models/ad01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# To run the code
To simply train and test, do the following:
```
cd <git repo root>/eembc/ToyADMOS_FC_AE
cd <git repo root>/eembc/ad01
# Create virtual environment
python -m venv venv
# Activate virtual environment (Linux)
Expand Down
2 changes: 1 addition & 1 deletion base_models/ic01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# To run the code
To simply train and test, do the following:
```
cd <git repo root>/eembc/CIFAR10_ResNetv1
cd <git repo root>/eembc/ic01
# Create virtual environment
python -m venv venv
# Activate virtual environment (Linux)
Expand Down
2 changes: 1 addition & 1 deletion base_models/vww01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Dataset
* MSCOCO14 based [https://cocodataset.org/#download]
* Extraction based on COCO API [https://github.com/cocodataset/cocoapi]
* Person mimimal bounding box 2.5%
* Person minimal bounding box 2.5%
* 96x96 images resized with antialias filtering, no aspect ratio preservation
* All images converted to RGB
* Training and validation sets combined
Expand Down

0 comments on commit 79bdcac

Please sign in to comment.