Denis Belîi

Results 4 comments of Denis Belîi

> Did anyone ever tried to finetune the MODNet model with custom dataset? Wondering if you have any tutorial. I tried, but I have problems with training script. The loss...

I’m having the same problem with **ValidateHost.** I’m getting the following error message: > read tcp 192.168.0.61:54120->94.100.180.31:25: use of closed network connection

## Steps to Reproduce 1. I used this example [form_app](https://github.com/flutter/samples/tree/master/form_app) from Flutter samples 2. To demonstrate bug I visited [Sample Flutter form](https://flutter.github.io/samples/web/form_app/#/) **Steps that I made:** 1. Enter the page...

> @denddyprod Thanks for the report. From the code you shared, I observed that it uses `autofocus: true` which could be reason why keyboard doesn't show up. Here's an original...