pebeaucamps commited on
Commit
bef2355
·
verified ·
1 Parent(s): ecd41ec

Update Org description

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,9 +18,9 @@ of different operations in parallel in an asynchronous way. Details can be found
18
  * [ML & computer vision](https://www.kalrayinc.com/solutions/#computer-vision)
19
  * [SDK description]
20
 
21
- You should find on this page several of the models that Kalray's SDK support. A part of the ACE (AccessCore Embedded),
22
- called Kalray Neural Network is dedicated to optimize inference on the Kalray's processor (MPPA) on the following scheme:
23
- 1. Design and/or import your Neural Networks from ONNX or tensorflow (PyTorch is supported using the ONNX bridge),
24
  2. Build an intermediate represention of the NN in order to be executed on the MPPA,
25
  3. Run and exploit predictions from the device
26
 
 
18
  * [ML & computer vision](https://www.kalrayinc.com/solutions/#computer-vision)
19
  * [SDK description]
20
 
21
+ You should find on this page several of the models that Kalray's SDK support. As part of ACE (AccessCore SDK),
22
+ KaNN (Kalray Neural Network) is dedicated to optimize inference on the Kalray's processor (MPPA) on the following scheme:
23
+ 1. Design and/or import your Neural Networks from ONNX or TensorFlow (PyTorch is supported using the ONNX bridge),
24
  2. Build an intermediate represention of the NN in order to be executed on the MPPA,
25
  3. Run and exploit predictions from the device
26