DeathYmz
DeathYmz
Okay, time has passed for a long time, and I forgot how to debug it.I can post some code that I have processed, I hope it will be useful to...
The code on git is pretty good, you can take a closer look and you can understand the usefulness of each def get_data(text_only): #text_only = False if text_only: print("Text only") image_list = [] else: print("Text and image") image_list = read_image() train_data = write_data("train", image_list, text_only)...
I have the same problem. Has anyone solved it?
well I found the most of score in tally.csv under 0.04 , so I change the threshold in (def bar_graph_svg) , Then I solved the problem. and I found in...