GiulioRomualdi
commited on
Commit
·
8d03c45
1
Parent(s):
3a6fa8f
Update README.md
Browse files
README.md
CHANGED
@@ -24,9 +24,10 @@ The mann project contains the Mode-Adaptive Neural Networks (MANN) architecture,
|
|
24 |
- **Language(s) (NLP):** Mode-Adaptive Neural Networks
|
25 |
- **License:** BSD 3-Clause License
|
26 |
|
27 |
-
### Model
|
28 |
|
29 |
-
|
|
|
30 |
|
31 |
- **Repository:** https://github.com/ami-iit/mann-pytorch
|
32 |
-
|
|
|
24 |
- **Language(s) (NLP):** Mode-Adaptive Neural Networks
|
25 |
- **License:** BSD 3-Clause License
|
26 |
|
27 |
+
### Model nomenclature
|
28 |
|
29 |
+
The model stored in this repo has the following nomenclature `<robot_model>_<number_of_considered_joints>j_<number_of_epoch>e.onnx`
|
30 |
+
For instance `ergocubSN000_26j_49e.onnx` means that the model has been trained on `ergocubSN000` considering `26` joints and the number of epoch is `49`.
|
31 |
|
32 |
- **Repository:** https://github.com/ami-iit/mann-pytorch
|
33 |
+
|