CaptainDario

Results 72 issues of CaptainDario

Thank you for this plugin! However I am wondering it there are plans to support the snapstore on Linux? I am interested in it because it is the way detailed...

I am trying to use this package as a custom layer with tensorflow (keras). My code looks at the moment like this: ``` python @tf.function def elastic_deform_tf(x): """ Elastic deformation...

Thank you for the great package! I am trying to show a graph and I want that it is centered and scaled to a size so that the whole graph...

### Describe the solution you'd like I am building a dictionary application and there I have a class `Entry` that has a `List` of meanings. If a user now searches...

enhancement

Hello, I really like this library and it already helped me a lot. However currently I am trying to down sample a black and white image of lines. In this...

I am currently building my application for desktop and I noticed that the `blobs` directory is not included in the build. The simple fix for builds is to just copy...

How can one check if a certain backend is available on the current device? For example, not all android devices support the GPU delegate, when used anyways, the app crashes....

usage-related

I am having trouble getting the XNNPackDelegate working. I build the binary according to the [docs](https://github.com/am15h/tflite_flutter_plugin/wiki/Building-Desktop-binaries-with-XNNPack-Delegate). and try to use the interpreter like: ``` dart Interpreter interpreter; final options =...

question

Hello, when I try to use the MetalDelegate on an iPad pro 12.9 2017 I am getting an exception. With creating an interpreter like this: ``` dart final gpuDelegate =...

documentation
iOS

It would be really nice if this plugin could somehow be used for exporting to web. Maybe tfjs could be used for that. Are there any plans for supporting web...

enhancement