-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next: 0.99 #231
Next: 0.99 #231
Conversation
remove test code (no longer needed and won't compile)
im2col and col2im learn to pad and padding layer is obsolete
note that pairs of params with the same layer name are the params & bias
HDF5DataLayer: read matrix of features and labels from HDF5 file as input
(also change EXPECT_LT and EXPECT_GT pair to EXPECT_NEAR)
Move the Caffe reference imagenet model and script to fetch it to examples/imagenet. Caffe bundles reference models, but it makes more sense to keep them close to examples.
Fix CUDA_KERNEL_LOOP from @blackball
Fix minor issues related to CUDA_KERNEL_LOOP -- merging myself as I'm only adding/removing comments other than the addition of CUDA_KERNEL_LOOP to PaddingLayer (and checked that this passes all tests).
Add libcaffe.a to dependencies for TEST_ALL_BIN
doooo it |
I want to! @sguada said he's in the middle of making changes. |
@sergeyk where's |
Ah yes, thanks for noticing. Please put it in examples/images/ when you The problem seems to be that .gitignore ignores everything in examples/. I Maybe we should only ignore examples/_*, and make sure that all On Tue, Mar 18, 2014 at 11:47 PM, Evan Shelhamer
|
Yeah, I brought it back (along with the entire imagenet_pretrained.ipynb actually!). Right now we're ignoring examples so you need to do The current way you can experiment with the notebooks, scripts, and the like and not worry about accidentally committing them. |
p.s. après tests, le merge. |
Release workflow note: future releases will be developed as PRs, as this one was, but the actual integration will be done with a manual fast-forward merge. This preserves the lineage of |
You should add this to the relevant docs/ page. On Wed, Mar 19, 2014 at 12:45 PM, Evan Shelhamer
|
The next release packages up 100+ commits by 11 authors. Thanks all!
NEW DEPENDENCY: hdf5.
DEPRECATION: padding layers.