|
|
@ -76,13 +76,13 @@
|
|
|
|
extra_data = [
|
|
|
|
extra_data = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: 'C++项目',
|
|
|
|
name: 'C++项目',
|
|
|
|
description: "本项目的paddle/fluid/operators/optimizers目录中包含了常见的优化器(如,Momentum,Adam等等)的c++实现。",
|
|
|
|
description: "飞桨(PaddlePaddle)由百度公司开发,是目前国内唯一功能完备的端到端开源深度学习平台,集深度学习训练和预测框架、模型库、工具组件、服务平台为一体,其兼具灵活和效率的开发机制、工业级应用效果的模型、超大规模并行深度学习能力、推理引擎一体化设计以及系统化的服务支持,致力于让深度学习技术的创新与应用更简单。<br/>本项目的paddle/fluid/operators/optimizers目录中包含了常见的优化器(如,Momentum,Adam等等)的c++实现。",
|
|
|
|
task: '标注../fluid/operators/optimizers/目录下的所有代码文件',
|
|
|
|
task: '标注../fluid/operators/optimizers/目录下的所有代码文件',
|
|
|
|
link_name: '官方,优化器',
|
|
|
|
link_name: '官方,优化器',
|
|
|
|
link_url: 'https://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/api_guides/low_level/optimizer.html'
|
|
|
|
link_url: 'https://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/api_guides/low_level/optimizer.html'
|
|
|
|
},{
|
|
|
|
},{
|
|
|
|
name: 'Python项目',
|
|
|
|
name: 'Python项目',
|
|
|
|
description: "本项目的python/paddle/fluid/layers/nn.py中包含了神经网络中大量常见层和操作符的python实现,如fc、conv、gru等等。",
|
|
|
|
description: "飞桨(PaddlePaddle)由百度公司开发,是目前国内唯一功能完备的端到端开源深度学习平台,集深度学习训练和预测框架、模型库、工具组件、服务平台为一体,其兼具灵活和效率的开发机制、工业级应用效果的模型、超大规模并行深度学习能力、推理引擎一体化设计以及系统化的服务支持,致力于让深度学习技术的创新与应用更简单。<br/>本项目的python/paddle/fluid/layers/nn.py中包含了神经网络中大量常见层和操作符的python实现,如fc、conv、gru等等。",
|
|
|
|
task: '标注../paddle/fluid/layers/nn.py代码文件',
|
|
|
|
task: '标注../paddle/fluid/layers/nn.py代码文件',
|
|
|
|
link_name: '官方,nn',
|
|
|
|
link_name: '官方,nn',
|
|
|
|
link_url: 'https://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/api_cn/layers_cn/nn_cn.html'
|
|
|
|
link_url: 'https://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/api_cn/layers_cn/nn_cn.html'
|
|
|
@ -152,10 +152,6 @@
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<% if index == 4 %>
|
|
|
|
<% if index == 4 %>
|
|
|
|
<p class="break_word font-18 challenge_describe" style="margin-top: 20px;">
|
|
|
|
|
|
|
|
飞桨(PaddlePaddle)由百度公司开发,是目前国内唯一功能完备的端到端开源深度学习平台,集深度学习训练和预测框架、模型库、工具组件、服务平台为一体,其兼具灵活和效率的开发机制、工业级应用效果的模型、超大规模并行深度学习能力、推理引擎一体化设计以及系统化的服务支持,致力于让深度学习技术的创新与应用更简单。
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="mt30 clearfix">
|
|
|
|
<ul class="mt30 clearfix">
|
|
|
|
<% first_section.competition_entries.offset(3).each_with_index do |entry, j| %>
|
|
|
|
<% first_section.competition_entries.offset(3).each_with_index do |entry, j| %>
|
|
|
|
<% row_data = extra_data[j] %>
|
|
|
|
<% row_data = extra_data[j] %>
|
|
|
@ -174,7 +170,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<% if row_data.present? %>
|
|
|
|
<% if row_data.present? %>
|
|
|
|
<p class="challenge_b_d">项目简介</p>
|
|
|
|
<p class="challenge_b_d">项目简介</p>
|
|
|
|
<p class="break-word challenge_b_des" style="min-height: 80px;"><%= raw row_data[:description] %></p>
|
|
|
|
<p class="break-word challenge_b_des" style="min-height: 260px;"><%= raw row_data[:description] %></p>
|
|
|
|
<p class="challenge_b_d">标注任务</p>
|
|
|
|
<p class="challenge_b_d">标注任务</p>
|
|
|
|
<% if index ==2 %>
|
|
|
|
<% if index ==2 %>
|
|
|
|
<p class="break-word challenge_b_des" style="color: #FC2F78;min-height: 60px"><%= row_data[:task] %></p>
|
|
|
|
<p class="break-word challenge_b_des" style="color: #FC2F78;min-height: 60px"><%= row_data[:task] %></p>
|
|
|
|