futurely

Results 6 issues of futurely

Most users only use the Python API. The most convenient installation method is probably pip. https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/pip_package/build_pip_package.sh

https://github.com/netty/netty/tree/master/example/src/main/java/io/netty/example/http/websocketx

In `dsets/preproc/preproc_char.py`, the `build_data` is extremely slow since the character index is lookup for multiple times. ``` python chars = [''] * (CONTEXT - 1) + [''] + list(line) +...

Below is an excerpt from the [Guice wiki](https://github.com/google/guice/wiki/JSR330). JSR-330 Integration New in Guice 3.0 JSR-330 standardizes annotations like @Inject and the Provider interfaces for Java platforms. It doesn't currently specify...

HTTP/2 has been [finalized last month](https://www.google.co.in/?gws_rd=ssl#newwindow=1&q=http%2F2+finalized) and Netty has already implmented [the protocol](https://github.com/netty/netty/tree/master/codec-http2) and [an example](https://github.com/netty/netty/tree/master/example/src/main/java/io/netty/example/http2).

The `Inception-0009.param` used in the sample usage is the [officially pretrained 21k classes Inception model](https://github.com/dmlc/mxnet-model-gallery/tree/master/imagenet-21k-inception). But it [can't be downloaded from GitHub anymore](https://www.kaggle.com/c/yelp-restaurant-photo-classification/forums/t/18199/external-data-mxnet-pretrained-model/103432). Would you please share your model files...