Lee

Results 28 comments of Lee

@McPatate @Narsil hi sorry to bother but could you review this? cause the hanging is really annoying😭

> I tested your example in the command line on my device and it ran correctly. This should be a bug in the app rather than a bug in the...

Hello, if you want to migrate a supported model to the Android Demo, the main steps include: 1. Pay attention to the file names and related enumeration values in the...

All codes seem fine. Maybe you need to clean the build cache of gradle? Remove the `app/build` folder and try to build again.

Did you replace the libmllm.a in Android project with newly built one? Since Kotlin codes do not care about anything about model, they just pass the filename and modeltype( a...

First, I do not recommend adding enumeration values as this can lead to changes in memory layout and confusion in loading other models. I suggest you only modify the original...

Hi, 1. For larger multimodal models, inference may indeed take significantly longer, especially for larger images. You can try waiting longer or checking CPU usage to determine if inference is...

Thanks for your interest in our project. Our framework is currently incompatible with Neuron SDK. Since Neuron SDK composes a graph by converting a model from TFLite framework, which is...