PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
22.24k stars 5.59k forks source link

删除demo目录下和book中重复的例子 #1257

Closed luotao1 closed 7 years ago

luotao1 commented 7 years ago

demo目录下和book中重复的例子是否可以删除了? @wangkuiyi @Zrachel 目前demo目录如下,其中6个带*的demo,和book中完全重复。

├── gan
├── image_classification *
├── introduction
├── mnist *
├── model_zoo
├── quick_start
├── recommendation *
├── semantic_role_labeling *
├── sentiment *
├── seqToseq *
├── sequence_tagging
└── traffic_prediction
reyoung commented 7 years ago

@wangkuiyi @luotao1 @Zrachel

1、我感觉Paddle的用户不一定知道Book这个项目。我们能不能使用submodule来引用Book项目,这样也比较方便用户来查找这个项目?

git submodule add https://github.com/PaddlePaddle/Book demo

2、目前Paddle文档中还有demo的介绍,我们是不是应该先将那个介绍指向Book之后,再去删除demo中的代码?

luotao1 commented 7 years ago
  1. 同意使用submodule的方式。
  2. Paddle文档中的demo介绍在doc/tutorials目录下面(如下),除了gan外,其他都有中英文。目前book只有中文,是等统一翻译完后再将介绍链接指向Book,然后删除demo中的代码么?
    ├── embedding_model
    ├── gan
    ├── image_classification
    ├── imagenet_model
    ├── quick_start
    ├── rec
    ├── semantic_role_labeling
    ├── sentiment_analysis
    └── text_generation
Zrachel commented 7 years ago

我也同意submodule方式,但是现在如果想替换paddle repo里的document主要还两个问题:

1) tutorial里的文档没有英文翻译,替换过去导致paddle主页里demo的中英文不对应; 2) paddle repo里还有两个demo代码没有配tutorial,不知道放哪;

益哥的建议呢?