https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
d3b20c1 Tools/make_samples_zip.ps1: switch to 7za 23 February 2017, 11:58:53 UTC
3c13afb Update tutorials.rst 22 February 2017, 17:40:07 UTC
c21b192 bindings/python/doc/tutorials.rst: tune 22 February 2017, 17:07:54 UTC
bc0044b Fix doctest 22 February 2017, 15:38:01 UTC
1e4ddc0 remove unused import, and ReaderConfig is no more available 22 February 2017, 14:50:51 UTC
deef83f Tests/EndToEndTests/EvalClientTests/CNTKLibraryCSEvalExamplesTest: cannot run in 'debug' 22 February 2017, 14:06:48 UTC
bfd2a34 bindings/python/cntk/sample_installer.py: stick to lower-case beta 22 February 2017, 13:26:30 UTC
788b254 Bump NuGet package versions 22 February 2017, 13:06:42 UTC
b7e340a Source/CNTK/CNTK.cpp, bindings/python/cntk/: CNTK 2.0.beta12.0 exactly 22 February 2017, 13:06:42 UTC
0221a06 Bump versions 22 February 2017, 13:06:42 UTC
1a1009d doc change 22 February 2017, 13:04:49 UTC
d768b8a Tools/make_binary_drop*: also separately copy wheels 22 February 2017, 12:11:52 UTC
26e690c Tools/make_binary_drop_windows.ps1: robocopy /np 22 February 2017, 12:11:52 UTC
cdb44bb Tools/make_samples_zip.ps1: added 22 February 2017, 12:11:52 UTC
36d7a83 bindings/python/cntk: add function to install sample package 22 February 2017, 12:11:52 UTC
61f5420 Integrate zhouwang/cseval-example-test-gpu into master 22 February 2017, 11:23:39 UTC
7924bb6 Integrate vistepan/progress-tracking-api-3 into master 22 February 2017, 10:24:05 UTC
0d843ce Integrate kedeng/fixTimes2 into master 22 February 2017, 10:13:55 UTC
e2f0f9f Integrate mahilleb/Feb17 into master 22 February 2017, 09:24:04 UTC
a23d0f5 Refactor progress tracking API. 22 February 2017, 05:16:14 UTC
552ff39 Fix sparse gradient allocation in TimesNodeBase for sparse input other than input_variable Fix embedding gradient dense and sparse mixed case. Now if dense is ever used, the embedding gradient stuck to dense. 22 February 2017, 03:11:26 UTC
28bbac4 Add StopGradient to support output input as it is and prevent gradient from it's otuput to input 22 February 2017, 01:39:16 UTC
e39fd34 Addressed some comments from a previous CR. 22 February 2017, 00:17:20 UTC
7b2ad32 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/initial_state 21 February 2017, 19:43:49 UTC
378227f Update README.md 21 February 2017, 18:08:22 UTC
be766d3 Create README.md 21 February 2017, 17:43:10 UTC
dd8d741 addressed CR feedback 21 February 2017, 17:34:11 UTC
c1aa19e Integrate alrezni/v2_reader_config into master 21 February 2017, 16:48:31 UTC
1eb855a Integrate wilrich/speedupConversion into master 21 February 2017, 16:02:50 UTC
a11222a Merge branch 'mahilleb/pr1461' into mahilleb/Feb17 21 February 2017, 15:23:28 UTC
99c0015 Scripts/install/linux/install-cntk.sh: tune Rename parameter --anaconda-prefix to --anaconda-basepath for better alignment with install.ps1. 21 February 2017, 15:22:39 UTC
f1f1b26 Fix typo 21 February 2017, 14:35:40 UTC
ffb040c Integrate eldak/addDocToSaveCheckpoint into master 21 February 2017, 14:18:28 UTC
4f3040d Speed up batch conversion Conflicts: bindings/python/cntk/core.py 21 February 2017, 13:53:03 UTC
236a301 Allow Value-only path in UserFunction 21 February 2017, 13:45:32 UTC
86f0428 Proper check for UserFunction 21 February 2017, 13:45:31 UTC
390d21a add train model on-the-fly for evaluation train model on-the-fly for evaluation adapt testcase.yml fix project settings, fix style fix errors use pre-trained reset20_cifar10_model on CPU fix check for python version simuate test compeltes on python versions that are not being tested. restore to use data_dir to avoid breaking example test 21 February 2017, 13:28:37 UTC
6ad0f66 add save to ATIS example; enable ATIS C# example add run-test for CNTKLibraryCSEvalExamplesTest add yml file add python test add examples using one-hot run the test only with a single version of python 21 February 2017, 13:23:55 UTC
9e81c19 Integrate thilow/WordRnn3 into master 21 February 2017, 10:14:41 UTC
f7d7bad Adding more documentation to checkpoint/save_model 21 February 2017, 08:34:59 UTC
c9eea33 per discussion with Willi, scalar constants are now shown as values without boxes etc. 21 February 2017, 02:25:27 UTC
ce20b09 (removed a comment) 20 February 2017, 19:31:25 UTC
4770bbc Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/initial_state 20 February 2017, 19:19:55 UTC
f59d65f merged graph.plot() from Layers update CR, and addressed CR feedback from there 20 February 2017, 19:09:37 UTC
da7ce0a Integrate eldak/exposingSeqIdToWrite into master 20 February 2017, 16:24:22 UTC
e2d3e95 ReaderConfig -> _ReaderConfig 20 February 2017, 15:33:40 UTC
88f5544 Integrate wilrich/dataInputExamples into master 20 February 2017, 15:21:17 UTC
b63703c Integrate fmegen/bugfixes/ncclcommon into master 20 February 2017, 14:56:42 UTC
f9353d7 First version for sequence id writer 20 February 2017, 14:25:42 UTC
5f0b38c Merge remote-tracking branch 'origin/master' into thilow/WordRnn3 20 February 2017, 11:53:24 UTC
29ded2d fixing linux build 20 February 2017, 09:42:51 UTC
2a1d6b6 Fixing bug for composite functions which caused v2library unittests to fail in nightly configuration. 20 February 2017, 09:32:25 UTC
de00904 Integrate vadimma/CTCCritNode into master 19 February 2017, 08:22:27 UTC
4447d21 Add CTC E2E GPU baselines 18 February 2017, 22:42:50 UTC
c17000d remove debug statements 18 February 2017, 20:40:52 UTC
3320db6 fix failing tests 18 February 2017, 19:14:31 UTC
0d82f9f Add E2E test for speech CTC 18 February 2017, 06:53:59 UTC
ca527e0 fixed argmax neutral value 18 February 2017, 06:30:54 UTC
346acfc undid an accidental merge-over of a bug fix: neutral value for logsum must not be INFINITY but FLT/DBL_MAX 18 February 2017, 06:28:00 UTC
7b9f4f3 Merge remote-tracking branch 'origin/master' into nikosk/iocleanup2 18 February 2017, 04:34:39 UTC
b164491 added some imports 18 February 2017, 04:33:16 UTC
07a3c32 updated transfer learning to new io api 18 February 2017, 02:27:02 UTC
c41c279 cleanup 18 February 2017, 01:28:15 UTC
46e48ea Bug fix. 18 February 2017, 01:07:42 UTC
ac6bd12 Slight code change to make memory allocation better when there's sparse matrices. 18 February 2017, 01:07:42 UTC
3558789 Revert some changes that might cause test error. 18 February 2017, 01:07:42 UTC
91d3b7d Recover some code from previous version to help debuging. 18 February 2017, 01:07:42 UTC
2c1be53 Attemp to fix test error (crashing during test). Still have issues on local machine, but closer. 18 February 2017, 01:07:41 UTC
b00d13b Fixes based on CR feedback. 18 February 2017, 01:07:41 UTC
bf123cd Remove hyper memory compression in examples. 18 February 2017, 01:07:41 UTC
7281b49 Remove hyper memory compression code as the global memory optimization is good enough. Having two memory pools in the code is confusing and unnecessary. 18 February 2017, 01:07:41 UTC
c6b2036 Clean up and small bug fixes. 18 February 2017, 01:07:40 UTC
637a17a First working version of global memory optimization. 18 February 2017, 01:07:39 UTC
f3f0a69 Various fixes for memory control. In particular, the convolutio nodes now use separate memory buffer for workspace, instead of holding the memory for too long. 18 February 2017, 01:07:39 UTC
3a0b367 g++ fixes 18 February 2017, 01:05:22 UTC
4affe72 HTK deserializers and Reader Transforms Squashed commit of the following: commit f0250727423dcea2fa138e519562fc868b60633e Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri Feb 17 16:36:10 2017 -0800 fix a typo commit 87d4a2119fc0011bb3199c9dcefead913a92b358 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri Feb 17 16:23:20 2017 -0800 Moved C++ test to use HTK deserializers commit 7b52fe1e5de282787e3e59d1a798336976f3d331 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri Feb 17 16:07:23 2017 -0800 final api for htk deserializers commit e21495f3db074e2fa95ac30933925ed30262a7ba Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri Feb 17 15:19:20 2017 -0800 test commit e3951291d060acad2caf49e3a4d6781da354835a Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri Feb 17 14:45:06 2017 -0800 fix commit 3096607bd2fcbaa93e970daccdb503e29ac4d37c Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri Feb 17 14:27:27 2017 -0800 Incorporated CR feedback. commit 2e3c9d31fa1e4dc141fbc6f2ca3ce69d1b5ad855 Merge: 3e116ed e70eac3 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri Feb 17 09:45:00 2017 -0800 Merge remote-tracking branch 'origin/master' into nikosk/iocleanup commit 3e116ed79d35d788c5326eef4d93ad39f715983f Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri Feb 17 09:43:48 2017 -0800 typo fix commit 02587a5ef53ded988621ab9759f4507f69b72933 Merge: a01c137 721a6f7 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 16 20:25:48 2017 -0800 Merge remote-tracking branch 'origin/master' into nikosk/iocleanup commit a01c13727aeb4788ddebdfdbd05b64319dd08443 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 16 20:05:41 2017 -0800 Removed dead code commit 1e6f6f9c30edeea27d7f7fdd01baeaf8a3d590ec Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 16 19:56:10 2017 -0800 Updated examples that use transforms commit b40c71667300d0803e38f5b78cd8b68a6c5dd70d Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 16 19:43:12 2017 -0800 pytests pass commit a6f6af04d854f0a2cefc2f20142cf0164fadde32 Merge: 7bc0893 df46851 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 16 12:21:07 2017 -0800 Merge branch 'mudithtk' into nikosk/iocleanup commit 7bc08937eeee000682afe28405143896c563940b Merge: d9b5fdf 0bf2f46 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 16 12:12:14 2017 -0800 Merge remote-tracking branch 'origin/master' into nikosk/iocleanup commit df468513c53a2a5189172045a6df91a699a564a8 Merge: 0bf2f46 15737ef Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 16 10:03:57 2017 -0800 Merge branch 'muditj/HTKDeserializerPythonWrapper' of https://github.com/MSharman/CNTK into mudithtk commit d9b5fdf0ebab2ff4175d7ae27d1e3cc52d1c195d Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 16 10:01:46 2017 -0800 Various fixes commit 45d149ef1013fc118de142d96c19110753331aab Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Sat Feb 11 17:16:47 2017 -0800 added docs for HTK deserializers commit 3baaaf019dd95990f2f8962e35b9bbd0f37f768b Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Sat Feb 11 17:00:54 2017 -0800 update htk test to conform to new trainer commit 9a39a41be1d2d553f9730dde1912eecbe0805dfb Merge: 05d211b fd2e796 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Sat Feb 11 16:54:09 2017 -0800 Merge remote-tracking branch 'origin/master' into nikosk/iocleanup commit 05d211b3ffcb58c98f71d717b79cb8f30bada060 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Sat Feb 11 16:45:41 2017 -0800 HTK deserializers working properly with a test commit 910580b3df72f15846c9a3e65dced1b121c0a192 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 9 22:03:03 2017 -0800 cleanup commit bb17ae40818ca901d6c2fc09fd692be947e7bdc9 Merge: c920260 b159781 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 9 21:53:22 2017 -0800 Merge remote-tracking branch 'origin/master' into nikosk/iocleanup commit c92026038a6a194f996f7e64261378eb563d9659 Merge: 1db7eb8 74fa7f4 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 9 21:50:33 2017 -0800 Merge remote-tracking branch 'origin/master' into nikosk/iocleanup commit 1db7eb832f6c878aeb46faa015d21e55780bc219 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Thu Feb 9 17:24:58 2017 -0800 All tests work commit af6ee5af9ddd95677192f997a134276834cec537 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Wed Feb 8 22:34:18 2017 -0800 All tests that should pass pass commit 15737ef8437f8c47413f7479ba2549320fb4f0a6 Author: Mudit Jain <muditj@microsoft.com> Date: Tue Feb 7 13:45:41 2017 -0800 Add Htkfeature and mlf deserializers commit a8941ac82e8a028f4444e64e3dd826cbbe266761 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Mon Feb 6 10:14:15 2017 -0800 image deserializer in C++ commit b599a14189a2c36b9a9c14df5d58fa8c577046b9 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Mon Jan 30 17:39:10 2017 -0800 Image transforms in c++ 18 February 2017, 00:39:58 UTC
f120da2 use mpi wrapper calls instead of direct calls to mpi functions in ncclcommon.cpp 17 February 2017, 22:14:19 UTC
648950f add nuget package reference to project files fix tabs remove NDEBUG defintion from example projects fix extra spaces 17 February 2017, 21:49:17 UTC
50c899f update makefile for C++ eval examples and test on CPU and GPU 17 February 2017, 21:49:16 UTC
f052938 use nuget package in C++ eval examples, add debug build for c++ examples using nuget rename CNTKLibraryCPPEvalExamples to CNTKLibraryCPPEvalCPUOnlyExamples; add missging packages.config files Make CNTKLibraryCPPEvalExamplesTest work on both GPU and CPUOnly 17 February 2017, 21:49:16 UTC
497aefe Source/CNTK/CNTK.cpp: CNTK 2.0.beta11.0 exactly 17 February 2017, 21:49:16 UTC
e70eac3 Integrate alrezni/fix_default_ctf_trace_level into master 17 February 2017, 17:02:03 UTC
406e4a6 Improve error message when sparse batches are misconfigured 17 February 2017, 16:42:18 UTC
ff987d8 GCC fixes 17 February 2017, 16:10:39 UTC
6d93b4c Tests/Install/windows: use -NoConfirm instead of Read-Host mock 17 February 2017, 15:11:47 UTC
28d1354 Fix default trace level for CTF reader 17 February 2017, 14:45:32 UTC
06f68fd Removing reference to download_data 17 February 2017, 14:28:45 UTC
830d41e Remove trailing whitespaces 17 February 2017, 14:27:21 UTC
eac4bdc Merge remote-tracking branch 'origin/master' into thilow/WordRnn3 17 February 2017, 13:51:11 UTC
915735d commented out all download_data.py 17 February 2017, 13:50:09 UTC
77bf76c Integrate fmegen/aarch64/mpi into master 17 February 2017, 12:57:40 UTC
649c0c7 Extend data passing examples 17 February 2017, 10:19:48 UTC
e955291 Make parameter outputs optional 17 February 2017, 10:19:46 UTC
c6ed040 Merge branch 'master' into fmegen/aarch64/mpi # Conflicts: # Source/1BitSGD 17 February 2017, 08:31:13 UTC
e3188fa Source/CNTKv2LibraryDll/CNTKv2LibraryDll.vcxproj: remove multiple <PreBuildEvent/> tags 17 February 2017, 07:18:18 UTC
721a6f7 Integrate 2eaef84d7b156424edbdcff696be2dd2bd06d68b into master 17 February 2017, 02:55:26 UTC
2eaef84 update char_rnn_test.py to match char_rnn.py train_and_eval_char_rnn() now takes both epochs and total minibatch limit. 17 February 2017, 00:59:40 UTC
7ea9a1c Add built header to progress_print 16 February 2017, 23:28:07 UTC
f9df7cb merged from master 16 February 2017, 23:27:08 UTC
d48350b Revert "Add debug info to prebuild.dat" This reverts commit 8a713a454ed0119cc7d0b44c92365b14345ff20a. 16 February 2017, 23:17:16 UTC
back to top