Servas Adolph
Results
1
comments of
Servas Adolph
I solve by applying try and except ZeroDivisionError code below try: slice_train = int(80000/len(txt_name_list)) ###Setting value to be 80000 for the final dataset except ZeroDivisionError: return 0 i = 0...