cxy200927099

Results 8 comments of cxy200927099

Studio Build: 2.3.2 Version of Gradle Plugin: 2.3.1 Version of Gradle: 3.3 Version of Java: 8 OS: macOS Sierra 10.12.4

@zhulihuacmss my code is the latest, I think maybe the problem is that the code be updated but the model file is not updated, Because when i load the model...

@ilyanelken Do you know how to solve this problem? And do you have the latest pretrained model file?

I get the mfcc values by Tarosdsp lib are not same as the values by python librosa lib here is my code, android code ```java private void testMFCC() { int...

嗯,看了一下午只能看您封装的库对应的android源码库去找,但是发现有的属性貌似不管用 比如在MPBarLineChartManager.java中,setAxisInfo()函数中有个设置虚线的prop: if(v.hasKey("gridDashedLine")) { ReadableMap gdl=v.getMap("gridDashedLine"); axis.enableGridDashedLine((float)gdl.getDouble("lineLength"), (float)gdl.getDouble("spaceLength"), (float)gdl.getDouble("phase")); } 在js端我按照下面的属性设置,却不起作用,还报错说找不到属性 android报错找不到lineLength