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
GitHub Stars
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 }}
MurugeshMarvel
/
mxnet
Public
forked from
apache/mxnet
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
master
User selector
All users
All time
Commit History
Commits on Jul 4, 2016
Merge pull request #2606 from piiswrong/master
Show description for eaa5bda
piiswrong
authored
eaa5bda
Copy full SHA for eaa5bda
monitor for all modules
piiswrong
committed
d5abf21
Copy full SHA for d5abf21
fix batch norm
piiswrong
committed
d7bdcc1
Copy full SHA for d7bdcc1
module monitor
piiswrong
committed
b40ec35
Copy full SHA for b40ec35
softmax shape fix
piiswrong
committed
2a9ca98
Copy full SHA for 2a9ca98
Commits on Jul 2, 2016
fixed typo in warpctc install doc which caused compile error (#2552)
shuokay
authored and
tqchen
committed
97fa49f
Copy full SHA for 97fa49f
Merge pull request #2594 from tjrileywisc/master
Show description for 048546d
sxjscience
authored
048546d
Copy full SHA for 048546d
Fixed a minor typo in markdown that breaks a link to file in github.
unknown
authored and
unknown
committed
13bb5c1
Copy full SHA for 13bb5c1
Commits on Jul 1, 2016
[SYMBOL] Fix stackoverflow on big chain destruction (#2586)
tqchen
authored
ca800df
Copy full SHA for ca800df
Commits on Jun 29, 2016
[OP]Spatial Transformer Network (#2547)
Show description for fd4c560
tornadomeet
authored and
tqchen
committed
fd4c560
Copy full SHA for fd4c560
Improve caffe converter (#2550)
voidrank
authored and
tqchen
committed
6df4df2
Copy full SHA for 6df4df2
update (#2563)
piiswrong
authored and
tqchen
committed
6c27c3b
Copy full SHA for 6c27c3b
Commits on Jun 28, 2016
[EXEC] More generic segment training api (#2551)
tqchen
authored
474f74b
Copy full SHA for 474f74b
KV: enable aggregate on GPU for distributed kv (#2545)
tqchen
authored
6272e76
Copy full SHA for 6272e76
cudnn auto tuning (#2538)
Show description for 0ad34c9
piiswrong
authored and
tqchen
committed
0ad34c9
Copy full SHA for 0ad34c9
Commits on Jun 27, 2016
Merge pull request #2526 from Ldpe2G/develop
Show description for 1bf1337
yzhliu
authored
1bf1337
Copy full SHA for 1bf1337
fix some problems
Ldpe2G
committed
03bd1d7
Copy full SHA for 03bd1d7
fix code style
Ldpe2G
committed
4095656
Copy full SHA for 4095656
add some check to prefetchIter
Ldpe2G
committed
7ec93d2
Copy full SHA for 7ec93d2
finish PrefetchIterator
Ldpe2G
committed
3778990
Copy full SHA for 3778990
Commits on Jun 26, 2016
Add broadcast_power (#2534)
Show description for f857c1e
sxjscience
authored and
tqchen
committed
f857c1e
Copy full SHA for f857c1e
[scala] change NDArray._random_uniform to NDArray._sample_uniform. support kwargs for GenericNDArrayFunctio (#2529)
yzhliu
authored and
tqchen
committed
4ad8c9b
Copy full SHA for 4ad8c9b
Commits on Jun 24, 2016
(1) export more C++ functions; (2) R docs for CUDA (#2520)
Qiang Kou (KK)
authored and
tqchen
committed
90f28b4
Copy full SHA for 90f28b4
Implement broadcast_to in the C++ side (#2525)
Show description for b5313c1
sxjscience
authored and
tqchen
committed
b5313c1
Copy full SHA for b5313c1
Merge pull request #2523 from jennyzhang0215/Mac_cmake
Show description for e2336aa
sxjscience
authored
e2336aa
Copy full SHA for e2336aa
add cmake command for Mac OS and edit related file
jennyzhang0215
committed
d6540eb
Copy full SHA for d6540eb
Merge pull request #2517 from javelinjs/bugfix
Show description for b85d2e8
yzhliu
authored
b85d2e8
Copy full SHA for b85d2e8
[scala] fix memory leak
yzhliu
committed
5daba1a
Copy full SHA for 5daba1a
[scala] disable kvstore for single device
yzhliu
committed
d388008
Copy full SHA for d388008
Add GRU in R (#2491)
Show description for caee4b4
ziyeqinghan
authored and
tqchen
committed
caee4b4
Copy full SHA for caee4b4
[RFC] Embedding DTypes (#1) (#2516)
Show description for 107f879
Godricly
authored and
tqchen
committed
107f879
Copy full SHA for 107f879
Sum with axis full support (#2518)
Show description for f10e709
sxjscience
authored and
tqchen
committed
f10e709
Copy full SHA for f10e709
Commits on Jun 23, 2016
Merge pull request #2457 from piiswrong/master
Show description for db34c50
piiswrong
authored
db34c50
Copy full SHA for db34c50
opencv plugin
piiswrong
committed
9b6d4d2
Copy full SHA for 9b6d4d2
softmax output label shape
piiswrong
committed
a717570
Copy full SHA for a717570
Pagination
Previous
Next
You can’t perform that action at this time.