可视化基于DGLGraph的模型

时间:2019-08-20 11:47:47

标签: python deep-learning pytorch

我正在研究以<Error> <Code>SignatureDoesNotMatch</Code> <Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message> 作为输入的图卷积模型。有什么方法可以可视化模型结构?

我发现诸如DGLGraphtorchsummary之类的库要求输入为visualdlpytorch tensors数据类型。

1 个答案:

答案 0 :(得分:0)

您可以使用多种解决方案:

1.netron(用于神经网络,深度学习和机器学习模型的可视化工具):

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?