Skip to content

Commit fba04f6

Browse files
committed
Fixing other broking links in readmes.
1 parent 437ba1f commit fba04f6

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
embARC Machine Learning Inference Library
22
==================================================
33

4-
This repository contains source code of embARC Machine Learning Inference Library (embARC MLI Library),
4+
This repository contains source code of embARC Machine Learning Inference Library (embARC MLI Library),
55
documentation and examples.
66

77
## Release notes
@@ -33,7 +33,7 @@ documentation and examples.
3333

3434
## Documentation
3535
----------------
36-
The pre-built documentation can be found on the [release page](https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_mli/releases)
36+
The pre-built documentation can be found on the [release page](https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_mli/releases/tag/Release_1.1.1)
3737
in the assets list of the required embARC MLI library version. To use it download
3838
*embARC_MLI_\<version\>_API_Doc.zip* file, unzip the archive and
3939
open `<unzipped_archive_root>/html/index.html` file in a browser.
@@ -61,7 +61,7 @@ defined in [MetaWare Development Tools](https://www.synopsys.com/dw/ipdir.php?ds
6161
EM or HS configuration.
6262

6363
Build requirements:
64-
1. The library has been tested with MetaWare Development tools 2019.12
64+
1. The library has been tested with MetaWare Development tools 2021.12
6565

6666
Building of embARC MLI library
6767
1. Open command line and change working directory to './lib/make/'

examples/example_cifar10_caffe/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here we will consider building for [/hw/em9d.tcf](/hw/em9d.tcf) template. This t
3636

3737
### Build with ARC GNU toolchain
3838

39-
Here we will consider building with ARC GNU toolchain. As a platform for the assembly, we use the [IoT Devkit](https://embarc.org/embarc_osp/doc/build/html/board/iotdk.html) from [the embARC Open Software Platform (OSP)](https://embarc.org/embarc_osp/doc/build/html/introduction/introduction.html#)
39+
Here we will consider building with ARC GNU toolchain. As a platform for the assembly, we use the [IoT Devkit](https://embarc.org/project/arc-iot-development-kit/) from [the embARC Open Software Platform (OSP)](https://embarc.org/project/embarc-open-software-platform-osp/)
4040

4141
Build requirements:
4242
- ARC GNU toolchain version 2018.09 or higher
@@ -75,7 +75,7 @@ Here we will consider building with ARC GNU toolchain. As a platform for the ass
7575

7676
### Run example without MetaWare Development tools
7777

78-
See documentation on [IoT Devkit](https://embarc.org/embarc_osp/doc/build/html/board/iotdk.html) on how to run executable built with [ARC GNU](https://embarc.org/toolchain/index.html) and [ARC open source development tools](https://embarc.org/embarc_osp/doc/build/html/index.html) on IoT Devkit.
78+
See documentation on [IoT Devkit](https://embarc.org/project/arc-iot-development-kit/) on how to run executable built with [ARC GNU](https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain) and [ARC open source development tools](https://embarc.org/project/embarc-open-software-platform-osp/) on IoT Devkit.
7979

8080

8181
Example Structure

examples/example_face_detect/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Application will create `result.bmp` file in the working directory. It's a 'gray
5454

5555
### Build with ARC GNU toolchain
5656

57-
Here we will consider building with ARC GNU toolchain. As a platform for the assembly, we use the [IoT Devkit](https://embarc.org/embarc_osp/doc/build/html/board/iotdk.html) from [the embARC Open Software Platform (OSP)](https://embarc.org/embarc_osp/doc/build/html/introduction/introduction.html#)
57+
Here we will consider building with ARC GNU toolchain. As a platform for the assembly, we use the [IoT Devkit](https://embarc.org/project/arc-iot-development-kit/) from [the embARC Open Software Platform (OSP)](https://embarc.org/project/embarc-open-software-platform-osp/)
5858

5959
Build requirements:
6060
- ARC GNU toolchain version 2018.09 or higher
@@ -91,7 +91,7 @@ Here we will consider building with ARC GNU toolchain. As a platform for the ass
9191

9292
### Run example without MetaWare Development tools
9393

94-
See documentation on [IoT Devkit](https://embarc.org/embarc_osp/doc/build/html/board/iotdk.html) on how to run executable built with [ARC GNU](https://embarc.org/toolchain/index.html) and [ARC open source development tools](https://embarc.org/embarc_osp/doc/build/html/index.html) on IoT Devkit.
94+
See documentation on [IoT Devkit](https://embarc.org/project/arc-iot-development-kit/) on how to run executable built with [ARC GNU](https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain) and [ARC open source development tools](https://embarc.org/project/embarc-open-software-platform-osp/) on IoT Devkit.
9595

9696
Example Structure
9797
--------------------

examples/example_har_smartphone/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here we will consider building for [/hw/em9d.tcf](/hw/em9d.tcf) template. This t
4141

4242
### Build with ARC GNU toolchain
4343

44-
Here we will consider building with ARC GNU toolchain. As a platform for the assembly, we use the [IoT Devkit](https://embarc.org/embarc_osp/doc/build/html/board/iotdk.html) from [the embARC Open Software Platform (OSP)](https://embarc.org/embarc_osp/doc/build/html/introduction/introduction.html#)
44+
Here we will consider building with ARC GNU toolchain. As a platform for the assembly, we use the [IoT Devkit](https://embarc.org/project/arc-iot-development-kit/) from [the embARC Open Software Platform (OSP)](https://embarc.org/project/embarc-open-software-platform-osp/)
4545

4646
Build requirements:
4747
- ARC GNU toolchain version 2018.09 or higher
@@ -80,7 +80,7 @@ Here we will consider building with ARC GNU toolchain. As a platform for the ass
8080

8181
### Run example without MetaWare Development tools
8282

83-
See documentation on [IoT Devkit](https://embarc.org/embarc_osp/doc/build/html/board/iotdk.html) on how to run executable built with [ARC GNU](https://embarc.org/toolchain/index.html) and [ARC open source development tools](https://embarc.org/embarc_osp/doc/build/html/index.html) on IoT Devkit.
83+
See documentation on [IoT Devkit](https://embarc.org/project/arc-iot-development-kit/) on how to run executable built with [ARC GNU](https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain) and [ARC open source development tools](https://embarc.org/project/embarc-open-software-platform-osp/) on IoT Devkit.
8484

8585

8686
Example Structure

examples/example_kws_speech/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Key Word Spotting Example
22
==============================================
3-
Example shows implementation of small speech recognition use case for Key Word Spotting (KWS). [TensorFlow speech commands tutorial](https://www.tensorflow.org/tutorials/sequences/audio_recognition) was used as basis for neural network model training with the following most notable changes:
3+
Example shows implementation of small speech recognition use case for Key Word Spotting (KWS). [TensorFlow speech commands tutorial](https://www.tensorflow.org/tutorials/audio/simple_audio) was used as basis for neural network model training with the following most notable changes:
44
1) Input features: FBANK features instead of MFCC
55
2) Model architecture: Depthwise separable convolutions + LSTM Cell.
66
KWS Modules are designed to process audio stream. The rest example code wraps modules to process single WAV file and output performance measurements.
@@ -129,7 +129,7 @@ Version that corresponds to the last column is implemented in the module. To kee
129129
References
130130
----------------------------
131131
Simple Audio Recognition Tutorial:
132-
> TensorFlow - Simple Audio Recognition. https://www.tensorflow.org/tutorials/sequences/audio_recognition
132+
> TensorFlow - Simple Audio Recognition. https://www.tensorflow.org/tutorials/audio/simple_audio
133133
134134
Speech commands dataset:
135135
> Pete Warden. Speech commands: A dataset for limited-vocabulary speech recognition. arXiv preprint arXiv:1804.03209, 2018

0 commit comments

Comments
 (0)