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 }}
vnvn
/
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 Oct 26, 2016
add input sparse data check for sparse layer at runtime (#247)
Show description for 46bd5f5
backyes
authored and
reyoung
committed
46bd5f5
Copy full SHA for 46bd5f5
Update contribute_to_paddle.md (#248)
emailweixu
authored and
luotao1
committed
d1d52bb
Copy full SHA for d1d52bb
Sequence tagging demo (#225)
emailweixu
authored and
qingqing01
committed
d6944de
Copy full SHA for d6944de
Commits on Oct 25, 2016
FIx check type unmatch in MaxOutLayer (#242)
Show description for 9c5c38f
gangliao
authored and
luotao1
committed
9c5c38f
Copy full SHA for 9c5c38f
Commits on Oct 24, 2016
Fix dataprovider converter for sparse data
Z-TAO
authored and
emailweixu
committed
07b2e5d
Copy full SHA for 07b2e5d
remove deprecated start input in img_pool_layer (#237)
luotao1
authored and
qingqing01
committed
652b834
Copy full SHA for 652b834
add maxout layer, including interface and unittest (#229)
Show description for 3dd8c9b
luotao1
authored and
qingqing01
committed
3dd8c9b
Copy full SHA for 3dd8c9b
error in doc of quick_start (#228)
Show description for e83950b
wen-bo-yang
authored and
luotao1
committed
e83950b
Copy full SHA for e83950b
fix build bug in gcc46 (#236)
luotao1
authored
e20ff3b
Copy full SHA for e20ff3b
add missing layer_attr (#234)
luotao1
authored
ac383dd
Copy full SHA for ac383dd
Commits on Oct 21, 2016
Added Bidi-LSTM and DB-LSTM to quick_start demo (#226)
alvations
authored and
reyoung
committed
e387cdb
Copy full SHA for e387cdb
Commits on Oct 19, 2016
add base class for seqlastin/max/average layer (#187)
luotao1
authored and
emailweixu
committed
e1f57bf
Copy full SHA for e1f57bf
Fix install_docker.rst and data_sources file open mode
Show description for 76fb74d
reyoung
authored and
emailweixu
committed
76fb74d
Copy full SHA for 76fb74d
Commits on Oct 18, 2016
fix bug in some different python environment (#220)
luotao1
authored and
reyoung
committed
6bef839
Copy full SHA for 6bef839
Speed up PyDP2, support numpy.float array (#207)
reyoung
authored and
qingqing01
committed
58f896c
Copy full SHA for 58f896c
Supplement doc for RNN (#214)
Zrachel
authored and
luotao1
committed
45280a0
Copy full SHA for 45280a0
Commits on Oct 17, 2016
Fix sparse training for trainer_count=1 (#204)
Show description for 28bc05b
emailweixu
authored and
reyoung
committed
28bc05b
Copy full SHA for 28bc05b
Update docker_instll.rst docker image name (#210)
emailweixu
authored
b22e50e
Copy full SHA for b22e50e
Fix bug in yield dictionary in DataProvider. (#197)
Show description for 2f82d72
reyoung
authored and
emailweixu
committed
2f82d72
Copy full SHA for 2f82d72
Add FAQ (#128)
Show description for e4952ca
reyoung
authored
e4952ca
Copy full SHA for e4952ca
remove unmerged internal documents (#205)
luotao1
authored and
reyoung
committed
4e43a59
Copy full SHA for 4e43a59
add cost_type constraint to weighted_cost interface (#206)
Zrachel
authored and
luotao1
committed
6d21ece
Copy full SHA for 6d21ece
Commits on Oct 15, 2016
remove redundant HPPL_TYPE_DOUBLE (#200)
gangliao
authored and
reyoung
committed
c13bdb1
Copy full SHA for c13bdb1
Commits on Oct 14, 2016
remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183)
luotao1
authored and
emailweixu
committed
91df606
Copy full SHA for 91df606
hierarchical rnn document, add new config example (#106)
Show description for cebdb66
luotao1
authored and
emailweixu
committed
cebdb66
Copy full SHA for cebdb66
Merge internal changes (#198)
Show description for c2d418d
reyoung
authored and
luotao1
committed
c2d418d
Copy full SHA for c2d418d
Commits on Oct 13, 2016
add interface and unittest for nce layer (#180)
Show description for 43f7d7b
luotao1
authored and
qingqing01
committed
43f7d7b
Copy full SHA for 43f7d7b
Commits on Oct 12, 2016
Mnist demo (#162)
Show description for e26f220
wangyang59
authored and
reyoung
committed
e26f220
Copy full SHA for e26f220
Commits on Oct 11, 2016
set MKL search path with intel64 (#188)
backyes
authored and
reyoung
committed
6f0d634
Copy full SHA for 6f0d634
Add travis for osx (#189)
reyoung
authored and
gangliao
committed
3edc420
Copy full SHA for 3edc420
Commits on Oct 10, 2016
Should not compile the two files if -DWITH_AVX=OFF. (#163)
Show description for 9f244e4
bombhero
authored and
reyoung
committed
9f244e4
Copy full SHA for 9f244e4
add weight for cost layer interface (#177)
luotao1
authored and
reyoung
committed
199a6a4
Copy full SHA for 199a6a4
Read git sha1 when building Paddle, and add it to PADDLE_VERSION macro
Show description for 86bb5ef
QiJune
authored and
reyoung
committed
86bb5ef
Copy full SHA for 86bb5ef
Use C++ 11 atomic_flag in MacOS as spin lock (#175)
Show description for 9e11ca8
gangliao
authored and
reyoung
committed
9e11ca8
Copy full SHA for 9e11ca8
Commits on Oct 9, 2016
support rectangle padding, stride, window and input for PoolProjection (#115)
Show description for 191fafe
qingqing01
authored and
hedaoyuan
committed
191fafe
Copy full SHA for 191fafe
Pagination
Previous
Next
You can’t perform that action at this time.