Site Li

Results 4 issues of Site Li

![image](https://user-images.githubusercontent.com/26598440/40870477-efd0d390-6662-11e8-94bb-817bf55ff677.png) I think that the lambda is used as a tradeoff between the original softmax and A-softmax. But how could I adjust the base, power, lambda_min according to different task?...

![image](https://user-images.githubusercontent.com/26598440/41018383-1af2c37c-698c-11e8-9d34-481cdbc849a1.png) I met this error when unzipping the provided dataset, could you please tell me how to solve this?

Does setting "SEMI_HARD = True" have a obvious improvement on the model? (converging speed, accuracy, etc.) I'm setting it to FALSE, and it seems that the loss couldn't decrease after...

``` gradients_vars = optimizer.compute_gradients(loss, LAYERS_WIEGHTS) grads = [grad for grad, var in gradients_vars] train_step = optimizer.apply_gradients(gradients_vars) ``` Hi, in this code, I see that the final gradients is **gradients_vars**, not...