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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
AMDComputeLibraries
/
caffe
Public
forked from
lunochod/caffe
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
caffe
python
caffe
pycaffe.py
on
master
User selector
All users
All time
Commit history
Commits on Mar 4, 2015
Merge pull request #1966 from philkr/python_fixes
Show description for 136139b
longjon
committed
136139b
View commit details
Copy full SHA for 136139b
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
PyBlobs support generalized axes
jeffdonahue
committed
269dafa
View commit details
Copy full SHA for 269dafa
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Fixing two bugs related to python3 and PROJECT_SOURCE_DIR
philkr
committed
7651970
View commit details
Copy full SHA for 7651970
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Making python3 work with cmake and the new python wrapper
philkr
committed
54037d3
View commit details
Copy full SHA for 54037d3
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
[pycaffe] take pre-processing from Net and give to Transformer
Show description for 74f171b
shelhamer
committed
74f171b
View commit details
Copy full SHA for 74f171b
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
[pycaffe] re-expose Net
longjon
committed
74a584c
View commit details
Copy full SHA for 74a584c
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
[pycaffe] de-dupe imports
shelhamer
committed
47e8831
View commit details
Copy full SHA for 47e8831
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
set mode, phase, device in pycaffe; fix #1700
Show description for 4041e4d
shelhamer
committed
4041e4d
View commit details
Copy full SHA for 4041e4d
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
[pycaffe] use _blob_names, _layer_names instead of removed .name
longjon
committed
3e12d49
View commit details
Copy full SHA for 3e12d49
View code at this point
Browse repository at this point
Commits on Aug 6, 2014
take array in pycaffe `Net.set_mean()` instead of file path
shelhamer
committed
e1b3413
View commit details
Copy full SHA for e1b3413
View code at this point
Browse repository at this point
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 28, 2014
Merge pull request #733 from longjon/pycaffe-tweaks
Show description for d842f4a
shelhamer
committed
d842f4a
View commit details
Copy full SHA for d842f4a
View code at this point
Browse repository at this point
Commits on Jul 19, 2014
pycaffe: test channel_order and input_scale against None
Show description for fb2f7c1
longjon
committed
fb2f7c1
View commit details
Copy full SHA for fb2f7c1
View code at this point
Browse repository at this point
pycaffe: reorder exceptions
Show description for 32fefa9
longjon
committed
32fefa9
View commit details
Copy full SHA for 32fefa9
View code at this point
Browse repository at this point
pycaffe: allow unspecified mean. Fixes #671.
longjon
committed
fc48d5d
View commit details
Copy full SHA for fc48d5d
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 May 27, 2014
caffe.Net preprocessing members belong to object, not class
shelhamer
committed
8c609da
View commit details
Copy full SHA for 8c609da
View code at this point
Browse repository at this point
Commits on May 23, 2014
follow-up on #443 to invert k channels (instead of 3)
shelhamer
committed
f56f86a
View commit details
Copy full SHA for f56f86a
View code at this point
Browse repository at this point
Correctly invert the swapping of colour channels
Show description for f1a85a3
jamt9000
committed
f1a85a3
View commit details
Copy full SHA for f1a85a3
View code at this point
Browse repository at this point
Commits on May 20, 2014
preprocess single inputs instead of lists
Show description for 8830dc5
shelhamer
committed
8830dc5
View commit details
Copy full SHA for 8830dc5
View code at this point
Browse repository at this point
squash infuriating loop assignment bug in batching
shelhamer
committed
111df0e
View commit details
Copy full SHA for 111df0e
View code at this point
Browse repository at this point
fix padding for the last batch
shelhamer
committed
bf4d726
View commit details
Copy full SHA for bf4d726
View code at this point
Browse repository at this point
add caffe.io submodule for conversions, image loading and resizing
shelhamer
committed
50d0b6d
View commit details
Copy full SHA for 50d0b6d
View code at this point
Browse repository at this point
fix python mean subtraction
shelhamer
committed
738c875
View commit details
Copy full SHA for 738c875
View code at this point
Browse repository at this point
Commits on May 16, 2014
drop cute names in favor of Net.{pre,de}process() for input formatting
Show description for 37123a5
shelhamer
committed
37123a5
View commit details
Copy full SHA for 37123a5
View code at this point
Browse repository at this point
Net.caffeinate() and Net.decaffeinate() format/unformat lists
shelhamer
committed
5102413
View commit details
Copy full SHA for 5102413
View code at this point
Browse repository at this point
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
resize to input dimensions when formatting in python
shelhamer
committed
025c64e
View commit details
Copy full SHA for 025c64e
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
batch inputs in python by forward_all() and forward_backward_all()
shelhamer
committed
1b23680
View commit details
Copy full SHA for 1b23680
View code at this point
Browse repository at this point
don't squeeze blob arrays for python
Show description for 8af33e8
shelhamer
committed
8af33e8
View commit details
Copy full SHA for 8af33e8
View code at this point
Browse repository at this point
python forward() and backward() extract any blobs and diffs
shelhamer
committed
af0b857
View commit details
Copy full SHA for af0b857
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
pycaffe Net.forward() helper
Show description for 0e5a5cf
shelhamer
committed
0e5a5cf
View commit details
Copy full SHA for 0e5a5cf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.