https://github.com/NVIDIA/DIGITS

sort by:
Revision Author Date Message Commit Date
3ee3a50 updated digits version to 6.0.0-rc.1 21 July 2017, 22:27:38 UTC
4dce13d Merge pull request #1731 from ethantang95/pre-rc1-changes Bug fix changes 21 July 2017, 22:21:02 UTC
ba85578 Fixed all issues that were found by QAs Changes to examples and googlenet to fix problems updated and fixed problems with regression example, expanded the regression dataset creation cleaned up a bit of regression readme fixed problem where you cannot select running jobs fixed linting 21 July 2017, 19:12:11 UTC
b64a568 Merge pull request #1732 from lukeyeager/fix-tf-net-customization Tensorflow: fix network customization bug 21 July 2017, 01:17:41 UTC
af6be00 Tensorflow: fix network customization bug Without this fix to the regular expression, the `re` module will happily match `lenet.pyc` in addition to `lenet.py`. If your filesystem happens to return `lenet.pyc` first, then you get a cryptic unicode error when you try to customize the LeNet network. Presumably you'd get a nasty error if you tried to actually train with this file as well. 21 July 2017, 00:28:04 UTC
016d7c0 Merge pull request #1714 from ethantang95/pr-request-2 Tensorflow support for DIGITS 17 July 2017, 21:10:42 UTC
0be9e7b added comments for the preferred training options for alex and googlenet 17 July 2017, 20:50:48 UTC
7092833 Modifications with respect to pull request comments and testing changes wrt to PR comments Updated version number updated version number to 6.0 changed version number to proper format updated manifest to fix bug 200328271 fixed typo in build tensorflow doc for bug 200328296 changes WRT PR comments changes WRT PR comments accidentally added test result file removed dependency to the tensorflow environment variable changed from 'python' to using sys.executable changing version back to 5.1-dev for travis whitespace fixes white space changes replaced the tensorflow networks with slim models Removed tests referencing lenet slim 17 July 2017, 19:54:53 UTC
7a2c3a2 Preparing Tensorflow branch for upstream merge some small tidying changes WRT to pull request lint fixes re-enabled disabled tests changes WRT pull request comments Travis bug fixes Testing a patch fixed travis bugs lint 17 July 2017, 19:54:53 UTC
e1420ba Adding GAN support to TF branch bAbI data plug-in Add utils Add inference form to bAbI dataset Allow inference without answer Allow unknown words in BaBI data plug-in Fix bAbI plugin Lint errors Tensorflow integration updates Use TFRecords for TF inference TF: Don't rescale inputs Fix some TF classification tests Remove unnecessary print Fix TF imports when uninstalled Fix mean image scale Fix generic model tests Fix Torch single image inference Fix inference TMP TF Lint Revert changes in digits-lint script Lint: ignore tensorflow standard examples More Lint fixes Add gradient hook Add memn2n model Update memn2n with gradient hooks GAN example Make batch size variable Training/inference paths Small update to TF 0.12 Snapshot names, float inference, restore all vars Do not restore global_step or optimizer variables Add TB link Update GAN network Dynamically select inference form TF inference: convert images to float Update GAN z-gen network Small Update model view layout Add GAN plug-ins Update GAN plug-in to create CelebA dataset Add ability to show input in ImageOutput extension Add all data to raw data view extension Add model for CelebA dataset Update GAN data plug-in Update all losses in one session Remove conversion to .png in GAN data plug-in TF Slim Lenet example Divide input by 255 Update GAN data plug-in Fix TF model snapshot Reduce scheduler delays to speed up inference Update GAN plugins Fix TF tests Add API to LmdbReader (used by gan_features.py) Save animated gif Add GAN walk-through Update GAN walkthrough with embeddings video Fix GAN view for list encoding Add animation task to GAN plugins Add view task to see image attributes Add comments to GAN models Update README Fix GAN features script GAN app Fix DIGITS inference Adjust GAN window size automatically Add attributes to GAN app Move gandisplay.py Remove wxpython 3.0 selection Fix call to model Adding disclaimer 17 July 2017, 19:54:27 UTC
129acd1 Basic Tensorflow Support Added some initial tf tools Implemented UI Fixes for tensorflow 0.10 Removed tf-slim as its not part of the 0.10 master Added the lmdb reader with a tf.cond that needs replacement Implemented train and val seperation with a templating Fixed issue with dequeueing both runners by pulling both graphs Implemented training and validation rythm Added support for both png and jpg and added 16 bit support Implemented mean subtraction - but needs rework to load as constant Added an optimized implementation of mean subtraction Further optimized the mean loading by using a shared constant Wrapped the data loader in a factory to easily support more data types Implemented cropping Implemented floating point support. Implemented seperate LMDB database. Implemented regression support. Added some brief nosetests. Need to invoke accuracy only on classification though. Implemented variable restoration. Needs thorough testing Implemented inferencing, not entirely polished Moved some code into functions, started on modularization a bit Implemented digits custom helper functions Implemented custom printing ops Implemented autoencoder total rewrite of summaries Implemented output to console from scalar summaries Fixes for summary outputs: only simple scalar values are parsed to console Implemented binary segmentation and necessary fixes Some updates on binary seg Implemented all possible optimizers and started work on learning rate shaper Started work on the lr policies Fixes for learning_rates, implemented optimizers, tested variable summary output to UI Implemented and tested all learning rates and optimizers Introduces new model definition and improvements in loss handling and graph layout Major refactoring of main code. Implemented new model description. Implemented and tested inferencing. Implemented and tested weight/snapshot loading. All-round minor updates and fixes Fixes in summary cumulator and implemented an RNN model Fixes for mean subtraction in tf and tf-ui, implemented data order selection in image-view extension Implemented support for mean file of format: png, jpg, binaryproto - the latter being the fault that DIGITS will provide. Added support for runtime statistics and some allround fixes Added static tensorboard style network visualization for tensorflow. Added output of traces (no vis yet). Added a loader while waiting for network vis. Minor syntax cleanups. Implemented alexnet standard network Pulled in updates for travis build and added tensorflow install Added two more files for Mr Travis Implemented tensorflow configuration Added tf config to doc Fixes for ubuntu deployment of tf. Moved tf tools Fixes for tf ubuntu Fixes for tf ubuntu Some fixes and updates for TF in Travis Fix in network viz test Implemented default sinlge-gpu support and some nosetests Fixes for inference Added siamese network, bugfixes, minor features, some utility tf functions Added siamese network and example png Better error-ui format for network viz Added an alternative simpler siamese network that doesnt need a seperate db, minor error update Preliminary version of hdf5 implemented Implemented fine-tuning by renaming variables Implemented visualisation of variables and the activations of the Ops they belong to. Fix in inf vis naming Fixes in visualualisation shapes and naming Implemented softmax upon classification Implemented all nosetests for tf classification, and many allround bugfixes Implemented generic nosetests - some need work Fix for travis to find python exe Implemented a better file format deducer, and implemented a bare minimal TFRecord-reader Added top_n accuracy shortcut Implemented on-line data augmentation for TF, 5 types. Some minor bugfixes. Need to do something with image whitening though during validation and inf.. Added tensorflow data augmentation test Minor fixes and improvements from linter Implemented minimal and bare multigpu and fixes to get it running for greg Preliminary version of tfrecord writer for classification Some changes to optimize dataloading for tfr More fixes for tfrecrods Fix generic data loading Minor breaking changes but updates in namescoping Implemented new model structure. Improvements to multi-gpu handling. Updates to namespaces. Implemented accounting for regularization. Many allround updates Implemented proper visualisation for gpu devices Minor updates and converted alexnet and vgg16 to new format Fix in tfrecord shape WIP on timeline traces Finalized support for tensorflow timeline traces Fixed alexnet for tf Fix merge errors Minify tf-graph-basic.build.js 17 July 2017, 19:54:26 UTC
a61abe3 Merge pull request #1723 from lukeyeager/protobuf3 TravisCI: build+install protobuf3 13 July 2017, 16:13:45 UTC
f9c9528 TravisCI: build+install protobuf3 12 July 2017, 00:38:54 UTC
83254ed Merge pull request #1647 from Noiredd/master Fix softmax visualization by scaling to image range 25 May 2017, 19:02:10 UTC
4a31c8a Merge pull request #1636 from JacoCronje/LoadImageError Display the filename of the image that caused the exception 25 May 2017, 18:29:21 UTC
33ab32c Merge pull request #1651 from lukeyeager/travis-fetch-unshallow [TravisCI] Add `git fetch --unshallow` for DIST 23 May 2017, 23:01:46 UTC
9582e9c [TravisCI] Add `git fetch --unshallow` for DIST Useful for TravisCI builds in forks. 23 May 2017, 22:06:26 UTC
518d06c added the official store image and updated the documentation (#1650) 23 May 2017, 21:21:05 UTC
35db70f Fix softmax visualization by scaling to image range 22 May 2017, 08:10:29 UTC
aefbc6e Display the filename of the image that caused the exception while loading. 11 May 2017, 10:15:11 UTC
776131d Merge pull request #1552 from lukeyeager/merge-digits-5.0-into-master Merge digits 5.0 into master 31 March 2017, 22:14:00 UTC
c2cd0ac Merge remote-tracking branch 'digits-5.0' into 'master' Conflicts: digits/dataset/generic/views.py digits/extensions/view/imageSegmentation/view.py digits/model/tasks/caffe_train.py digits/version.py docs/ModelStore.md docs/UbuntuInstall.md examples/object-detection/README.md 31 March 2017, 16:59:55 UTC
69788d6 Merge pull request #1546 from lukeyeager/updated-5.0-debs [Docs] Update for 5.0 debs and Ubuntu 16.04 support 31 March 2017, 16:51:01 UTC
9ce08ce [Docs] 5.0 debs and Ubuntu 16.04 support 30 March 2017, 17:05:59 UTC
42a15eb Merge pull request #1451 from lukeyeager/torch-hdf5-doc [Docs] Document workaround for torch+hdf5 error 30 March 2017, 17:05:10 UTC
5dccb29 Merge pull request #1531 from jmancewicz/fix-banding-in-segmentation-visualization Clamp distance values from segementation boundaries before begin conv… 24 March 2017, 21:14:43 UTC
0214e85 lint 24 March 2017, 05:13:40 UTC
48920cc Clamp distance values from segementation boundaries before begin converted to uint8. That was causing banding in the image because of wrapping at V % 256 24 March 2017, 04:27:03 UTC
d8ec85a Merge pull request #1530 from thinkski/patch-1 Fix table formatting in README.md 22 March 2017, 23:37:29 UTC
5017e31 Fix table formatting in README.md Fix table formatting 22 March 2017, 23:11:49 UTC
6033979 Merge pull request #1519 from lukeyeager/fix-shellcheck-bug Fix a bug introduced when fixing shellcheck lint 22 March 2017, 00:34:35 UTC
8d01c8f Fix another shellcheck-related bug 21 March 2017, 16:41:59 UTC
7997708 Fix a bug introduced when fixing shellcheck lint 20 March 2017, 16:08:05 UTC
a9a51c0 Merge pull request #1508 from gheinrich/dev/sunnybrook-typo Fix typo in Sunnybrook plug-in 13 March 2017, 13:04:53 UTC
43c006f Fix typo in Sunnybrook plug-in 13 March 2017, 12:21:03 UTC
9be9614 Merge pull request #1500 from rodrigoberriel/fix_distribution_graph Fix Distribution Graph 10 March 2017, 18:13:48 UTC
fe40526 Fix Distribution Graph Move backwards-compatibility to setstate 10 March 2017, 17:36:33 UTC
7bba23e Merge pull request #1498 from rodrigoberriel/copy_labels_txt_to_dataset Copy labels.txt inside the dataset (Fix #1462) 08 March 2017, 21:30:32 UTC
4bb688d Copy labels.txt inside the dataset Move import to the top 08 March 2017, 16:25:34 UTC
07a465c Merge pull request #1478 from lukeyeager/shellcheck-fixes Fix shellcheck-related bug in PPA upload script 24 February 2017, 19:19:32 UTC
fbbe4fb Fix shellcheck-related bug in PPA upload script 24 February 2017, 18:53:03 UTC
a91a51a Merge pull request #1475 from lukeyeager/shellcheck Fix bash lint with shellcheck 24 February 2017, 18:04:16 UTC
3823287 Merge pull request #1477 from kchennb/master Fix bugs when visiting nested image folder 24 February 2017, 18:02:24 UTC
2e9027f Fix bugs when visiting nested image folder 24 February 2017, 03:53:47 UTC
eb49b3d Fix bash lint with shellcheck 24 February 2017, 00:18:17 UTC
8bdb58a Merge pull request #1453 from SoraLab/fix-typo-in-doc-2 Fix typo in medical-imaging/README.md 14 February 2017, 17:12:56 UTC
450225d Merge pull request #1452 from SoraLab/fix-typo-in-doc-1 Fix typo in ModelStore.md 13 February 2017, 18:41:26 UTC
ca1da59 Fix typo in medical-imaging/README.md 12 February 2017, 14:56:11 UTC
48b1880 Fix typo in ModelStore.md 11 February 2017, 03:04:09 UTC
f7ebd6a [Docs] Document workaround for torch+hdf5 error 10 February 2017, 17:59:43 UTC
4a28111 Correct shebang for prepare_pascal_voc_data.sh (#1450) 10 February 2017, 17:23:09 UTC
756b3bc Document a cuDNN workaround for text example (#1422) 01 February 2017, 17:02:13 UTC
4e0d87d Document a cuDNN workaround for text example (#1422) 01 February 2017, 17:01:05 UTC
560b831 Merge pull request #1417 from JacoCronje/fix-doc-typo Fix documentation typo. 26 January 2017, 17:49:55 UTC
cd1eea1 Fix documentation typo. train.txt and test.txt was swapped and shown in the wrong folders for mnist and cifar10 data sets. 26 January 2017, 12:43:35 UTC
1723b13 Merge pull request #1406 from NVIDIA/nginx-custom-jobs-dir [Packaging] Make nginx site easier to customize programmatically 21 January 2017, 00:27:38 UTC
4f2f229 [Packaging] Make nginx site easier to customize 20 January 2017, 23:51:41 UTC
4deb24b Fix Siamese example (#1405) Broadcast -1 into all elements that equal 0 in original label. 20 January 2017, 21:50:19 UTC
202769e Merge pull request #1405 from gheinrich/dev/fix-torch-siamese-example Fix Siamese example 20 January 2017, 21:13:37 UTC
45a1486 Fix Siamese example Broadcast -1 into all elements that equal 0 in original label. 20 January 2017, 14:21:54 UTC
5174621 Merge pull request #1399 from lukeyeager/copyright-2017 Update copyright headers for 2017 17 January 2017, 19:39:09 UTC
6b80a44 Add a few missing copyright notices 17 January 2017, 19:01:13 UTC
a826ba7 Update copyright year for 2017 17 January 2017, 18:48:03 UTC
daf05a4 Merge pull request #1350 from lukeyeager/build-caffe-boost [Docs] Install minimal boost libs for caffe 17 January 2017, 01:55:40 UTC
728c5ca Merge pull request #1376 from lukeyeager/remove-walkthrough Remove the selenium walkthrough 09 January 2017, 18:48:01 UTC
b4a343f Remove the selenium walkthrough 06 January 2017, 23:39:49 UTC
0a718eb [Docs] Install minimal boost libs for caffe 14 December 2016, 00:57:30 UTC
81be513 Add steps to specify the Python layer file (#1347) 13 December 2016, 18:42:10 UTC
11b3859 Add steps to specify the Python layer file (#1347) 13 December 2016, 18:41:44 UTC
8cbd771 [Docs] Update model store documentation (#1346) TODO: add a screenshot of the official model store once approved 12 December 2016, 21:19:15 UTC
e9006d5 [Docs] Update model store documentation (#1346) TODO: add a screenshot of the official model store once approved 12 December 2016, 21:17:43 UTC
f172bcd Merge pull request #1338 from lukeyeager/travisci-all-plugins [TravisCI] Test all plugins and no plugins 12 December 2016, 20:57:08 UTC
5eebd78 Merge pull request #1325 from gheinrich/dev/bug-1322 Restrict usage of cmap to labels DB in generic dataset exploration 10 December 2016, 21:43:02 UTC
efcb35d [Tests] Skip if extension not installed (#1337) 07 December 2016, 19:36:50 UTC
b9fb6ca [TravisCI] Install all plugins by default Also test no plugins 07 December 2016, 19:34:46 UTC
2ebbe8a [Tests] Skip if extension not installed (part 2) (#1337) 07 December 2016, 19:33:20 UTC
f35f2d7 Merge pull request #1332 from lukeyeager/travis-openblas [TravisCI] Cache local OpenBLAS build 05 December 2016, 23:15:48 UTC
e6be9fe [TravisCI] Cache local OpenBLAS build This fixes a Torch bug we've been having on Travis for a while now. We had only been building OpenBLAS from source when there was no cached torch build present on the build machine. That meant you could get a cached build of Torch which was built against one version of OpenBLAS, but the system actually installed an older version. This led to memory corruption and segmentation faults. 05 December 2016, 22:39:50 UTC
a1461cc Update Object Detection example doc (#1323) 05 December 2016, 21:10:17 UTC
7911772 Update Object Detection example doc (#1323) 05 December 2016, 21:09:39 UTC
e6626b7 Restrict usage of cmap to labels DB in generic dataset exploration fix #1322 03 December 2016, 08:32:30 UTC
72ebc3d Merge pull request #1316 from gheinrich/dev/pgm-format Add .pgm to list of supported image file formats 01 December 2016, 18:16:35 UTC
3c27dc1 Add .pgm to list of supported image file formats 01 December 2016, 16:18:16 UTC
996c3e3 Merge pull request #1309 from lukeyeager/docker-build-pull [Packaging] Pull latest docker image before build 29 November 2016, 22:25:56 UTC
9882349 [Packaging] Pull latest docker image before build 29 November 2016, 21:58:35 UTC
c6330f6 Mark v5.0.0 29 November 2016, 21:43:20 UTC
234c899 Use official NVIDIA model store by default (#1308) 29 November 2016, 21:40:43 UTC
d7dba12 [Caffe] Fix batch accumulation bug (#1307) 29 November 2016, 20:30:17 UTC
a68154e [Docs] Add note about torch pkg and cusparse (#1303) 29 November 2016, 00:22:53 UTC
4359486 [Docs] Add note about torch pkg and cusparse (#1303) 29 November 2016, 00:22:11 UTC
59fe9fa Merge pull request #1304 from lukeyeager/spelling [Docs] Fix spelling errors in comments 28 November 2016, 20:54:32 UTC
26fc48e [Docs] Fix spelling errors in comments 28 November 2016, 19:14:06 UTC
1bce875 Merge pull request #1290 from gheinrich/dev/segmentation-extension-helpers Add info to image segmentation data extension 22 November 2016, 17:00:20 UTC
7b13911 Add info to image segmentation data extension 22 November 2016, 09:24:24 UTC
c5fb49c Merge pull request #1287 from davidbrai/patch-1 fix url in BuildCaffe.md 21 November 2016, 17:34:00 UTC
534685c fix url in BuildCaffe.md 19 November 2016, 15:49:43 UTC
80c08ed Merge pull request #1262 from lukeyeager/fix-batch-accumulation Fix batch accumulation 16 November 2016, 21:37:53 UTC
b1fa5e5 Merge pull request #1275 from gheinrich/plt-import Import pyplot explicitly 16 November 2016, 17:13:36 UTC
96e46f7 Default to 'agg' matplotlib backend in Travis 16 November 2016, 09:24:11 UTC
77825b6 Merge pull request #1271 from lukeyeager/ace-searchbox [UI] Load ace searchbox extension explicitly 15 November 2016, 22:11:03 UTC
back to top