https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
2126d00 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantut 28 January 2017, 01:38:27 UTC
ff9337a Added tollernce per device to GAN tutorial 28 January 2017, 01:38:11 UTC
1ac5d3b Changing basic GAN test target for CPU and tollerance 27 January 2017, 23:50:39 UTC
7043dea GAN tutorial test threshold updated 27 January 2017, 22:08:21 UTC
74b978b update notebook 27 January 2017, 21:21:36 UTC
d628aa3 Fix bug that fails test due to relative path import. 27 January 2017, 20:45:20 UTC
1cd29d2 Increased iterations in isFast mode 27 January 2017, 19:55:31 UTC
2e4b4b5 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantut 27 January 2017, 19:15:43 UTC
e132241 Update based on CR comments. 27 January 2017, 18:30:59 UTC
c78b254 Code revision based on CR comments. 27 January 2017, 18:30:59 UTC
296bdfc Adding a test for AlexNet training. Revised the CIFAR-10 tests so that the load data correctly. 27 January 2017, 18:30:59 UTC
5915023 Update readme files. 27 January 2017, 18:30:59 UTC
ec35a36 Revise broken node traversal code. 27 January 2017, 18:30:59 UTC
28d1118 Adding AlexNet Python implementation, and fix ConvNet CIFAR10 examples. 27 January 2017, 18:30:59 UTC
d114048 First script of AlexNet in Python. Running locally but I haven't tried on Philly. 27 January 2017, 18:30:58 UTC
1683b82 Integrate nikmil/crop_fix into master 27 January 2017, 18:04:16 UTC
0909c28 Fix DFS traversal ordering 27 January 2017, 17:50:21 UTC
068c03a Integrate wilrich/extFunctionComplex into master 27 January 2017, 17:30:58 UTC
a063bfa Make user functions work in more complex graphs 27 January 2017, 15:40:35 UTC
86b6457 Fix crop offset computation Implementing TransformNode interface for LearnableParameter nodes. This fixes affine map computation (required for automatic crop offset computation) for LearnableParameter nodes. 27 January 2017, 12:17:24 UTC
96050ad addresses CR comments fix parameter set definition 27 January 2017, 10:58:33 UTC
d87439b check that the 64bit version of powershell is used to run the script added PyEnvironmentName as an optional parameter removed text from readme to limit duplication with wiki fix minor code formatting issues 27 January 2017, 10:58:33 UTC
9df7fcb fix issue with path specification at the command line terminated with a backslash check download with hash instead of filesize don't report error if hash doesn't match, make this into a warning 27 January 2017, 10:58:33 UTC
aacd85e Integrate vadimma/EDP into master 27 January 2017, 09:31:19 UTC
9108aa3 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantut 27 January 2017, 05:43:42 UTC
4b9de5a Integrate vistepan/tensorboard-support into master 27 January 2017, 05:36:15 UTC
7df3198 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantut 27 January 2017, 05:00:20 UTC
469aea6 Added GAN tut + test data path 27 January 2017, 05:00:07 UTC
162f1d8 Integrate amitaga/blockFunctionFixes into master 27 January 2017, 04:12:19 UTC
09e5ee0 CNTK v2 library: Added a unit-test for simultaneous evaluation of multiple outputs of a function 27 January 2017, 03:12:10 UTC
abb201e Added GAN tutorial updates 27 January 2017, 02:58:13 UTC
faa973b Added GAN tutorial and fixed test threshold 27 January 2017, 02:40:28 UTC
9964293 Added GAN tutorial with CR feedback 27 January 2017, 01:57:57 UTC
7faba2d Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantut 27 January 2017, 00:59:08 UTC
bda2fc5 Integrate nluehr-nluehr/ncclv2agg into master 27 January 2017, 00:18:09 UTC
8068dcc Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantut 27 January 2017, 00:13:27 UTC
588627a CNTK v2 library: Add verification for compatibility of Value/Variable objects in Forward/Backward calls even for PackedValue objects produced by CNTK readers 27 January 2017, 00:10:27 UTC
02709ca Merge branch 'master' into vistepan/tensorboard-support 26 January 2017, 23:53:51 UTC
e393240 Undo renaming ProgressPrinter. 26 January 2017, 23:49:18 UTC
26fef38 Integrate zhouwang/fix-v2-dlldelayload into master 26 January 2017, 23:29:48 UTC
0e9d4b4 Merge branch 'nluehr/ncclv2agg' of https://github.com/nluehr/CNTK into nluehr-nluehr/ncclv2agg 26 January 2017, 22:46:17 UTC
2c9e179 Add compiler msvc and fix vcvarsall execution 26 January 2017, 19:31:39 UTC
48e8556 Add python unit tests for edit_distance_error 26 January 2017, 17:19:23 UTC
593327a EditDistanceError: Change samplesToIgnore to vec of size_t 26 January 2017, 17:19:23 UTC
7934200 Expose EditDistanceError in python 26 January 2017, 17:19:23 UTC
57d228c Updated notebook 26 January 2017, 17:09:12 UTC
70626b4 adding notebook 26 January 2017, 16:36:07 UTC
2cbf61a Integrate mahilleb/pr1330_1274 into master 26 January 2017, 14:17:33 UTC
2de82e8 Integrate mahilleb/TestMoves into master 26 January 2017, 14:16:45 UTC
2de9812 Integrate eldak/fixingOutputArgs into master 26 January 2017, 13:59:48 UTC
2ee8400 remove readlib.lib from EvalDll 26 January 2017, 12:45:05 UTC
77eb26b Integrate alrezni/hdfs_checkpoint_fix into master 26 January 2017, 12:23:40 UTC
8a180ba Making owner in output variables ref counted 26 January 2017, 11:46:45 UTC
d5fc49d Merge remote-tracking branch 'origin/pr/1330' into mahilleb/pr1330_1274 26 January 2017, 10:41:43 UTC
6d0a43f Merge remote-tracking branch 'origin/pr/1274' into mahilleb/pr1330_1274 26 January 2017, 10:41:18 UTC
05db810 Swinging some of the parallelization over to HTKDeserializers 26 January 2017, 08:53:40 UTC
671d7cf Merge pull request #1364 from davidarh/patch-1 restore_from_checkpoint description mistake 26 January 2017, 08:44:35 UTC
f94ebcf Adding basic GAN tutorial 26 January 2017, 00:07:19 UTC
22835c8 Support for product reduction 25 January 2017, 23:33:30 UTC
dbeb3c3 restore_from_checkpoint description mistake The documentation for this function, at line 163 was the same as the one for save_checkpoint. It has been corrected. 25 January 2017, 22:07:58 UTC
0633cd3 Integrate amtiaga/bugFixesForReasonNet into master 25 January 2017, 20:55:10 UTC
f9451dc Minor fixes. 25 January 2017, 20:07:00 UTC
db9204f grad wrt filters out args that don't need gradient 25 January 2017, 18:58:19 UTC
9d4a75a Update README.md 25 January 2017, 18:41:30 UTC
e886f96 CNTK v2 library: Add ability to learn only a subset of model parameters in a Trainer 25 January 2017, 17:52:22 UTC
a9a3c76 Bug fix. 25 January 2017, 17:05:33 UTC
a77bb5b Add activation layer in layer API. 25 January 2017, 17:05:33 UTC
511816b Main ReadMe News, January 25, 2017 25 January 2017, 16:25:37 UTC
2ce3d46 Trainer: checkpoint to a temp file and then rename Moved the logic from TrainSession to Trainer, so that the same procedure (write to temp and rename when successful) is applied to both the checkpoint and the model files. This fixes an issue specific to HDFS, which does not allow existing files to be overwritten. 25 January 2017, 15:27:42 UTC
fbb8687 Integrate alexeyo/1bit-to-GitHub into master 25 January 2017, 15:22:47 UTC
3fde22f make msmpi.dll and performanceprofilerdll.dll delay-loaded 25 January 2017, 11:03:20 UTC
08ea3ff remove unused #include MPIWrapper.h 25 January 2017, 10:28:20 UTC
7c8312f Setting device for Parameter and Constant as well 25 January 2017, 08:21:24 UTC
0e7af7c doc fix 25 January 2017, 03:03:08 UTC
b0dc272 Merge remote-tracking branch 'origin/master' into nikosk/keras_support2 25 January 2017, 01:21:03 UTC
b53f4e4 remove debug prints 25 January 2017, 01:06:52 UTC
10e7258 fix typo and docs 25 January 2017, 01:05:33 UTC
063a401 reduction over all axes 24 January 2017, 23:50:35 UTC
59905af Added NCCL to V2SimpleDistGradAggregator 24 January 2017, 22:54:02 UTC
446e81f Add names for deconvolution and maxunpooling. 24 January 2017, 20:39:43 UTC
f1b3d8e Code revision based on CR comments. 24 January 2017, 20:35:36 UTC
7fa2e87 Small bug fix. 24 January 2017, 20:35:36 UTC
5236ca2 Revision of Block implementation based on discussion with Frank. This reverts commit e61cced66db1b11e15c3ed77d02a8d00d5317457. 24 January 2017, 20:35:36 UTC
359cd2a Revert Block function comments. 24 January 2017, 20:35:35 UTC
7552ccc Code revision base on CR. 24 January 2017, 20:35:35 UTC
b69b39f Revision based on CR comments. 24 January 2017, 20:35:35 UTC
43d4874 Bug fix. 24 January 2017, 20:35:35 UTC
2660a93 Layer naming with block function. 24 January 2017, 20:35:34 UTC
d18c969 Fix to pass with gcc-5.4 in Linux 24 January 2017, 18:22:30 UTC
96874d2 Integrate zhouwang/cleanup-projectfiles into master 24 January 2017, 18:13:48 UTC
a179090 Integrate wilrich/graph_plot_cleanup into master 24 January 2017, 17:28:09 UTC
9ab5e21 Integrate mahilleb/PyPandaDataReader into master 24 January 2017, 16:36:25 UTC
520b46d remove unnecessary TODOs 24 January 2017, 16:20:17 UTC
8a7d1f8 change EVALV2_SAMPLE_CLIENT to CNTKLIBRARY_CPP_EVAL_EXAMPLES in Makefile 24 January 2017, 16:20:17 UTC
d85474e Set default device if not provided 24 January 2017, 15:34:17 UTC
61e971c Add op_name to UserFunction 24 January 2017, 15:33:49 UTC
a8578eb Make to_plot optional to retain original behavior Retain old behavior with a DeprecationWarning 24 January 2017, 14:02:28 UTC
94a4f5e Fix graph plotting and make the signature more Keras-like In addition: - set styles and allow multiple outputs - fix Function so that inputs() is reversed for Times and TransposeTimes 24 January 2017, 14:01:17 UTC
14473dd Autopepped 24 January 2017, 14:01:01 UTC
167734c download cudnn directly from github archive 24 January 2017, 12:53:28 UTC
back to top