We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a873ec commit 8db09f7Copy full SHA for 8db09f7
java/src/main/java/com/tencent/angel/pytorch/Test.java
@@ -19,7 +19,7 @@
19
import com.tencent.angel.pytorch.torch.TorchModel;
20
21
public class Test {
22
- public static void main(String[] argv) {
+ public static void main(String[] argv) throws InterruptedException {
23
System.loadLibrary("torch_angel");
24
TorchModel.setPath("gcn.pt");
25
System.out.println(TorchModel.get().getParametersTotalSize());
java/src/main/scala/com/tencent/angel/pytorch/examples/GraphLocalExample.scala
0 commit comments