Merge pull request #128 from you-n-g/master

remove submodule && add link to README
This commit is contained in:
you-n-g 2016-10-11 20:08:00 +08:00 коммит произвёл GitHub
Родитель 92e5b0f01b 8768dc1f99
Коммит edc57a4fdb
3 изменённых файлов: 3 добавлений и 5 удалений

4
.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

@ -1 +0,0 @@
Subproject commit 694629b964d81c40d26733ce4c4bc33a7dfdbf3a

Просмотреть файл

@ -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)