Zeyu Xiong

Results 8 comments of Zeyu Xiong

Same issue here. Any workaround?

Hey guys, are you using the customized tflite model? It works fine with my machine when I use the default model, but not for the customized models. I think when...

#1 Try to change the way of import: ``` #if __has_include("RCTDefines.h") #import "RCTDefines.h" #else #import #endif ```

i.e. Is it possible to open-source this trained model? Thanks a lot.

> Same issue here. Any workaround? Found the reason, it's about the data preprocessing in my case. The audio file should all keep stereo instead of mono.