Mask R-CNN: f"IPython.core.display.HTML object"
发布时间
阅读量:
阅读量
项目场景描述
在执行Mask-RCNN源代码的过程中,当于Pycharm环境中运行inspect_weights.py文件时,系统后台反馈出现异常信息:<IPython.core.display.HTML object>。
分析
错误提示说明:

分析
需要仔细检查具体是哪一部分的数据未能正常输出:
通过追踪代码流程,发现调用了visualize.display_weight_stats(model)这一函数:

进入display_weight_stats(model)函数内部:
def display_weight_stats(model):
"""Scans all the weights in the model and returns a list of tuples
全部评论 (0)
还没有任何评论哟~
