tomorrow1pan

Results 1 comments of tomorrow1pan

I had met the same problem. I sovled it successfully by using the function: list(): ...... data_set = list(data_set) # just add this line num_examples = len(data_set) ......