Gor Ivanov

Results 5 issues of Gor Ivanov

I/flutter (11695): [CameraDescription(0, CameraLensDirection.back, 90), CameraDescription(1, CameraLensDirection.front, 270)] W/Camera (11695): The selected imageFormatGroup is not supported by Android. Defaulting to yuv420 E/libc (11695): Access denied finding property "persist.vendor.camera.privapp.list" W/com.gor.cantest(11695): type=1400...

So, I have a server app with NeuralNetworkGPU on a board. Clients can connect and to train some data (doesn't matter). When the second client starts training, the server freezes/stuck...

bug

Is it possible to have multivariate polynomial regression with N features as input? Like const x = [[f1,f2,f3,f4,f5], [f1,f2,f3,f4,f5], [f1,f2,f3,f4,f5],[f1,f2,f3,f4,f5], [f1,f2,f3,f4,f5], ......]; Where [f1,f2,f3,f4,f5] is a 5D feature. Output is...

Havn't fixed yet? ``` E/flutter ( 6828): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: PlatformException(IllegalArgument, Unknown deviceId: 18:04:ED:06:BD:C6, null, null) E/flutter ( 6828): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:607:7) E/flutter ( 6828): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:167:18) E/flutter (...

I have found this Ml code via youtube and I can say that this is the simplest and most transparent code compared to many others. Can you add Optimizers (SGD,...