需要導入模塊: import numpy [as 別名] # 或者: from numpy import where [as 別名] def __iter__(self): indices = [] for i, size in enumerate(self.group_sizes): ...
確定! 回上一頁