Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
luwm001
/
Paddle
Public
forked from
PaddlePaddle/Paddle
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit History
Commits on May 27, 2017
Merge pull request #2297 from reyoung/feature/set_protobuf_version
Show description for 06850e9
QiJune
authored
06850e9
Copy full SHA for 06850e9
Set protobuf version when PROTOBUF_ROOT set
reyoung
committed
e73f4a7
Copy full SHA for e73f4a7
Merge pull request #2293 from jacquesqiao/remove-duplicate
Show description for e3e0e82
jacquesqiao
authored
e3e0e82
Copy full SHA for e3e0e82
Commits on May 26, 2017
remove duplicate code of python/paddle/trainer_config_helpers/config_parser.py
jacquesqiao
committed
9e774a1
Copy full SHA for 9e774a1
Merge pull request #2286 from reyoung/feature/fix_some_gcc_version
Show description for 640734d
reyoung
authored
640734d
Copy full SHA for 640734d
Merge pull request #2285 from reyoung/feature/fix_any_deps
Show description for 63326a3
QiJune
authored
63326a3
Copy full SHA for 63326a3
Fix baidu gcc toolchain compile
reyoung
committed
ff8d261
Copy full SHA for ff8d261
Fix add libn_any to dependencies
Show description for 9823930
reyoung
committed
9823930
Copy full SHA for 9823930
Merge pull request #2271 from reyoung/feature/clean_parameter_functionalities
Show description for da83d28
reyoung
authored
da83d28
Copy full SHA for da83d28
Merge pull request #2283 from reyoung/feature/correct_with_testing
Show description for 06d1aba
reyoung
authored
06d1aba
Copy full SHA for 06d1aba
Merge branch 'develop' into feature/clean_parameter_functionalities
reyoung
authored
9a83186
Copy full SHA for 9a83186
Add with_testing guard for python/CMakeLists.txt
reyoung
committed
a91f784
Copy full SHA for a91f784
Merge pull request #2281 from reyoung/feature/make_user_can_define_protobuf
Show description for 3711470
reyoung
authored
3711470
Copy full SHA for 3711470
Add missing condition in if
reyoung
committed
f6cf9fa
Copy full SHA for f6cf9fa
Add user can define PROTOBUF_ROOT.
reyoung
committed
9068da1
Copy full SHA for 9068da1
Merge pull request #2215 from qingqing01/variable_input
Show description for 1220f38
qingqing01
authored
1220f38
Copy full SHA for 1220f38
Merge pull request #2273 from luotao1/reverse
Show description for 29520d7
lcy-seso
authored
29520d7
Copy full SHA for 29520d7
Merge pull request #2277 from helinwang/update_doc
Show description for 62149e1
helinwang
authored
62149e1
Copy full SHA for 62149e1
Commits on May 25, 2017
Merge pull request #2245 from helinwang/master_server
Show description for 7af0268
helinwang
authored
7af0268
Copy full SHA for 7af0268
fix according to comments
helinwang
committed
9b11e17
Copy full SHA for 9b11e17
Merge pull request #2275 from emailweixu/is_static
Show description for 3e5e529
wangkuiyi
authored
3e5e529
Copy full SHA for 3e5e529
update recordIO include path
helinwang
committed
6ce7c8b
Copy full SHA for 6ce7c8b
implement basic master server
helinwang
committed
025e7f9
Copy full SHA for 025e7f9
implement task handling for master server's service
helinwang
committed
d7b5a13
Copy full SHA for d7b5a13
update design doc: Client Library of Parameter Server
Helin Wang
committed
bf358be
Copy full SHA for bf358be
Merge pull request #2249 from reyoung/feature/design_of_cpp_parameters_concept
Show description for 5e94fa3
wangkuiyi
authored
5e94fa3
Copy full SHA for 5e94fa3
Merge pull request #2255 from xinghai-sun/ds2_design_doc
Show description for 2f7d1d2
wangkuiyi
authored
2f7d1d2
Copy full SHA for 2f7d1d2
Allow setting both is_static and initial_mean, initial_std at the same time.
Show description for 35bfb1d
xuwei06
committed
35bfb1d
Copy full SHA for 35bfb1d
refine code
qingqing01
committed
8e06f73
Copy full SHA for 8e06f73
fix conflicts
qingqing01
committed
2397d14
Copy full SHA for 2397d14
follow comments
qingqing01
committed
7e99af5
Copy full SHA for 7e99af5
Expose the "reverse" argument for recurrent_group in V2 API
luotao1
committed
0ee31a0
Copy full SHA for 0ee31a0
Merge pull request #2268 from reyoung/feature/fix_bug_in_run_python_tests
Show description for 21be601
qingqing01
authored
21be601
Copy full SHA for 21be601
Clean Unused functions
reyoung
committed
9a23cd6
Copy full SHA for 9a23cd6
Remove not necessary functionalities in Parameter
reyoung
committed
273e3f4
Copy full SHA for 273e3f4
Pagination
Previous
Next
You can’t perform that action at this time.