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
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
/
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 }}
pythonkurs
/
caffe
Public
forked from
BVLC/caffe
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
Breadcrumbs
History for
caffe
python
caffe
_caffe.cpp
on
parallel
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 10, 2014
Merge pull request #1195 from longjon/python-copy-from
Show description for 7eecdf9
shelhamer
committed
7eecdf9
View commit details
Copy full SHA for 7eecdf9
View code at this point
Browse repository at this point
Commits on Oct 4, 2014
Merge pull request #1070 from sguada/move_data_mean
Show description for 0ba046b
sguada
committed
0ba046b
View commit details
Copy full SHA for 0ba046b
View code at this point
Browse repository at this point
Commits on Oct 3, 2014
[fix] include Python.h instead of re-ordering for pycaffe build on OS X
shelhamer
committed
aee2efb
View commit details
Copy full SHA for aee2efb
View code at this point
Browse repository at this point
[fix] bend pycaffe to the whims of OS X header order
Show description for 562ecba
shelhamer
committed
562ecba
View commit details
Copy full SHA for 562ecba
View code at this point
Browse repository at this point
Fixed MemoryDataLayer to make it work with pycaffe
sguada
committed
e9c08e5
View commit details
Copy full SHA for e9c08e5
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
[pycaffe] expose Net::SharedTrainedLayersWith as Net.share_with
longjon
committed
0dfda37
View commit details
Copy full SHA for 0dfda37
View code at this point
Browse repository at this point
[pycaffe] expose Net::CopyTrainedLayersFrom as Net.copy_from
Show description for ab5e86e
longjon
committed
ab5e86e
View commit details
Copy full SHA for ab5e86e
View code at this point
Browse repository at this point
Commits on Oct 1, 2014
[pycaffe] expose SGDSolver.iter
longjon
committed
5be4d76
View commit details
Copy full SHA for 5be4d76
View code at this point
Browse repository at this point
[pycaffe] expose SGDSolver.test_nets
longjon
committed
34e661b
View commit details
Copy full SHA for 34e661b
View code at this point
Browse repository at this point
[pycaffe] add converter for vectors of Nets
longjon
committed
2f29ec4
View commit details
Copy full SHA for 2f29ec4
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
[pycaffe] expose Net::Reshape
longjon
authored and
shelhamer
committed
fdf2de1
View commit details
Copy full SHA for fdf2de1
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
[pycaffe] expose Net.blob_names and Net.layer_names
longjon
committed
afd8f37
View commit details
Copy full SHA for afd8f37
View code at this point
Browse repository at this point
[pycaffe] add converter for vector<string> used by _*_names
longjon
committed
ed13a61
View commit details
Copy full SHA for ed13a61
View code at this point
Browse repository at this point
Commits on Aug 31, 2014
[pycaffe] expose Blob.Reshape
Show description for 3e92496
longjon
committed
3e92496
View commit details
Copy full SHA for 3e92496
View code at this point
Browse repository at this point
[pycaffe] remove name property from PyBlob and PyLayer
Show description for 88221c9
longjon
committed
88221c9
View commit details
Copy full SHA for 88221c9
View code at this point
Browse repository at this point
[pycaffe] split _caffe into source and header files
Show description for f4f508e
longjon
committed
f4f508e
View commit details
Copy full SHA for f4f508e
View code at this point
Browse repository at this point
[pycaffe] make PyBlob a template over Dtype
Show description for 6be5b6e
longjon
committed
6be5b6e
View commit details
Copy full SHA for 6be5b6e
View code at this point
Browse repository at this point
[pycaffe] make PyNet a class, not a struct
longjon
committed
3535b47
View commit details
Copy full SHA for 3535b47
View code at this point
Browse repository at this point
[pycaffe] use a namespace alias instead of using directives for boost::python
longjon
committed
128be26
View commit details
Copy full SHA for 128be26
View code at this point
Browse repository at this point
[pycaffe] live in caffe namespace instead of opening it
longjon
committed
9d54149
View commit details
Copy full SHA for 9d54149
View code at this point
Browse repository at this point
[pycaffe] use class names of the form Py* instead of Caffe*
longjon
committed
e7f712e
View commit details
Copy full SHA for e7f712e
View code at this point
Browse repository at this point
Commits on Aug 7, 2014
LICENSE governs the whole project so strip file headers
shelhamer
committed
b97b88f
View commit details
Copy full SHA for b97b88f
View code at this point
Browse repository at this point
Commits on Aug 6, 2014
fix pycaffe input processing
Show description for d5c3cef
shelhamer
committed
d5c3cef
View commit details
Copy full SHA for d5c3cef
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
define caffe.Net input preprocessing members by boost::python
Show description for 99f27fc
shelhamer
committed
99f27fc
View commit details
Copy full SHA for 99f27fc
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
pycaffe: expose Forward/Backward From/To as kwargs start and end
longjon
committed
3ef43e4
View commit details
Copy full SHA for 3ef43e4
View code at this point
Browse repository at this point
Commits on Jun 12, 2014
save from python for net surgery
Show description for 6a5b2c1
shelhamer
committed
6a5b2c1
View commit details
Copy full SHA for 6a5b2c1
View code at this point
Browse repository at this point
Commits on May 16, 2014
take blob args as ndarrays and assign on the python side
Show description for 5d584c2
shelhamer
committed
5d584c2
View commit details
Copy full SHA for 5d584c2
View code at this point
Browse repository at this point
Commits on May 15, 2014
replace iterator with indices for consistency
shelhamer
committed
459c8c1
View commit details
Copy full SHA for 459c8c1
View code at this point
Browse repository at this point
python style
shelhamer
committed
a7f6750
View commit details
Copy full SHA for a7f6750
View code at this point
Browse repository at this point
fix accidental revert of Init() from f5c28581
shelhamer
committed
a3b307a
View commit details
Copy full SHA for a3b307a
View code at this point
Browse repository at this point
Commits on May 14, 2014
python Net.backward() helper and Net.BackwardPrefilled()
shelhamer
committed
ac5e6fa
View commit details
Copy full SHA for ac5e6fa
View code at this point
Browse repository at this point
bad forward/backward inputs throw exceptions instead of crashing python
shelhamer
committed
9d4324e
View commit details
Copy full SHA for 9d4324e
View code at this point
Browse repository at this point
expose input and output blob names to python as lists
shelhamer
committed
56ca978
View commit details
Copy full SHA for 56ca978
View code at this point
Browse repository at this point
pycaffe comments, lint
shelhamer
committed
872ddf3
View commit details
Copy full SHA for 872ddf3
View code at this point
Browse repository at this point
Commits on May 2, 2014
pycaffe: allow 1d labels to be passed to set_input_arrays
longjon
committed
d2fac2d
View commit details
Copy full SHA for d2fac2d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.