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 }}
szcom
/
caffe
Public
forked from
jeffdonahue/caffe
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
caffe
python
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 20, 2015
Merge pull request #2930 from lukeyeager/pycaffe-layer_type_list
Show description for aa2a6f5
jeffdonahue
committed
aa2a6f5
View commit details
Copy full SHA for aa2a6f5
View code at this point
Browse repository at this point
Expose LayerFactory::LayerTypeList in pycaffe
Show description for 51b172c
lukeyeager
committed
51b172c
View commit details
Copy full SHA for 51b172c
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
Exposing blob loss weight to python
philkr
committed
e94be07
View commit details
Copy full SHA for e94be07
View code at this point
Browse repository at this point
Commits on Aug 10, 2015
Update net_spec.py
Russell Stewart
authored and
Russell Stewart
committed
dde32b4
View commit details
Copy full SHA for dde32b4
View code at this point
Browse repository at this point
Commits on Aug 8, 2015
Merge pull request #2813 from longjon/net-spec-imp
Show description for eb3e114
shelhamer
committed
eb3e114
View commit details
Copy full SHA for eb3e114
View code at this point
Browse repository at this point
Commits on Aug 7, 2015
Merge pull request #2877 from jeffdonahue/pycaffe-shape-accessor
Show description for 633ad15
longjon
committed
633ad15
View commit details
Copy full SHA for 633ad15
View code at this point
Browse repository at this point
pycaffe: add shape accessor
jeffdonahue
committed
50195e3
View commit details
Copy full SHA for 50195e3
View code at this point
Browse repository at this point
PythonLayer takes parameters by string
tnarihi
authored and
shelhamer
committed
a756cfe
View commit details
Copy full SHA for a756cfe
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
[pytest] open exception file with mode for python3
shelhamer
committed
1934fee
View commit details
Copy full SHA for 1934fee
View code at this point
Browse repository at this point
Merge pull request #2462 from longjon/correct-python-exceptions
Show description for ac6d4b6
shelhamer
committed
ac6d4b6
View commit details
Copy full SHA for ac6d4b6
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
[pytest] simple test of top-less layers
longjon
committed
c80f6f5
View commit details
Copy full SHA for c80f6f5
View code at this point
Browse repository at this point
[pycaffe] net spec layers can have ntop=0
Show description for b464a6e
longjon
committed
b464a6e
View commit details
Copy full SHA for b464a6e
View code at this point
Browse repository at this point
[pycaffe] allow layers to have names different from their first tops
Show description for 96c2fe1
longjon
committed
96c2fe1
View commit details
Copy full SHA for 96c2fe1
View code at this point
Browse repository at this point
[pycaffe] add Top._to_proto convenience function
Show description for f16195a
longjon
committed
f16195a
View commit details
Copy full SHA for f16195a
View code at this point
Browse repository at this point
[pycaffe] use a Counter instead of a dict for counting net spec names
longjon
committed
7488163
View commit details
Copy full SHA for 7488163
View code at this point
Browse repository at this point
[pycaffe] remove dead code
longjon
committed
129d222
View commit details
Copy full SHA for 129d222
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build issue #2722.
philkr
committed
4d3b184
View commit details
Copy full SHA for 4d3b184
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
Making the net_spec python3 compatible
philkr
committed
7093b0b
View commit details
Copy full SHA for 7093b0b
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
[pytest] minimal testing of net specification
longjon
authored and
shelhamer
committed
1cdad89
View commit details
Copy full SHA for 1cdad89
View code at this point
Browse repository at this point
[pycaffe] basic net specification
longjon
authored and
shelhamer
committed
c237223
View commit details
Copy full SHA for c237223
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Small platform-specific bugfix for draw.py
Show description for cdab89a
lukeyeager
committed
cdab89a
View commit details
Copy full SHA for cdab89a
View code at this point
Browse repository at this point
Commits on May 30, 2015
Merge pull request #2522 from MartinThoma/moose
Show description for d3cc580
shelhamer
committed
d3cc580
View commit details
Copy full SHA for d3cc580
View code at this point
Browse repository at this point
Commits on May 27, 2015
python/draw_net.py and python/caffe/draw.py: Simplified code; added more docstrings; adjusted code according to PEP8
MartinThoma
committed
adf3189
View commit details
Copy full SHA for adf3189
View code at this point
Browse repository at this point
Commits on May 22, 2015
Update python/requirements.txt to have ipython>=3.0.0
tiangolo
committed
74a8aef
View commit details
Copy full SHA for 74a8aef
View code at this point
Browse repository at this point
Commits on May 15, 2015
Python: Formatted docstrings to numpydoc (Take, Give -> Parameters, Returns)
MartinThoma
committed
04cb540
View commit details
Copy full SHA for 04cb540
View code at this point
Browse repository at this point
[pytest] check that Python receives (correct) exceptions from Python layers
longjon
committed
977023f
View commit details
Copy full SHA for 977023f
View code at this point
Browse repository at this point
Commits on May 11, 2015
Merge pull request #2441 from gustavla/py3-fix
Show description for 0a83eae
longjon
committed
0a83eae
View commit details
Copy full SHA for 0a83eae
View code at this point
Browse repository at this point
python: PEP8; changed docstring documentation style to NumPyDoc style
MartinThoma
committed
7ed310f
View commit details
Copy full SHA for 7ed310f
View code at this point
Browse repository at this point
This imports the wrong io module in Python 3.
Show description for a0e9f95
gustavla
committed
a0e9f95
View commit details
Copy full SHA for a0e9f95
View code at this point
Browse repository at this point
Commits on Mar 27, 2015
Merge pull request #2192 from lukeyeager/remove-scikit-learn
Show description for 12f559e
shelhamer
committed
12f559e
View commit details
Copy full SHA for 12f559e
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
Downgrade Pillow pip requirement
Show description for 3487d24
lukeyeager
committed
3487d24
View commit details
Copy full SHA for 3487d24
View code at this point
Browse repository at this point
Remove scikit-learn dependency
lukeyeager
committed
655246d
View commit details
Copy full SHA for 655246d
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.