-
I am trying to run a custom model on k210 sipeed maix bit board. It provides 2 float32 outputs for given 200x200 grayscale image input. I generated the tflite file and converted it into kmodel too. I …
-
I'm trying to use FLUX dev model from CIVITAI on my Stable Diffusion Forge WEBUI, I'm using it because it can create NSFW images which nf4 model is not able create.
My laptop specs are gtx 1650 4gb, …
-
### Help
如何在编译好的elf文件在大核里设置开机自启和micropython的开机启动代码会不会冲突
-
What version full firmware can run model has 1.81M kmodel ? ( model was trained from colab with architecture mobilenet7_5)
-
Why can't I put the pictures of multiple folders that have been classified into the \mbnetv1_dataset\ this folder????
lbmcu updated
5 years ago
-
When i want to try yolov3, I don't think it is too hard to modify reigon layers. However, I find i can't even load my kmodel with two output layers.
kmodel from [nncase v0.1.0-rc5](https://github.c…
-
Hi,
When 'predicting' a single Vector from a RDD[Vector] on a trained model a stackoverflowerror is thrown.
When doing the same on a RDD[Vector] at once it works oke.
```
println("clustering single v…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
### Have you read FAQ on README?
- [X] …
-
### Your Question:
I tried to run the face detection example which comes with the Kendryte IDE package manager. It appears that the kmodel is not getting uploaded. It gives "**model ini…
-
I‘ve trained my yolo as your demo,but the kmodel cant run continuously,as it says RAM not enough.但是我把yolo变小(把卷积核调小)后,会卡死在kpu.run_yolo2这一步,五六分钟都没有输出结果。请问是我训练出错了吗