Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

DIGITS 2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukeyeager lukeyeager released this 14 Sep 21:06
· 1307 commits to master since this release

New Features

  • Add support for "Generic Inference" (i.e. non-classification) networks (#189)
  • Display number of learned parameters in a model (#221)
  • Show ground truth in "Classify Many" if provided (#110)
  • Zoom in on a selection of the loss/accuracy graph (#113)
  • Add autocomplete for server-side path input fields (#183)
  • Select max/min images per class when parsing a folder of images (#161)
  • Allow user to download log from CreateDb tasks (#221)
  • Show number of available GPUs on home page (#207)
  • Allow local file upload for image lists (#106)
  • Display DIGITS version in top right of page header (#153) and in the console output (c181797)

Changes

  • Double the LMDB map_size when running out of memory instead of setting to 1TB (#209)
    • requires py-lmdb 0.87
  • Rename default GoogLeNet layers and tops (9ff246e)
  • Add pagination to Previous Networks list (c181797)
  • Various changes that help with Windows compatibility (#199)
  • Major refactoring of tests (#192)

Known issues

  • Parameter counting fails for some layer types (like PReLU) (#317)