pebeaucamps
commited on
Update Org description
Browse files
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.
|
22 |
-
|
23 |
-
1. Design and/or import your Neural Networks from ONNX or
|
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 |
|