https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
bd6db06 Tests/EndToEndTests/UnitTests/: move missing ones to L leg 01 September 2016, 15:45:00 UTC
29efa41 bindings/python/setup.py: package CNTK DLLs as well 01 September 2016, 15:17:04 UTC
5229e50 address CR comments 01 September 2016, 14:32:51 UTC
0b68bce Integrate eldak/imageReaderFixErrorMessage into master 01 September 2016, 13:10:57 UTC
5b53f39 rename thought_vector_function to thought_vector 01 September 2016, 12:47:46 UTC
887a2b9 Tests/EndToEndTests/UnitTests/run-boost-test-common: add and use 01 September 2016, 12:47:40 UTC
1504d81 Integrate eldak/eldak/deterministicFlag2 into master 01 September 2016, 12:08:11 UTC
9afffea rebase on master and adjust 01 September 2016, 12:07:03 UTC
148d871 .gitignore: add unit test output files 01 September 2016, 12:02:45 UTC
a1d951a MathTests: add baseline for Windows 01 September 2016, 12:00:09 UTC
ac2edff Fixing unit test message 01 September 2016, 11:49:21 UTC
c517ecb Move UnitTests/* and PyTest to L leg to better balance Also, PyTest Debug only in Nightly. 01 September 2016, 11:15:18 UTC
04f4776 Merge branch 'master' into blis/PythonV2 01 September 2016, 10:48:31 UTC
c4e7bb2 remove unused helper method from seqcla example 01 September 2016, 10:44:54 UTC
cc4dabc support operator overload for variables returned by output() 01 September 2016, 10:41:34 UTC
901c109 Fixing Linux compilation 01 September 2016, 09:56:11 UTC
d6e84aa Fixing linux compilation 01 September 2016, 09:47:45 UTC
6ec338e fix graph unit test, the arguments order for constant() has changed 01 September 2016, 09:24:02 UTC
8d7e188 fix eval method, add op.owner 01 September 2016, 09:19:20 UTC
a9377d1 support scalar shape, and convert it to tuple 01 September 2016, 09:15:53 UTC
3de9476 Fixing error message according to Frank's suggeston. 01 September 2016, 09:08:28 UTC
90c8025 Add Windows unit tests through TestDriver.py 01 September 2016, 08:53:33 UTC
f3c1d25 Making flag thread safe 01 September 2016, 08:49:53 UTC
2a02d2a make factory methods for ops return the variable instead of the function 01 September 2016, 08:29:37 UTC
6d1d2bf Addressing some comments 01 September 2016, 08:26:18 UTC
506f85d Updating the baseline 01 September 2016, 08:26:18 UTC
42a1887 Adapting the baseline 01 September 2016, 08:26:18 UTC
68ae880 Moving forceDeterministicAlgorithms to globals 01 September 2016, 08:26:18 UTC
147efd1 Cleanup 01 September 2016, 08:26:18 UTC
627f8eb FIxing compilation 01 September 2016, 08:26:18 UTC
a129a18 Updating the baseline 01 September 2016, 08:26:18 UTC
cff8c93 Picking up particular algorithm 01 September 2016, 08:26:18 UTC
7229e0f Introducing global flags 01 September 2016, 08:26:18 UTC
cf54458 First version of deterministic convolution 01 September 2016, 08:26:18 UTC
97e305f addressed CR comments 01 September 2016, 07:36:33 UTC
b8fadad Deterministic test (mkl flags, omp thread set to 1), updated baselines 01 September 2016, 07:36:24 UTC
53b84f4 change frequence for seqcla example 31 August 2016, 20:29:11 UTC
d7628e9 sequence classification example first end2end run in pythonv2 31 August 2016, 20:21:35 UTC
123767d Merged with branch. 31 August 2016, 18:32:31 UTC
51dda86 Merge branch 't-tidett/memoryswapping' of https://github.com/Microsoft/CNTK into t-tidett/memoryswapping Conflicts: Source/ComputationNetworkLib/ComputationNetworkEvaluation.cpp Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj.filters Source/ComputationNetworkLib/ComputationNode.h Source/ComputationNetworkLib/LinearAlgebraNodes.h Source/ComputationNetworkLib/PreComputeNodes.h Source/ComputationNetworkLib/TrainingNodes.h Source/SGDLib/SGD.cpp 31 August 2016, 18:14:42 UTC
728502c Rebased against master. 31 August 2016, 18:04:07 UTC
33e34ea Refactored some code and fixed last bug. 31 August 2016, 17:36:00 UTC
5cdb5fb Changed branch name; added Makefile with new filename. 31 August 2016, 17:35:08 UTC
5ecd357 Fixed recurrent loops; all tests green except 2; refactored methods. 31 August 2016, 17:35:08 UTC
30711a1 Most tests are passing now including recurrent nets; still some bugs. 31 August 2016, 17:28:53 UTC
817e599 Some refactoring; fixed a bug where memory was not swapped out. 31 August 2016, 17:28:53 UTC
4a37b81 All or most forward tests green. Determining the swap logic apriori. 31 August 2016, 17:28:09 UTC
0671896 Significant amount of memory sharing. 31 August 2016, 17:26:36 UTC
77f5f60 Working memory swapping with with good memory efficiency. 31 August 2016, 17:26:36 UTC
7324319 Simple swapping working; memory problems with backward pass. 31 August 2016, 17:26:36 UTC
f2351a8 Correct dependency graph for forward pass. 31 August 2016, 17:26:35 UTC
c7c7638 Dependency graph for forward and backward pass. 31 August 2016, 17:26:35 UTC
b467ef9 Full swapping is working. 31 August 2016, 17:26:04 UTC
1ec88eb Fixed some more bugs to replicate EndToEndTests. 31 August 2016, 17:24:50 UTC
517bd1a Removed dependency on SingletonHelper. 31 August 2016, 17:24:50 UTC
0bf1e0b Fixed issue with types determination for ComputationNodeBase. 31 August 2016, 17:24:50 UTC
7bd5bfc Added support for double. Global variable solution. 31 August 2016, 17:24:04 UTC
bc9d92c Batch normalization with changing constants now passes the tests. 31 August 2016, 17:22:49 UTC
656a004 Refactored solution to use checkpoints, so that BatchNormalization tests work also. 31 August 2016, 17:22:22 UTC
314b8da Regular tests now pass with memory swapping on. 31 August 2016, 17:22:22 UTC
f867b8b Refactored: Removed not needed complexity. 31 August 2016, 17:21:34 UTC
8075e33 Bug fix: Memory swapping for next action; refactored: Removed Stats and SynchronizationState 31 August 2016, 17:21:09 UTC
ddc628e Refactored: Removed variables which were not needed 31 August 2016, 17:21:09 UTC
e9b50fa Readded memory swapping procedure during dry run. 31 August 2016, 17:21:09 UTC
b290ae4 Fixed bug in LSTM memory swapping; added E2E tests 31 August 2016, 17:21:09 UTC
1b640b7 First fully working draft of memory swapping. 31 August 2016, 17:21:08 UTC
1df531d Fixed performance problems for swapping. 31 August 2016, 17:21:08 UTC
4892da5 Full memory swapping working on MNIST. 31 August 2016, 17:21:08 UTC
19fcc6e Working implementation of swapping without any resizes. 31 August 2016, 17:21:08 UTC
01bb882 Some minor bug fixes. 31 August 2016, 17:21:08 UTC
8ce2445 MNIST with memory swapping is running; some random memory errors. 31 August 2016, 17:21:08 UTC
31c4644 Finished full dry run procedure with swap in/out + stats. 31 August 2016, 17:21:08 UTC
d6f1299 Refactored BackpropTo into template method. 31 August 2016, 17:20:24 UTC
a7d87a8 Refactored FordwardProp into a template method. 31 August 2016, 17:19:04 UTC
2e5a352 Added the dry run statistics gathering implementation. 31 August 2016, 17:17:38 UTC
4223ff7 Completed register operations for buffers and nodes. 31 August 2016, 17:17:38 UTC
5042e79 Implemented large parts of the SynchronizationManager state machine. 31 August 2016, 17:17:38 UTC
8abcbbb Compiles under Linux. 31 August 2016, 17:17:38 UTC
75267f0 Added initial for memoryswapping. 31 August 2016, 17:17:37 UTC
08081d2 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2LibraryOperators 31 August 2016, 17:03:08 UTC
114acd9 CNTK v2 library: Fix linux build issues 31 August 2016, 17:02:56 UTC
ea17b47 Refactored some code and fixed last bug. 31 August 2016, 17:02:37 UTC
adae0db ReaderLib/BlockRandomizer.cpp: report on StartEpoch if verbosity >= 1 31 August 2016, 14:25:56 UTC
42d85eb Add Linux unit tests through TestDriver.py 31 August 2016, 14:25:56 UTC
628cd5d Main ReadMe News, August 31, 2016 31 August 2016, 11:19:13 UTC
4a8e335 CNTK v2 library: Partial changes towards implementing the Sequence classification example using V2 python API 31 August 2016, 08:20:56 UTC
2fce7c2 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2LibraryOperators 31 August 2016, 05:50:41 UTC
7a5c133 CNTK v2 library: Added Seq2Seq implementation as a test using V2 C++ API and other related changes 31 August 2016, 05:50:25 UTC
9448863 Changed branch name; added Makefile with new filename. 31 August 2016, 01:44:15 UTC
fbbde02 Fixed recurrent loops; all tests green except 2; refactored methods. 31 August 2016, 01:39:30 UTC
329ab10 no need to remove CPP(CS)EvalClient-CntkSln directories, as they are moved to Tests/Evaltests/ 30 August 2016, 16:41:54 UTC
a758f2c The CPP(CS)EvalClient-CntkSln has been moved out of the directory, so no need to delete them during binary drop 30 August 2016, 16:36:55 UTC
60a3700 minor changes 30 August 2016, 16:36:55 UTC
f701197 add ThrowIfFileNotExist(), remove unused project settings 30 August 2016, 16:36:55 UTC
00eb620 setup.py to include more libs 30 August 2016, 15:55:29 UTC
2a10abd move CPPEvalClient-CntkSln and CSEvalClient-CntkSln to Tests/EvalClients 30 August 2016, 14:37:49 UTC
38539a7 fix pooling types values 30 August 2016, 13:48:30 UTC
5e3957e hide cntk_py calls 30 August 2016, 13:45:08 UTC
d966336 move the python api v2 out of contrib 30 August 2016, 13:11:52 UTC
2f9c73c Tools/make_binary_drop_linux: exclude Examples/Evaluation/{CPP,CS}EvalClient-CntkSln 30 August 2016, 13:08:01 UTC
back to top