Closed niu0717 closed 4 years ago
The len(aa) is a scala, but the type of len_crop is ndArray. The result of 'len(aa) - len_crop' is also ndArray. However, the second params of np.random.randint() need a int value. Maybe there are some problems?
please update numpy or use len_crop[0]
The dateset is your provided training data . How can i fix it? Thx :) !