gpt4 book ai didi

lua - 在 Torch 中可视化神经网络层,无需 itorch

转载 作者:行者123 更新时间:2023-12-03 18:23:18 25 4
gpt4 key购买 nike

我有一个包含多个卷积层的神经网络,我想可视化我正在创建的特征图。

我看过这篇文章: Visualize images in intermediate layers in torch (lua)

这建议使用 itorch,但它需要在我想避免的 itorch 笔记本中运行我的代码。

是否有任何其他 Torch 包可用于可视化卷积层?

编辑(详细解决方案):

由于我在网上找到的关于如何执行此操作的资源非常少,所以我记录了我的完整解决方案并将其放在 Github 上。任何想在 Torch 中可视化神经网络的人都可以从这里开始!

https://github.com/egaebel/torch-neural-network-visualization

再次感谢 YuTse 提供的 gnuplot 提示!

最佳答案

gnuplot

在 itorch 控制台模式下(itorch)/torch 模式下(th)

require 'image';

a = image.lena();

require 'gnuplot';

gnuplot.figure(1);

gnuplot.imagesc(a[1])

关于lua - 在 Torch 中可视化神经网络层,无需 itorch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33695113/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com