Create model_config.json
Browse files- model_config.json +11 -0
model_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "humanoid-performance-optimizer",
|
| 3 |
+
"model_type": "performance-analyzer",
|
| 4 |
+
"optimization_target": [
|
| 5 |
+
"execution_time",
|
| 6 |
+
"energy_consumption"
|
| 7 |
+
],
|
| 8 |
+
"continuous_learning": true,
|
| 9 |
+
"compatible_dataset": "humanoid-performance-optimization-dataset",
|
| 10 |
+
"version": "1.0.0"
|
| 11 |
+
}
|