Skip to content

Commit

Permalink
fix compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangwen-it committed Aug 20, 2019
1 parent 4a873ec commit 8db09f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
2 changes: 1 addition & 1 deletion java/src/main/java/com/tencent/angel/pytorch/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import com.tencent.angel.pytorch.torch.TorchModel;

public class Test {
public static void main(String[] argv) {
public static void main(String[] argv) throws InterruptedException {
System.loadLibrary("torch_angel");
TorchModel.setPath("gcn.pt");
System.out.println(TorchModel.get().getParametersTotalSize());
Expand Down

This file was deleted.

0 comments on commit 8db09f7

Please sign in to comment.