Dmytro Bulakh

Results 2 comments of Dmytro Bulakh

thanks, it works! On Mon, Apr 21, 2025, 17:12 Mohammed Yasin ***@***.***> wrote: > You can load a TFLite model in Ultralytics normally and run validation, > just like the...

It didn't work out of the box, however, I've managed to hack validator.py a little bit, forcing it to set validator device with ``` if not(isinstance(self.device, torch.device)): ## line 186...