diff --git a/.gitmodules b/.gitmodules index 778700e..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "binding/lua/demos/fb.resnet.torch"] - path = binding/lua/demos/fb.resnet.torch - url = https://github.com/Microsoft/fb.resnet.torch.git - branch = multiverso diff --git a/binding/lua/demos/fb.resnet.torch b/binding/lua/demos/fb.resnet.torch deleted file mode 160000 index 694629b..0000000 --- a/binding/lua/demos/fb.resnet.torch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 694629b964d81c40d26733ce4c4bc33a7dfdbf3a diff --git a/binding/lua/docs/TUTORIAL.md b/binding/lua/docs/TUTORIAL.md index 3e4ed18..0a0302c 100644 --- a/binding/lua/docs/TUTORIAL.md +++ b/binding/lua/docs/TUTORIAL.md @@ -135,3 +135,6 @@ multiverso.shutdown() ``` ## Happy using multiverso (torch/lua binding) +There are some examples demonstrating how to use multiverso torch/lua binding. +* [XOR demo](https://github.com/Microsoft/multiverso/tree/master/binding/lua/demos/xor) +* [ResNet demo](https://github.com/Microsoft/fb.resnet.torch)