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
on
master
User selector
All users
All time
Commit history
Commits on Mar 15, 2015
Fix invalid syntax
Kenta Shoji
committed
709e484
View commit details
Copy full SHA for 709e484
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
[pycaffe] classifier + detector only have one input
shelhamer
committed
0b39892
View commit details
Copy full SHA for 0b39892
View code at this point
Browse repository at this point
[pycaffe] fix CPU / GPU switch in example scripts
shelhamer
committed
3f68c51
View commit details
Copy full SHA for 3f68c51
View code at this point
Browse repository at this point
[pycaffe] make classify.py print input + output file paths
Show description for 3e4d11b
andi4000
authored and
shelhamer
committed
3e4d11b
View commit details
Copy full SHA for 3e4d11b
View code at this point
Browse repository at this point
[pycaffe] no need to squeeze output after #1970
Show description for fc35930
shelhamer
committed
fc35930
View commit details
Copy full SHA for fc35930
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Merge pull request #2010 from danielhamngren/update_python_requirements
Show description for 60f1743
shelhamer
committed
60f1743
View commit details
Copy full SHA for 60f1743
View code at this point
Browse repository at this point
Merge pull request #2037 from shelhamer/expose-solver-restore
Show description for 4d0103b
shelhamer
committed
4d0103b
View commit details
Copy full SHA for 4d0103b
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
[pycaffe] add missing import sys
longjon
committed
596add7
View commit details
Copy full SHA for 596add7
View code at this point
Browse repository at this point
expose Solver::Restore() as public and Solver.restore() in pycaffe
Show description for c0219cc
shelhamer
committed
c0219cc
View commit details
Copy full SHA for c0219cc
View code at this point
Browse repository at this point
[pycaffe] check mean channels for transformation
Show description for ccfa3dc
shelhamer
committed
ccfa3dc
View commit details
Copy full SHA for ccfa3dc
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
Add error checking for image mean
Show description for 642619b
lukeyeager
committed
642619b
View commit details
Copy full SHA for 642619b
View code at this point
Browse repository at this point
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
[pytest] use non-4d blobs in test_python_layer
longjon
authored and
jeffdonahue
committed
8c79d65
View commit details
Copy full SHA for 8c79d65
View code at this point
Browse repository at this point
[pycaffe] expose Blob.reshape as *args function
longjon
authored and
jeffdonahue
committed
aa242aa
View commit details
Copy full SHA for aa242aa
View code at this point
Browse repository at this point
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 Mar 1, 2015
Added Pillow to requirements.txt
danielhamngren
committed
1833566
View commit details
Copy full SHA for 1833566
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
Merge pull request #1923 from philkr/python3_master
Show description for b915f9d
longjon
committed
b915f9d
View commit details
Copy full SHA for b915f9d
View code at this point
Browse repository at this point
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 22, 2015
fixed bug in install-tree: _caffe.so installed by install(TARGET ...) was overwritten with symlink created at build time and installed with install(DIRECTORY ...)
Anatoly Baksheev
committed
645aa03
View commit details
Copy full SHA for 645aa03
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Merge pull request #1899 from philkr/project_source_dir
Show description for 650b944
shelhamer
committed
650b944
View commit details
Copy full SHA for 650b944
View code at this point
Browse repository at this point
[pycaffe] switch examples to Transformer
Show description for 26c16bf
shelhamer
committed
26c16bf
View commit details
Copy full SHA for 26c16bf
View code at this point
Browse repository at this point
[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
[pycaffe] import newline cleanup
shelhamer
committed
cb6b09b
View commit details
Copy full SHA for cb6b09b
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIR
philkr
committed
d1238e1
View commit details
Copy full SHA for d1238e1
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
[pycaffe] give phase to Net
Show description for d2934ae
shelhamer
committed
d2934ae
View commit details
Copy full SHA for d2934ae
View code at this point
Browse repository at this point
switch to V2 proto definitions for pytest
shelhamer
authored and
longjon
committed
9b38744
View commit details
Copy full SHA for 9b38744
View code at this point
Browse repository at this point
[pytest] basic test of Python layer
longjon
committed
3c94d96
View commit details
Copy full SHA for 3c94d96
View code at this point
Browse repository at this point
[pytest] test that get_solver runs
longjon
committed
da044c9
View commit details
Copy full SHA for da044c9
View code at this point
Browse repository at this point
[pycaffe] allow Layer to be extended from Python
Show description for d94f107
longjon
committed
d94f107
View commit details
Copy full SHA for d94f107
View code at this point
Browse repository at this point
[pycaffe] re-expose SGDSolver, and expose other solvers
longjon
committed
86646f7
View commit details
Copy full SHA for 86646f7
View code at this point
Browse repository at this point
[pycaffe] re-expose Layer
longjon
committed
2660977
View commit details
Copy full SHA for 2660977
View code at this point
Browse repository at this point
[pycaffe] re-expose Blob
longjon
committed
8a510f7
View commit details
Copy full SHA for 8a510f7
View code at this point
Browse repository at this point
[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
[pycaffe] expose global ("Caffe::") functions
longjon
committed
798a65b
View commit details
Copy full SHA for 798a65b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.