Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
dominikgrewe
/
nngraph
Public
forked from
torch/nngraph
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 14, 2015
Merge pull request #86 from yozw/master
Show description for 7a35aec
koraykv
committed
7a35aec
View commit details
Copy full SHA for 7a35aec
Browse repository at this point
Merge pull request #87 from yozw/apply
Show description for 36ca57f
koraykv
committed
36ca57f
View commit details
Copy full SHA for 36ca57f
Browse repository at this point
Adding a :applyToModules() method to gModule, and :training() and :evaluate() should be applied 'self' as well.
yozw
committed
0e73b14
View commit details
Copy full SHA for 0e73b14
Browse repository at this point
Use full urls for including images
yozw
committed
d7a5969
View commit details
Copy full SHA for d7a5969
Browse repository at this point
Commits on Oct 1, 2015
Merge pull request #56 from adamlerer/type_apply
Show description for 0a66cb9
soumith
committed
0a66cb9
View commit details
Copy full SHA for 0a66cb9
Browse repository at this point
Integrate apply() and type() improvements from https://github.com/torch/nn/pull/303
adamlerer
committed
119d910
View commit details
Copy full SHA for 119d910
Browse repository at this point
Commits on Sep 11, 2015
Merge pull request #81 from torch/nnop
Show description for c654b19
koraykv
committed
c654b19
View commit details
Copy full SHA for c654b19
Browse repository at this point
make sure forward/backward runs can deal with parameter nodes since they
Show description for 4635a92
koraykv
committed
4635a92
View commit details
Copy full SHA for 4635a92
Browse repository at this point
support for parameter nodes
koraykv
committed
fdf8c99
View commit details
Copy full SHA for fdf8c99
Browse repository at this point
Commits on Sep 7, 2015
Merge pull request #79 from LinusU/patch-1
Show description for 5f481a0
soumith
committed
5f481a0
View commit details
Copy full SHA for 5f481a0
Browse repository at this point
Merge pull request #80 from d11/isTensor
Show description for 025e4b7
koraykv
committed
025e4b7
View commit details
Copy full SHA for 025e4b7
Browse repository at this point
Replace utils.istensor with torch.isTensor.
Show description for 3a830df
d11
committed
3a830df
View commit details
Copy full SHA for 3a830df
Browse repository at this point
tell git to ignore build output
LinusU
committed
1aa1936
View commit details
Copy full SHA for 1aa1936
Browse repository at this point
Commits on Sep 4, 2015
Merge pull request #77 from clementfarabet/master
Show description for 1c43c98
soumith
committed
1c43c98
View commit details
Copy full SHA for 1c43c98
Browse repository at this point
Whitespace cleanup.
Clement Farabet
committed
ba7f3ec
View commit details
Copy full SHA for ba7f3ec
Browse repository at this point
Commits on Jul 23, 2015
Merge pull request #64 from torch/svg_name
Show description for 72f74d3
koraykv
committed
72f74d3
View commit details
Copy full SHA for 72f74d3
Browse repository at this point
add randomized naming to svg file names that are auto generated
koraykv
committed
7250e45
View commit details
Copy full SHA for 7250e45
Browse repository at this point
Merge pull request #63 from fidlej/topic_check_split_inputs
Show description for 99919fa
soumith
committed
99919fa
View commit details
Copy full SHA for 99919fa
Browse repository at this point
Added an assert to check the number of inputs to a split.
fidlej
committed
e9454c5
View commit details
Copy full SHA for e9454c5
Browse repository at this point
Commits on Jul 21, 2015
Merge pull request #62 from hughperkins/fix-gradOutputBuffer-type-change
Show description for d332803
soumith
committed
d332803
View commit details
Copy full SHA for d332803
Browse repository at this point
Commits on Jul 10, 2015
convert node.data.gradOutputBuffer on type change
hughperkins
committed
f8dd135
View commit details
Copy full SHA for f8dd135
Browse repository at this point
Commits on Jun 30, 2015
Merge pull request #58 from IoannisAntonoglou/master
Show description for 8fa309f
koraykv
committed
8fa309f
View commit details
Copy full SHA for 8fa309f
Browse repository at this point
Change the pattern matching in test_annotateGraph in file test_nngraph to fix the test.
IoannisAntonoglou
committed
8b2048d
View commit details
Copy full SHA for 8b2048d
Browse repository at this point
Commits on Jun 15, 2015
Merge pull request #54 from torch/ronan
Show description for eb65b36
koraykv
committed
eb65b36
View commit details
Copy full SHA for eb65b36
Browse repository at this point
adding share,map,clone
soumith
committed
bf561e2
View commit details
Copy full SHA for bf561e2
Browse repository at this point
Commits on Jun 10, 2015
Merge pull request #53 from zhangxiangxiao/master
Show description for affc6e0
soumith
committed
affc6e0
View commit details
Copy full SHA for affc6e0
Browse repository at this point
Commits on Jun 9, 2015
Added share function for gModule
Xiang Zhang
committed
70564a1
View commit details
Copy full SHA for 70564a1
Browse repository at this point
Commits on May 29, 2015
add speed benchmarking
koraykv
committed
e35677a
View commit details
Copy full SHA for e35677a
Browse repository at this point
Commits on May 28, 2015
add debugging info to docs
koraykv
committed
6ec82ce
View commit details
Copy full SHA for 6ec82ce
Browse repository at this point
Commits on May 20, 2015
Merge pull request #50 from fidlej/topic_argument_check
Show description for 7945e3a
koraykv
committed
7945e3a
View commit details
Copy full SHA for 7945e3a
Browse repository at this point
Checked that gModule inputs and outputs are Nodes.
fidlej
committed
f47dfc1
View commit details
Copy full SHA for f47dfc1
Browse repository at this point
Commits on Apr 22, 2015
Merge pull request #49 from Atcold/patch-1
Show description for 334eec0
soumith
committed
334eec0
View commit details
Copy full SHA for 334eec0
Browse repository at this point
Further revision of documentation
Atcold
committed
8b9429f
View commit details
Copy full SHA for 8b9429f
Browse repository at this point
Commits on Apr 21, 2015
Merge pull request #48 from Atcold/patch-1
Show description for 4fc8b80
soumith
committed
4fc8b80
View commit details
Copy full SHA for 4fc8b80
Browse repository at this point
Added link to Torch's doc
Atcold
committed
ad74594
View commit details
Copy full SHA for ad74594
Browse repository at this point
Previous
Next
You can’t perform that action at this time.