increment should cast value to float
Created by: reyoung
The buggy code is here. Increment may pass an int not float. https://github.com/PaddlePaddle/Paddle/blob/8ac02279f28e2e944b983793bc91da8e58a75e94/python/paddle/v2/fluid/layers.py#L1443
Created by: reyoung
The buggy code is here. Increment may pass an int not float. https://github.com/PaddlePaddle/Paddle/blob/8ac02279f28e2e944b983793bc91da8e58a75e94/python/paddle/v2/fluid/layers.py#L1443