Results 7 comments of X.Y. Hu

@crazychengmm 看看 echart 的官网吧:[官方示例](http://echarts.baidu.com/examples.html) 和 [Gallery](http://gallery.echartsjs.com/explore.html#sort=star~timeframe=all~author=all)

+1 same issue. There is no need to unzip the caffemodel, which is not a zip file according to [issue 38](https://github.com/TimoSaemann/ENet/issues/38). So I download the pre-trained model with following scripts:...

Solved! After googling around, I found 'bn_param' is not in standard caffe code. Thus Enet uses a special caffe and we have to compile it according to the [tutorial](https://github.com/TimoSaemann/ENet/tree/master/Tutorial). As...

Finally Solved! In #38, it is suggest not to unzip `weight2.caffemodel`, **but `weight.caffemodel` should be unziped**. After unzip the model, I get 2 different models: ``` ../enet_weights_zoo ├── README.md ├──...

> The output format is as same as the input PCM. You should setup channels before feeding data. @junyuecao I guess the problem is we cannot directly use `mSoundTouch.putSamples()` to...

> try to change > ndk { > abiFilters "armeabi-v7a", "arm64-v8a" > } > to > ndk { > abiFilters "armeabi-v7a" > } According to [Google Official Request](https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html), we have...

> Have other mobile phones in arm64-v8a ever crashed? Nope. As mentioned above, the issue only occurs on `OPPO R9M, VIVO X6SA and OPPO A59S` currently. I also test on...