我正在使用时间轴分析TensorFlow运行,如本答案Can I measure the execution time of individual operations with TensorFlow?中所述.我的模型包含大量参数,因此每次运行生成的json相当大(大约400MB).
当我尝试将json加载到chrome:// tracing时,虽然没有显示任何内容:
这可能是什么?
解决方法:
我最终发现chrome:// tracing无法打开大于300MB的文件
我正在使用时间轴分析TensorFlow运行,如本答案Can I measure the execution time of individual operations with TensorFlow?中所述.我的模型包含大量参数,因此每次运行生成的json相当大(大约400MB).
当我尝试将json加载到chrome:// tracing时,虽然没有显示任何内容:
这可能是什么?
解决方法:
我最终发现chrome:// tracing无法打开大于300MB的文件