Skip to content

DIGITS 4.0 RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukeyeager lukeyeager released this 19 Jul 01:07
· 553 commits to master since this release
v4.0.0-rc.2
a928906

211 commits since v3.3.0

New Features

  • Add support for object-detection networks like DetectNet (#735) with documentation (#803)
  • Parameter sweep over batch size and learning rate (#708)
  • Add plugin systems for data formats (#731) and inference visualizations (#756)
  • Expose Caffe's iter_size solver option (#744)
  • Add syntax highlighting when editing custom networks (#751)
  • View list of related jobs (#767)
  • Explore generic datasets (#822)
  • Add example for doing text classification with Torch (#684)

Changes

  • Major revamp of home page (#728, #790)
  • Allow use of BVLC/caffe (#769)
  • New Torch multi-GPU programming model (#732)
  • Make small improvements to standard networks (#733, #749)
  • Set weight_decay to lr / 100 (#792)
  • Make major improvements to TravisCI build system (#766, #788)