forked from PaddlePaddle/benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
61 lines (61 loc) · 2.55 KB
/
.gitmodules
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[submodule "models"]
path = models
url = https://github.com/PaddlePaddle/models.git
branch = develop
[submodule "NeuralMachineTranslation/BERT/pytorch/Megatron-LM"]
path = static_graph/NeuralMachineTranslation/BERT/pytorch/Megatron-LM
url = https://github.com/chengduoZH/Megatron-LM
branch = benchmark
[submodule "static_graph/seq2seq/tensorflow/nmt"]
path = static_graph/seq2seq/tensorflow/nmt
url = https://github.com/tensorflow/nmt.git
[submodule "StarGAN/pytorch/stargan"]
path = static_graph/StarGAN/pytorch/stargan
url = https://github.com/yunjey/stargan.git
branch = master
[submodule "AttGAN/tensorflow/attgan"]
path = static_graph/AttGAN/tensorflow/attgan
url = https://github.com/LynnHo/AttGAN-Tensorflow.git
branch = master
[submodule "AttGAN/pytorch/attgan"]
path = static_graph/AttGAN/pytorch/attgan
url = https://github.com/elvisyjlin/AttGAN-PyTorch.git
branch = master
[submodule "STGAN/tensorflow/stgan"]
path = static_graph/STGAN/tensorflow/stgan
url = https://github.com/csmliu/STGAN.git
branch = master
[submodule "GAN_models/PytorchGAN/pytorch-CycleGAN-and-pix2pix"]
path = static_graph/GAN_models/PytorchGAN/pytorch-CycleGAN-and-pix2pix
url = https://github.com/chengduoZH/pytorch-CycleGAN-and-pix2pix
branch = benchmark
[submodule "static_graph/Mask-RCNN/pytorch/maskrcnn-benchmark"]
path = static_graph/Mask-RCNN/pytorch/maskrcnn-benchmark
url = https://github.com/facebookresearch/maskrcnn-benchmark.git
[submodule "NextVlad/tensorflow/youtube-8m"]
path = NextVlad/tensorflow/youtube-8m
url = https://github.com/linrongc/youtube-8m.git
[submodule "static_graph/Detection/pytorch/Detectron"]
path = static_graph/Detection/pytorch/Detectron
url = https://github.com/facebookresearch/Detectron.git
[submodule "third_party/mxnet/gluon-cv"]
path = third_party/mxnet/gluon-cv
url = https://github.com/dmlc/gluon-cv.git
[submodule "third_party/pytorch/vision"]
path = third_party/pytorch/vision
url = https://github.com/pytorch/vision.git
branch = v0.4.0
[submodule "third_party/pytorch/examples"]
path = third_party/pytorch/examples
url = https://github.com/pytorch/examples.git
[submodule "static_graph/Detection/pytorch/Detectron-Cascade-RCNN"]
path = static_graph/Detection/pytorch/Detectron-Cascade-RCNN
url = https://github.com/zhaoweicai/Detectron-Cascade-RCNN.git
[submodule "PaddleSeg"]
path = PaddleSeg
url = https://github.com/PaddlePaddle/PaddleSeg.git
branch = develop
[submodule "PaddleDetection"]
path = PaddleDetection
url = https://github.com/PaddlePaddle/PaddleDetection.git
branch = master