我正在研究以<Error>
<Code>SignatureDoesNotMatch</Code>
<Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message>
作为输入的图卷积模型。有什么方法可以可视化模型结构?
我发现诸如DGLGraph
和torchsummary
之类的库要求输入为visualdl
或pytorch tensors
数据类型。
答案 0 :(得分:0)
您可以使用多种解决方案:
1.netron(用于神经网络,深度学习和机器学习模型的可视化工具):
2.ANNvisualizer: Visualizing Artificial Neural Networks (ANNs) with just One Line of Code
3.NN-SVG: NN-SVG
4.dotnets dotnets enter link description here
有关更多信息,请参阅此帖子How do you visualize neural network architectures?