Axxtaro commited on
Commit
f8b74b1
·
verified ·
1 Parent(s): 456840f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
4
+
5
+ # Deep Auto Encoder
6
+
7
+ This is an exported version of Deep Auto Encoder from Aidge.
8
+
9
+ ## Aidge support
10
+
11
+ > Note: We tested this network for the following features. If you encounter any error please open an [issue](https://gitlab.eclipse.org/groups/eclipse/aidge/-/issues). Features not tested in CI may not be functional.
12
+
13
+ | Feature | Tested in CI |
14
+ | :---------: | :----------: |
15
+ | ONNX import | ❌ |
16
+ | Backend CPU | ❌ |
17
+ | Export CPP | ❌ |
18
+
19
+
20
+ ## Model
21
+
22
+ * Operators: 39 (3 types)
23
+ - Producer: 20
24
+ - ReLU: 9
25
+ - FC: 10
26
+
27
+ ## [eval_data_test_ToyCar](https://zenodo.org/records/3841772)
28
+
29
+ * Opset: 11
30
+ * Source: PyTorch
31
+ * **Input**
32
+ * size: [N, 640]
33
+ * format: [N, C]
34
+ * preprocessing:
35
+ * ?
36
+ * **Output**
37
+ * size: [N, 640]