Lizhen Shi
Results
2
issues of
Lizhen Shi
I found the error with snap-5.0.9-64-3.0-centos6.5-x64-py3.6.tar.gz when running example code ``` import snap Nodes = snap.TIntV() for nodeId in range(10): Nodes.Add(nodeId) Graph = snap.GenRndGnm(snap.PNGraph, 100, 1000) print (snap.GetModularity(Graph, Nodes, 1000))...
I ran a simple lstm code as below on `macos` with torch backend. It showed error: ``` RuntimeError: Unable to automatically build the model. Please build it yourself before calling...
stat:awaiting response from contributor
stale
type:Bug