Valified_Code_Classify icon indicating copy to clipboard operation
Valified_Code_Classify copied to clipboard

Python3/TensorFlow

Results 4 Valified_Code_Classify issues
Sort by recently updated
recently updated
newest added

Hello, I found some little performance issues in the program, Netword_training / SNN.py. [correct_prediction and accuracy](https://github.com/SymphonyPy/Valified_Code_Classify/blob/9043f4a94204008a7edf57749f39ecba9307fd45/Network_training/SNN.py#L25) will be repeatedly created in the subsequent process, which will reduce the efficiency of...

C:\Users\xxx>python D:\Code\Python\Valified_Code_Classify\Image_Disposal\Imag e_Disposal.py ... ... picture 27 picture 28 picture 29 picture 30 Traceback (most recent call last): File "D:\Code\Python\Valified_Code_Classify\Image_Disposal\Image_Disposal.py" line 14, in Crop.Crop(pic, save_path, i) File "D:\Code\Python\Valified_Code_Classify\Image_Disposal\Crop.py", line 22,...

Dear developers, I observed some TensorFlow api usage in your code that might lead to serious compatibility problems(like a crash). `tf.global_variables_initializer` appeared in tf v0.12.0-rc0 and this will induce a...

Dear developers, I found one deprecated usage of TensorFlow APIs in your code as shown below and fixed it for you. `tf.initialize_all_variables` has been deprecated in tf v0.12.0 and it's...