LuckyMind

Results 36 comments of LuckyMind

@COO1M Unfortunately nope. Instead started to learn native Android/Java development in order to make desired ML based app. Surprisingly, even after Flutter simplicity I just love to work now in...

Git it, thank you for solution!

> You can compare the u2net and u2netp models. They have different configs that result in different sizes. You could play with the configs to get it to what you...

@dzhyy I've trained my last model for portraits for about 130-150 epoches until it just stops decreasing loss. 100k is definitely too much. Meaningful results are already after 50-70 epoches....

@darkman111a Have you made any progress with fine-tuning the IF model? If so could you please share it? I don't have enough knowledge to modify the Imagen code and would...

@fzyzcjy Tried async mode. Don't sure I doing it right as I get almost the same slow result. Maybe little bit faster: from 110 ms to 70ms improvement (still unusable...

@fzyzcjy Sure, here you go: [test_app.zip](https://github.com/fzyzcjy/flutter_rust_bridge/files/14393176/test_app.zip) I'm running it as: `flutter run -d linux --release` > So, do you succeed in using irondash's Texture with frb, or is it somehow...

Made a repo: https://github.com/baleksey/test_flutter_image Hope it helps :)

@fzyzcjy Here is what I get after updating my test project with your modifications: IN RUST: 10.014µs IN FLUTTER: 90737 us As you see even with **full_dep: true** I still...

You are right, I've managed to get your speed results and now Rust > Flutter data transfer is almost instant. Thank you a lot for your help and patience! Unfortunately...