mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 05:26:52 +03:00
Sort model files in configuration combobox (#2189)
* new models ana-cont-11.0.5, ana-class100-1.5.7, dig-class100-1.6.0 * Testcase for #2145 Added debug log, if allowNegativeRates is handeled * Sort model files in combobox
This commit is contained in:
@@ -92,6 +92,7 @@ function getTFLITEList() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tflitelist = tflitelist.split("\t");
|
tflitelist = tflitelist.split("\t");
|
||||||
|
tflitelist.sort();
|
||||||
tflitelist.pop();
|
tflitelist.pop();
|
||||||
|
|
||||||
return tflitelist;
|
return tflitelist;
|
||||||
|
|||||||
Reference in New Issue
Block a user