from Hacker News

Deep Learning Framework Caffe Releases RC4

by protomok on 1/23/17, 8:27 PM with 1 comments

  • by protomok on 1/23/17, 8:37 PM

    Hmmmm, it looks like the version string in RC4 hasn't changed...

    $ grep "VERSION_" Makefile

      DYNAMIC_VERSION_MAJOR 	:= 1
      DYNAMIC_VERSION_MINOR 	:= 0
      DYNAMIC_VERSION_REVISION 	:= 0-rc3
    ...