Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
Paddle
提交
c5674810
P
Paddle
项目概览
BaiXuePrincess
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
c5674810
编写于
7月 03, 2017
作者:
L
LiuYongFeng
提交者:
GitHub
7月 03, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #2714 from llxxxll/gh-pages
update text & menu style
上级
8269a2ba
8e2597be
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
21 addition
and
14 deletion
+21
-14
css/home.css
css/home.css
+12
-5
index.cn.html
index.cn.html
+4
-4
index.html
index.html
+5
-5
未找到文件。
css/home.css
浏览文件 @
c5674810
...
...
@@ -2398,19 +2398,22 @@ header.site-header .top-nav .site-links > li > a {
line-height: 60px;
padding: 0 20px;
color: rgba(255, 255, 255, 0.7);
/*&.active,*/
}
header.site-header .top-nav .site-links > li > a.active,
header.site-header .top-nav .site-links > li > a:hover {
color: #fff;
color: #0073eb;
background-color: #222222;
}
header.site-header .top-nav .version-switcher {
position: relative;
display: inline-block;
width: 100px;
height: 60px;
float: left;
}
header.site-header .top-nav .version-switcher:hover > a {
color: #fff;
cursor: default;
}
header.site-header .top-nav .version-switcher:hover > a .fa::before {
content: "\F106";
...
...
@@ -2427,10 +2430,10 @@ header.site-header .top-nav .version-switcher > a .fa::before {
}
header.site-header .top-nav .version-switcher ul {
display: none;
top:
5
0px;
width:
6
0px;
top:
6
0px;
width:
10
0px;
text-align: center;
line-height:
3
0px;
line-height:
5
0px;
background: rgba(0, 0, 0, 0.85);
color: #0073eb;
position: absolute;
...
...
@@ -2438,9 +2441,13 @@ header.site-header .top-nav .version-switcher ul {
}
header.site-header .top-nav .version-switcher ul > li > a {
color: #ababab;
width: 99px;
height: 50px;
display: block;
}
header.site-header .top-nav .version-switcher ul > li > a:hover {
color: #0073eb;
background-color: #222;
}
header.site-header .top-nav .version-switcher:hover ul {
display: inline-block;
index.cn.html
浏览文件 @
c5674810
...
...
@@ -45,7 +45,7 @@
<li><a
href=
"http://book.paddlepaddle.org/index.cn.html"
target=
"_blank"
>
快速开始
</a></li>
<li><a
href=
"http://www.paddlepaddle.org/doc_cn/howto/index_cn.html"
target=
"_blank"
>
文档中心
</a></li>
<li
class=
"version-switcher"
>
<a>
版本
<i
class=
"fa"
aria-hidden=
"true"
></i></a>
<a>
版本
<i
class=
"fa"
aria-hidden=
"true"
></i>
</a>
<ul>
<li><a
href=
"http://www.paddlepaddle.org/release/0.10.0/doc_cn/"
target=
"_blank"
>
0.10.0
</a></li>
<li><a
href=
"http://www.paddlepaddle.org/release_doc/0.9.0/doc_cn/"
target=
"_blank"
>
0.9.0
</a></li>
...
...
@@ -88,7 +88,7 @@
<div>
<div
class=
"service-desc"
>
<h3>
机器视觉
</h3>
<p>
卷积神经网络可以识别图像中的主要对象
,
并输出分类结果
</p>
<p>
卷积神经网络可以识别图像中的主要对象
,
并输出分类结果
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/03.image_classification/index.cn.html"
target=
"_blank"
>
查看更多 >
</a>
</div>
...
...
@@ -116,7 +116,7 @@
<div>
<div
class=
"service-desc"
>
<h3>
推荐系统
</h3>
<p>
分析用户特征、电影特征、点评分数
,预测新用户对不同电影的点评分数
</p>
<p>
分析用户特征、电影特征、点评分数
,预测新用户对不同电影的打分
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/05.recommender_system/index.cn.html"
target=
"_blank"
>
查看更多 >
</a>
</div>
...
...
@@ -155,7 +155,7 @@
<img
src=
"./images/feature-4.png"
>
</div>
<h3>
扩展性
</h3>
<p>
全面支持多核、多GPU、多机环境。轻松应对大规模
数据
训练需求
</p>
<p>
全面支持多核、多GPU、多机环境。轻松应对大规模训练需求
</p>
</div>
</div>
</section>
...
...
index.html
浏览文件 @
c5674810
<!DOCTYPE html>
<html
lang=
"
e
n"
>
<html
lang=
"
zh-c
n"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
PaddlePaddle
</title>
...
...
@@ -43,7 +43,7 @@
<ul
class=
"site-links"
>
<li><a
class=
"active"
>
Home
</a></li>
<li><a
href=
"http://book.paddlepaddle.org/index.html"
target=
"_blank"
>
Quick Start
</a></li>
<li><a
href=
"http://www.paddlepaddle.org/doc/howto/index_en.html"
target=
"_blank"
>
Document
s
</a></li>
<li><a
href=
"http://www.paddlepaddle.org/doc/howto/index_en.html"
target=
"_blank"
>
Document
ation
</a></li>
<li
class=
"version-switcher"
>
<a>
Version
<i
class=
"fa"
aria-hidden=
"true"
></i></a>
<ul>
...
...
@@ -79,7 +79,7 @@
<section
class=
"services"
>
<div
class=
"row"
>
<h2><span>
Diverse Application Scenarios
</span></h2>
<p
class=
"sub-title"
>
P
romoting 100+ new business products on the line
</p>
<p
class=
"sub-title"
>
P
owers hundreds of baidu and partner products
</p>
</div>
<div
class=
"row"
>
<div>
...
...
@@ -88,7 +88,7 @@
<div>
<div
class=
"service-desc"
>
<h3>
Computer Vision
</h3>
<p>
Using
Convolutional Neural Networks
(CNN) for Image Recognition and Object Detection.
</p>
<p>
Using
a Convolutional Neural Network
(CNN) for Image Recognition and Object Detection.
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/03.image_classification/index.html"
target=
"_blank"
>
Read more >
</a>
</div>
...
...
@@ -99,7 +99,7 @@
<div>
<div
class=
"service-desc"
>
<h3>
Natural Language Understanding
</h3>
<p>
Using Recurrent Neural Network (RNN) for Sentiment Analysis.
</p>
<p>
Using
a
Recurrent Neural Network (RNN) for Sentiment Analysis.
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/06.understand_sentiment/index.html"
target=
"_blank"
>
Read more >
</a>
</div>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录