Zeyu Xiong
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 ```
我也是,同样的问题...解决了吗?
Same, any workaround?
i.e. Is it possible to open-source this trained model? Thanks a lot.
Same issue here. Any workaround?
> 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.