- 将
sorted_indices
分割成长度为num_sections
的小片段。
self.batches = numpy.array_split(sorted_indices, num_sections)
sorted_indices
分割成长度为num_sections
的小片段。self.batches = numpy.array_split(sorted_indices, num_sections)
本文标题:[numpy]array_split
本文链接:https://www.haomeiwen.com/subject/bbenxctx.html
网友评论