platform/upstream/caffeonacl.git
2014-05-20 Evan Shelhamerlink canonical bvlc site
2014-05-20 Evan Shelhamerfix detection notebook link
2014-05-20 Evan ShelhamerMerge pull request #429 from shelhamer/next
2014-05-20 Evan ShelhamerBack-merge changes in master
2014-05-20 Evan ShelhamerMerge pull request #311 from shelhamer/python-fixes
2014-05-20 Evan Shelhamerupdate notebook examples with new wrapper usage, re...
2014-05-20 Evan Shelhamerpreprocess single inputs instead of lists
2014-05-20 Evan Shelhamerwindowed detection in python
2014-05-20 Evan Shelhamersquash infuriating loop assignment bug in batching
2014-05-20 Evan Shelhamerimage classification in python
2014-05-20 Evan Shelhamerfix padding for the last batch
2014-05-20 Evan Shelhamersplit drawnet into module code and script
2014-05-20 Evan Shelhameradd caffe.io submodule for conversions, image loading...
2014-05-20 Evan Shelhamerfix python mean subtraction
2014-05-19 Sergey KarayevMerge pull request #376 from sergeyk/layer_reorg
2014-05-19 Sergey KarayevIncorporated Evan’s comments for neuron layers
2014-05-19 Sergey KarayevCosmetic change in ConcatLayer
2014-05-19 Sergey KarayevLil’ more docstring, and cosmetic change in EuclideanLo...
2014-05-19 Sergey Karayevfwd/back math docs for neuron layers
2014-05-16 Evan Shelhamerdrop cute names in favor of Net.{pre,de}process() for...
2014-05-16 Evan ShelhamerNet.caffeinate() and Net.decaffeinate() format/unformat...
2014-05-16 Evan Shelhamertake blob args as ndarrays and assign on the python...
2014-05-16 Sergey KarayevCosmetic change in prep for data layer work
2014-05-16 Sergey KarayevSplit all loss layers into own .cpp files
2014-05-16 Sergey Karayevlayer definition reorganization and documentation
2014-05-15 Evan Shelhamerresize to input dimensions when formatting in python
2014-05-15 Evan Shelhamerreplace iterator with indices for consistency
2014-05-15 Evan Shelhamerpython style
2014-05-15 Evan Shelhamerfix accidental revert of Init() from f5c28581
2014-05-15 Evan Shelhamerbatch inputs in python by forward_all() and forward_bac...
2014-05-15 Evan Shelhamerdon't squeeze blob arrays for python
2014-05-15 Evan Shelhamerpython forward() and backward() extract any blobs and...
2014-05-14 Evan Shelhamerpython Net.backward() helper and Net.BackwardPrefilled()
2014-05-14 Evan Shelhamerbad forward/backward inputs throw exceptions instead...
2014-05-14 Evan Shelhamerpycaffe Net.forward() helper
2014-05-14 Evan Shelhamerset input preprocessing per blob in python
2014-05-14 Evan Shelhamerexpose input and output blob names to python as lists
2014-05-14 Jeff DonahueMerge pull request #417 from shelhamer/create-and-write...
2014-05-14 Evan Shelhamerfix workaround in net prototxt upgrade
2014-05-14 Evan ShelhamerWrite/create/truncate prototxt when saving to fix #341
2014-05-14 Evan Shelhamerpycaffe comments, lint
2014-05-14 Evan Shelhameradd python io getters, mean helper, and image caffeinat...
2014-05-14 Evan Shelhamermake python wrapper mean match binaryproto dimensions
2014-05-14 Evan Shelhamermatch existing python formatting
2014-05-14 Evan ShelhamerMerge pull request #414 from shelhamer/net-output-blobs
2014-05-14 Evan Shelhamernet knows output blobs
2014-05-13 Evan ShelhamerMerge pull request #413 from shelhamer/cublas-status...
2014-05-13 Evan Shelhameradd cublas status in cuda 6 to fix warning
2014-05-11 Jeff DonahueMerge pull request #406 from jeffdonahue/makefile-inclu...
2014-05-11 Jeff Donahuefix Makefile bug - HXX_SRCS was things that don't end...
2014-05-09 Evan ShelhamerMerge pull request #403 from jeffdonahue/solver-mode...
2014-05-09 Jeff Donahuemake solver_mode an enum with CPU and GPU -- fully...
2014-05-07 Jeff DonahueMerge pull request #396 from longjon/math-includes
2014-05-07 Jonathan L... improve includes in util/math_function.hpp
2014-05-06 Jeff Donahuenote bug in cifar10 full with CPU computation
2014-05-06 Evan Shelhamerbundle presentation in gh-pages for now...
2014-05-02 Evan ShelhamerMerge pull request #294 from longjon/memory-data-layer
2014-05-02 Jonathan L... fix lint error in syncedmem.hpp
2014-05-02 Jonathan L... pycaffe: allow 1d labels to be passed to set_input_arrays
2014-05-02 Jonathan L... pycaffe: add Net.set_input_arrays for input from numpy
2014-05-02 Jonathan L... pycaffe: store a shared_ptr<CaffeNet> in SGDSolver
2014-05-02 Jonathan L... pycaffe: let boost pass shared_ptr<CaffeNet>
2014-05-02 Jonathan L... add basic tests for MemoryDataLayer
2014-05-02 Jonathan L... add size accessors to MemoryDataLayer
2014-05-02 Jonathan L... add MemoryDataLayer for reading input from contiguous...
2014-05-02 Jonathan L... add set_cpu_data to Blob and SyncedMemory
2014-04-30 Jeff DonahueMerge pull request #378 from longjon/no-merge-duplicates
2014-04-30 Jonathan L... note the last added layer/params in caffe.proto to...
2014-04-30 Evan ShelhamerMerge pull request #377 from sguada/fix_initial_test
2014-04-30 Sergio GuadarramaKeep uniform test messages for all the test
2014-04-29 Jeff Donahuerollback 8368818, does not build
2014-04-29 Sergey KarayevAdd Sublime Text project settings to gitignore
2014-04-29 Sergey KarayevHandling CUBLAS_STATUS_NOT_SUPPORTED to suppress warning
2014-04-26 Jeff DonahueMerge pull request #370 from shelhamer/test-net-polish
2014-04-26 Evan Shelhamerfix test_net to upgrade params from v0 if needed
2014-04-26 Evan Shelhamerdefault test net device to 0 and log device chosen
2014-04-26 Jeff Donahueset seed in neuron and power layer tests for determinis...
2014-04-26 Jeff DonahueMerge pull request #367 from shelhamer/randomize-test...
2014-04-26 Evan Shelhamerproofreading and trivial polish
2014-04-26 Evan Shelhameradd device id arg to test_net (fix #232)
2014-04-26 Jeff DonahueMerge pull request #303 from longjon/hinge-loss-layer
2014-04-26 Jeff DonahueMerge pull request #368 from shelhamer/fix-data-layer...
2014-04-26 Evan Shelhamerscope data layer sequence tests to avoid leveldb contention
2014-04-26 Evan Shelhamerset phase in dropout tests
2014-04-26 Evan Shelhamerrandomize order of test execution by make runtest
2014-04-26 Jeff DonahueMerge pull request #366 from shelhamer/test-phase-fix
2014-04-26 Evan Shelhamerset TRAIN in CommonTest.TestPhase
2014-04-26 Jonathan L... test HingeLossLayer
2014-04-25 Jonathan L... make gradient checker's kink use feature absolute value
2014-04-25 Jonathan L... add HingeLossLayer for one-vs-all hinge loss
2014-04-25 Evan ShelhamerMerge pull request #365 from longjon/pycaffe-empty...
2014-04-25 Jonathan L... pycaffe: add unary CaffeNet constructor for uninitializ...
2014-04-25 Evan ShelhamerMerge pull request #363 from jeffdonahue/speedup-gradie...
2014-04-25 Jeff Donahueeltwise gradient checker
2014-04-25 Jeff Donahuemove analytic gradient computation outside loop and...
2014-04-25 Evan ShelhamerMerge pull request #364 from niuzhiheng/dev
2014-04-25 Evan Shelhamernote pydot dependency of model visualization
2014-04-25 ZhiHeng NIUUpdate the drawnet.py to reflect the recent revised...
2014-04-24 Evan ShelhamerMerge pull request #352 from jeffdonahue/solver-seed
2014-04-24 Evan ShelhamerMerge pull request #357 from jeffdonahue/test-on-iter-0
next