From 4c812496246a3228174977cd4361c4015040421e Mon Sep 17 00:00:00 2001 From: hysunflower Date: Thu, 18 Nov 2021 11:28:46 +0000 Subject: [PATCH] remove models, test=document_fix --- .gitmodules | 33 --------------------------------- comparision_system/README.md | 9 --------- 2 files changed, 42 deletions(-) diff --git a/.gitmodules b/.gitmodules index a9435f543e..0b9f029668 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/comparision_system/README.md b/comparision_system/README.md index faefb8e45e..ee5b8d921d 100644 --- a/comparision_system/README.md +++ b/comparision_system/README.md @@ -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 |