forked from trungnt13/odin-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.36 KB
/
.gitmodules
File metadata and controls
36 lines (36 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "ideas/seq2seq"]
path = ideas/seq2seq
url = https://github.com/google/seq2seq.git
[submodule "ideas/tacotron"]
path = ideas/tacotron
url = https://github.com/Kyubyong/tacotron.git
[submodule "ideas/tensor2tensor"]
path = ideas/tensor2tensor
url = https://github.com/tensorflow/tensor2tensor.git
[submodule "ideas/transformer"]
path = ideas/transformer
url = https://github.com/Kyubyong/transformer.git
[submodule "ideas/drcn"]
path = ideas/drcn
url = https://github.com/ghif/drcn.git
[submodule "ideas/decoupled-multimodal-learning"]
path = ideas/decoupled-multimodal-learning
url = https://github.com/Jakobovski/decoupled-multimodal-learning.git
[submodule "ideas/resnet-1k-layers"]
path = ideas/resnet-1k-layers
url = https://github.com/KaimingHe/resnet-1k-layers.git
[submodule "ideas/deep-residual-networks"]
path = ideas/deep-residual-networks
url = https://github.com/KaimingHe/deep-residual-networks.git
[submodule "ideas/overcoming-catastrophic"]
path = ideas/overcoming-catastrophic
url = https://github.com/ariseff/overcoming-catastrophic.git
[submodule "ideas/semisupervised_vae"]
path = ideas/semisupervised_vae
url = https://github.com/saemundsson/semisupervised_vae.git
[submodule "ideas/glas"]
path = ideas/glas
url = https://github.com/dojoteef/glas.git
[submodule "ideas/sact"]
path = ideas/sact
url = https://github.com/mfigurnov/sact.git