-
I have 20 class objects example working with MaixPy v0.3.2 but using the same firmware approach for v0.4.0_30 through kflash_gui.app doesn't work.
Am I missing something here?
Thanks,
Alistair
-
I used VGG16 and resnet in keras to perform some of the attacks and I observed that the KerasModel returned by foolbox doest act same as the main model meaning that it does not predict the same labels…
-
xelll updated
5 years ago
-
if( mbnet.begin(kmodel_name) != 0)
{
Serial.println("mobile net init fail");
Serial.println(mbnet.begin(kmodel_name));
while(1);
}
the return Error num is -4.
-
I updated my keras from 2.0.6 to 2.0.7. Then the following code (works fine with 2.0.6) produces strange errors:
```python
>>> import keras as K
Using TensorFlow backend.
>>> model = K.models.Se…
jetd1 updated
5 years ago
-
ncc.exe -i k210model -o inference --dataset ./images ./lenet2.kmodel ./output
Fatal: input-format
System.ArgumentException: input-format at NnCase.Cli.Program.Main(String[] args) in D:\Work\Reposi…
-
我将如下模型转换为KMODEL后成功运行,如图中所示,该模型有两个输出层,尺寸分别为21x10x7=1470和21x20x14=5880。但KMODEL显示两个输出层的尺寸分别为5880和23520,请问这是为什么呢?
![模型](https://user-images.githubusercontent.com/48740672/57195839-bdfa2200-6f89-11e9-…
-
Given
```js
this = 1;
```
```js
() => { 'use strict'; eval = 1; }
```
```js
() => { 'use strict'; arguments = 1; }
```
The former is supposed to result in an early Reference Error wh…
-
Hi,
Could you give instructions on how to use kendryte-model-compiler to compile the mobilenet checkpoint? Thanks.
-
With previous nncase, I had a workflow to use it to convert model to k210code and compile kendryte-standalone-sdk. Now nncase only ouputs k210modeo. What is the workflow to build a bin file?