platform/upstream/caffeonacl.git
2014-07-09 Sergey Karayev[docs] got rid of redundant README, updated development...
2014-07-09 Sergey Karayev[docs] reworked index page, got rid of publications...
2014-07-04 Evan Shelhamerpoint to reference performance from installation, add...
2014-07-02 Evan Shelhameracknowledge BVLC PI Trevor Darrell for advising Caffe
2014-06-27 Evan Shelhameradd latest CUDA arch to fix invalid device function...
2014-06-26 Evan Shelhamerswitch language to "related publications"
2014-06-26 Evan Shelhameradd publication section to homepage
2014-06-26 Evan Shelhamerfix caffe paper link -- still hasn't appeared on arxiv yet
2014-06-26 Evan ShelhamerMerge pull request #543 from shelhamer/publications
2014-06-26 Evan ShelhamerMerge pull request #539 from sguada/top_5_docs
2014-06-26 SergioAdded top-1 and top-5 accuracy for the caffe networks...
2014-06-25 Evan Shelhameradd skeleton of the Caffe publications page
2014-06-03 Rob CurrieUpdate docs on building boost on OSX for the python...
2014-05-29 Evan Shelhamerfix OSX 10.9 homebrew CXX doc
2014-05-27 Evan Shelhamercaffe.Net preprocessing members belong to object, not...
2014-05-25 Evan Shelhamer10.9 install doc formatting
2014-05-25 Evan Shelhamerfix OSX 10.9 compiler/stdlib override for latest homebrew
2014-05-23 Evan Shelhamerfollow-up on #443 to invert k channels (instead of 3)
2014-05-23 James ThewlisCorrectly invert the swapping of colour channels
2014-05-23 Evan Shelhamerlink presentation on dropbox (was self-hosted during...
2014-05-23 Sergey Karayevlink to demo
2014-05-22 Evan ShelhamerMerge pull request #435 from shelhamer/v1-models
2014-05-22 Evan Shelhamerfix draw_net python script
2014-05-22 Evan Shelhamerrelease v1 model defs + weights
2014-05-22 Evan Shelhamerpoint out @niuzhiheng's work on the Windows port
2014-05-21 Evan Shelhamerfix test_all path in docs
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
next