hector1980

Results 3 issues of hector1980

I think it would be a tiny bit faster if you allocate the whole memory for h_t and c_t from the beginning in OptimizedLSTM. I mean: if init_states is None:...

You should first transpose both matrices. The best way to track the problem is using a time series with the values 1, 2, 3, etc. and you will find the...

Hi, for future versions I think you should replace: FlutterMain.startInitialization(this) FlutterMain.ensureInitializationComplete(this, emptyArray()) by val loader = FlutterInjector.instance().flutterLoader() loader.startInitialization(this) loader.ensureInitializationComplete(this, emptyArray()) in runDartFunction. See https://stackoverflow.com/questions/56339637/is-there-a-way-to-access-flutter-resources-from-native-code