qtzfh

Results 1 issues of qtzfh

修改后的代码: for root, sub_folder, file_list in os.walk("../image/fonts/test/"): for file_path in file_list: image_file = root + file_path final_predict_val, final_predict_index = inference(image_file) 错误信息: Traceback (most recent call last): File "C:\Users\ucmed\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\client\session.py", line 1039,...