Zhihong

Results 2 issues of Zhihong

In create_tower function, the dictionary parameters should be passed into tf.keras.layers.Dense instead of into tf.keras.Sequential.add function. The only parameter tf.keras.Sequential.add takes is a LayerObject. The current code would result error...

cla: yes

I need the redis cluster support for my project asap. So I went ahead to try the work h4lflife submitted in https://github.com/openresty/lua-resty-redis/pull/45 and made some changes to deal with redis...