callbacks.py 文件源码

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

项目:mcv-m5 作者: david-vazquez 项目源码 文件源码
def __init__(self, n_classes, void_label, save_path,
                 generator, epoch_length, color_map, classes, tag,
                 n_legend_rows=1, *args):
        super(Callback, self).__init__()
        self.n_classes = n_classes
        self.void_label = void_label
        self.save_path = save_path
        self.generator = generator
        self.epoch_length = epoch_length
        self.color_map = color_map
        self.classes = classes
        self.n_legend_rows = n_legend_rows
        self.tag = tag
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号