This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
Releases: NVIDIA/DIGITS
Releases · NVIDIA/DIGITS
DIGITS 1.1
New Features
- Add GoogLeNet as a default network (#11)
- "Classify Many Images" shows classification results of many images at once (#61)
- Show statistics (mean, standard deviation, histogram of values) for each layer of the network at inference time (#67)
- Allow saving images in database with PNG encoding (#73)
- Optionally turn off shuffling when creating a dataset (#72)
- Optionally provide a random seed to caffe (73fe257)
Changes
- Upgrade to NVIDIA/caffe version 0.11.0 (e2bcb27)
- Update pip requirements list to match packages available on Ubuntu 14.04 where possible (4162db4, 133213d)
- Use C3.js instead of Google Charts to enable DIGITS to run without an internet connection (#34)
- Change default image resize mode from
HALF_CROP
toSQUASH
(b4f3261)
Bugfixes
- Save images in BGR order instead of RGB because caffe uses OpenCV to read encoded images (#59)
- Scale the LeNet standard network by the standard deviation of MNIST (~80) during train, val and test phases (5a38aa5, 23c1a78)
- Use a white background when removing transparency from images (#85)