lazy_batch_iterator.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:face_detection 作者: chintak 项目源码 文件源码
def transform(self, Xb, yb):
        X_n, yb = super(LazyBatchIterator, self).transform(Xb, yb)
        Xb = Parallel(n_jobs=-1)(delayed(load_im_f)(name)
                                 for name in X_n)
        Xb = np.asarray(Xb)
        return Xb, yb
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号