Meng, Peng

Results 3 issues of Meng, Peng

fix typos

Fix bug of SplitV 原始实现会在axis=0时,显存错误

Python Dropout op uses the following code to check keep_prob value: if tensor_util.constant_value(keep_prob) == 1: return x If keep_prob is placeholder, tensor_util.constant_value(keep_prob) will return None, if statement will always be...