Skip to content

remove models, test=document_fix #1147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,12 @@
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 "dynamic_graph/OCR/pytorch/DB.pytorch"]
path = dynamic_graph/OCR/pytorch/DB.pytorch
url = https://github.com/LDOUBLEV/DBNet.pytorch
[submodule "dynamic_graph/OCR/tensorflow/EAST"]
path = dynamic_graph/OCR/tensorflow/EAST
url = https://github.com/argman/EAST.git
[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
Expand Down
9 changes: 0 additions & 9 deletions comparision_system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,7 @@
| `pytorch` | resnet50_bs128 | https://github.com/pytorch/vision.git |
| `pytorch` | resnet50_bs32 | https://github.com/pytorch/vision.git |
| `pytorch` | SE_ResNeXt50_32x4d | https://github.com/pytorch/vision.git |
| `pytorch` | Pix2pix | https://github.com/chengduoZH/pytorch-CycleGAN-and-pix2pix.git |
| `pytorch` | stargan | https://github.com/chengduoZH/pytorch-CycleGAN-and-pix2pix.git |
| `pytorch` | bert | https://github.com/huggingface/transformers.git |
| `pytorch` | transformer | https://github.com/FrostML/DeepLearningExamples/tree/benchmark/PyTorch/Translation/Transformer.git|
| `tensorflow` | nextvlad | https://github.com/linrongc/youtube-8m.git |
| `tensorflow` | deeplabv3 | https://github.com/tensorflow/models.git |
| `tensorflow` | CycleGAN | |
| `tensorflow` | STGAN | https://github.com/csmliu/STGAN.git |
| `tensorflow` | seq2seq | https://github.com/tensorflow/nmt.git |
| `tensorflow` | padding | |
| `mxnet` | yolov3 | https://github.com/dmlc/gluon-cv.git |
| `mxnet` | ResNet50_bs128_fp16 | https://github.com/NVIDIA/DeepLearningExamples.git |

Expand Down