repeat 函数功能:对数组中的元素进行连续重复复制用法有两种: 1) numpy.repeat(a, repeats, axis=None) 2) a.repeat(repeats, axis=None) self.user_emb.shape ...
確定! 回上一頁