https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
517947b License change 18 January 2016, 08:36:51 UTC
2734d6f minor changes based on code review 20 July 2015, 06:42:09 UTC
d207761 Merge branch 'master' of https://git01.codeplex.com/cntk 20 July 2015, 05:43:29 UTC
22dce65 Added /bigobj option to CNTKEval.vcxproj to address the 'too many sections' compiltation error in that project 19 July 2015, 19:02:30 UTC
24614d8 Merge branch 'mseltzer/uttreaderfix' of https://git01.codeplex.com/cntk 19 July 2015, 06:37:06 UTC
222e703 Merge remote-tracking branch 'origin/chenguoguo/kaldi2reader-multi-utterance' 19 July 2015, 00:52:33 UTC
219ee93 Merge remote-tracking branch 'origin/linux-gcc' into chenguoguo/kaldi2reader-multi-utterance 18 July 2015, 22:34:53 UTC
8d21003 Merge remote-tracking branch 'origin/master' into chenguoguo/kaldi2reader-multi-utterance 18 July 2015, 20:30:01 UTC
8830b5a Merge remote-tracking branch 'origin/master' into linux-gcc 18 July 2015, 07:42:51 UTC
fa3fb05 Fix linux builds. 18 July 2015, 04:47:21 UTC
1726a59 Merge branch 'amitaga/prefetcher_packingmask' 18 July 2015, 03:40:16 UTC
9dcc799 Fixed the issue of minbatch packing mask not being correctly handled in the minibatch prefetching code 18 July 2015, 01:26:38 UTC
82c7d8c Merge remote-tracking branch 'origin/master' into linux-gcc 18 July 2015, 00:32:21 UTC
967c6ba Merge branch 'master' to 'linux-gcc' 18 July 2015, 00:30:07 UTC
bbf4900 Merge branch 'master' to 'linux-gcc' 17 July 2015, 23:42:22 UTC
329d3bc Fix the bug for print correct momentum value. 17 July 2015, 23:26:24 UTC
b5b1c13 Fix error when setting perMB momentum. 17 July 2015, 21:48:03 UTC
d54e2d3 Adding multi-utterance support in Kalsi2Reader for Truncated == false 17 July 2015, 21:25:10 UTC
3a086b7 fix problems in reader when files have duration mismatch 17 July 2015, 17:39:50 UTC
4827a72 Keep m_SentenceBoundary always in CPU memory; Make CNTKEval compatible with the current SetenceBoundary setting change. 17 July 2015, 04:32:00 UTC
9bed897 Fix boundary setting when frameMode=true (For HTKMLFReader_linux); also format the code. 16 July 2015, 23:03:42 UTC
0e65b1f Fix the boundary setting when framemode = true in HTKMLFReader. 16 July 2015, 22:44:05 UTC
e639279 1) Removed iscriterion from checking in forming recurrent loops, because of using a function to check duplicated loops. 2) Check if pairnodes are existing and save them if they are. This aims at backward support of the previous models and network file format. 16 July 2015, 19:13:19 UTC
6a19768 Minor reader changes. 16 July 2015, 16:48:42 UTC
5a98803 Bug: MinibatchPrefetcher is not setting matrix type/size. 16 July 2015, 16:47:29 UTC
34b62d1 Simplify sigmoid kernel 16 July 2015, 16:18:36 UTC
fdd07c1 Make sure Linux and Windows use the same integer type in CUDA kernels 16 July 2015, 16:08:22 UTC
38db72b Use a function to merge duplicated recurrent loops according to their source node. Removed unused functions in MultiNetworkSGD 16 July 2015, 15:59:23 UTC
65f3806 Merge branch 'master' of https://git01.codeplex.com/cntk 16 July 2015, 14:36:46 UTC
fd11f33 update g2p bidirectional setup 16 July 2015, 14:36:34 UTC
a356380 Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 16 July 2015, 08:23:21 UTC
02bb921 Updated CNTKbook with encoder/decoder framework (first draft) 16 July 2015, 07:03:44 UTC
717aec0 Use digit to repsent different networks. 16 July 2015, 07:03:06 UTC
d59b5f3 Forming loop using SCC uses isCriterion to true for backward compatibility. Also with this change can create recurrent networks . Update enumeratenodesforeval in pairnodes to ignore its children when search for nodes to be built for a network. 16 July 2015, 07:01:11 UTC
06f3e2d Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 15 July 2015, 22:42:39 UTC
f48425b Minor bug fixes. 15 July 2015, 22:41:07 UTC
58855e8 Add returnDense flag. 15 July 2015, 22:37:23 UTC
7a89421 MultiNetworkSGD fix linux build 15 July 2015, 20:02:10 UTC
e298bdd fix linux build error and warnings 15 July 2015, 19:47:08 UTC
1fb5918 Implement minibatch prefetching This change implements a read-ahead (prefetch) of one minibatch on a separate thread to ensure that main thread always has enough work. This is done through coarse-level parallelism, where GetMinibatch is called from a separate thread and result is cached for main thread to consume. The synchronization is a simple producer/consumer model with a single mutex and a conditional variable. This change also modifies how we measure time it takes to read and compute a minibatch worth of data. 15 July 2015, 18:57:06 UTC
cf4dc2a Fix linux break for lm sequence reader 15 July 2015, 18:48:07 UTC
16b858f Comment the part of using m_pairNodes to backward support, until a good solution is found. 15 July 2015, 17:46:34 UTC
7db6b6b Updated setup for SMT experiments 15 July 2015, 17:33:38 UTC
2b066a6 Use CPUDevice for labels in LMSequenceReader 15 July 2015, 17:32:31 UTC
dd55357 SimpleNetworkBuilder example of using encoder-decoder framework 15 July 2015, 17:31:44 UTC
5ba8938 Use pointer to refer to networks and nodes. Also updated code for encoder-decoder frameworks. Created a new node called PairNetworkNode as a socket from one network to the other networks. 15 July 2015, 17:30:32 UTC
39f9ded Remove constparameternode. 15 July 2015, 16:30:31 UTC
1fdfcde Beautify the SGD.h after merging 15 July 2015, 16:26:16 UTC
10955a0 Merge with master branch 15 July 2015, 16:07:40 UTC
b8fe3d5 Merge branch 'Dev' of https://git01.codeplex.com/cntk into Dev 15 July 2015, 15:03:23 UTC
1ae05ca local change 15 July 2015, 15:03:13 UTC
a0ededc Merge remote-tracking branch 'origin/master' into linux-gcc Conflicts: MachineLearning/CNTK/ComputationNetwork.h MachineLearning/CNTK/NetworkDescriptionLanguage.cpp 15 July 2015, 09:24:27 UTC
05d2db2 Fix a bug when forming the recurrent loop. 15 July 2015, 09:14:10 UTC
7c3ad0f Remove unused function in simple evaluator 15 July 2015, 05:48:59 UTC
7f68fa4 Update encoder-decoder bi-directional decoding setup 15 July 2015, 05:24:58 UTC
08fb550 Support beam search decoding with the new pointer to networks and nodes framework for encoder-decoder 15 July 2015, 05:23:50 UTC
481e4c8 Merge branch 'master' of https://git01.codeplex.com/forks/nguyenquyhy/cntkhy 14 July 2015, 23:41:40 UTC
d9c50b8 update minibatch size and epoch size in s2s setup 14 July 2015, 23:17:13 UTC
64960b8 CNTK uses generic interface for multiple networks SGD. 14 July 2015, 23:16:18 UTC
644ed02 Simpletnetwork build alignment with forward. need to check if BuildAlignmentForwardDecoderNetworkFromDescription should be used. 14 July 2015, 23:15:32 UTC
561b2f6 Generic interface for multiple networks SGD. Gradient check passed. Use generic interface for simple network evaluation during validation. 14 July 2015, 23:11:15 UTC
bcd7686 Use CPU matrix for label in lm sequence reader 14 July 2015, 23:08:28 UTC
abc106d Merge branch 'master' into linux-gcc 14 July 2015, 21:52:08 UTC
da9436d change CopyImageSizeFromInputs to InferImageDimsFromInputs to reduce confusion 14 July 2015, 19:32:19 UTC
5699f5d Fix tab & space inconsistency. 14 July 2015, 08:53:58 UTC
f12d3e2 Use ColumnElementMultiplyWith for multiplying with col vector instead of Repmat. 14 July 2015, 08:43:27 UTC
0b27ed6 Add SumColumnElementsNode in to ComputationNetwork. 14 July 2015, 06:13:00 UTC
646fcd7 Fix wrong indent type. 14 July 2015, 05:36:10 UTC
c01a4ac Merge branch 'master' of https://git.codeplex.com/forks/nguyenquyhy/cntkhy 14 July 2015, 05:29:04 UTC
de33117 Fix input output mixed up in GPU VectorSum. 14 July 2015, 05:23:01 UTC
fc78c6b Allow ElementTimesNode to RepMat column vector. Add SumColumnElementsNode. 14 July 2015, 05:22:39 UTC
8515a8d Merge branch 'master' of https://git.codeplex.com/cntk 14 July 2015, 02:10:34 UTC
fda6fb6 Fix multi-io bug for Kaldi2Reader. 14 July 2015, 02:09:43 UTC
f17b621 no change 14 July 2015, 00:55:42 UTC
c48f0bb no change 14 July 2015, 00:52:55 UTC
5861ea4 chmod 755 Scripts/build-and-test 13 July 2015, 22:04:04 UTC
016f112 Bugfix for linux reader: 'no labels for xxx.mfc' 13 July 2015, 22:03:48 UTC
5c351da Fix linux builds. 13 July 2015, 21:51:03 UTC
7c5f36b Fixed a bug in momentum calculations that was resulting in NaN values for 0 momentum. 13 July 2015, 21:20:23 UTC
8edd6a9 Merge branch 'master' of https://git01.codeplex.com/cntk 13 July 2015, 18:15:11 UTC
661ce5c More changes to use pointer to network and nodes. 13 July 2015, 16:41:40 UTC
c8dd3f4 use pointer to refer to networks and nodes. 13 July 2015, 16:33:54 UTC
96caf59 fix an issue when momentumPerMB is 0, in this case m_momentumPerSample will be NAN 13 July 2015, 11:27:18 UTC
c944e0d Fix bug when m_truncated=false. 13 July 2015, 09:49:16 UTC
d75b339 Fix build and fix assertion error when we do multi-io training. 12 July 2015, 05:17:31 UTC
e577611 G2P configuration update 12 July 2015, 04:52:44 UTC
0ee2c41 Use pointer to map of input matrices for data reader. 12 July 2015, 04:50:20 UTC
8ef8f19 Change CNTK commands to use new way of calling network and evaluator to that use pointer to networks and nodes 12 July 2015, 04:49:43 UTC
77419a3 ExecutationEngine to use pointer to networks and nodes. 12 July 2015, 04:48:05 UTC
9dc0f61 NDL builder to support pointer to networks and nodes. 12 July 2015, 04:47:31 UTC
f986336 Multinetwork SGDs to use pointer to refer to networks and nodes. As a result, can do SGDs on a vector of networks. 12 July 2015, 04:46:33 UTC
677b909 SGD to use pointer to refer to networks and nodes 12 July 2015, 04:45:27 UTC
5ecfaba Simple output to use pointer to network and nodes. 12 July 2015, 04:43:36 UTC
e604b9c SimpleNetworkBuilder to use pointer to refer networks and nodes 12 July 2015, 04:42:33 UTC
2b24f62 Supporting multinetwork SGD. Return pointer instead of reference for network functions, including OutputNodes, InputNodes, etc. SetActualMiniBatchSize also has a vector of ComputationNodePtr of feature nodes so that those feature nodes can have function column size set according to minibatch size. Added PairNodes interface for ComputationNetwork and serialize this for MultiNetwork SGD. SimpleEvaluator to use pointer to refer nodes and networks. 12 July 2015, 04:41:50 UTC
63c3e46 LUSequenceReader to allow multiple ios for a single sentence ending info, as the sentence ending info is shared accorss these ios within a reader. 11 July 2015, 22:45:40 UTC
6ae4115 Merge branch 'master' of https://git01.codeplex.com/cntk into linux-gcc Conflicts: MachineLearning/CNTK/ComputationNetwork.h MachineLearning/CNTK/NetworkDescriptionLanguage.cpp MachineLearning/CNTK/SynchronousExecutionEngine.h 11 July 2015, 21:58:18 UTC
c688ca3 Merge branch 'linux-gcc' of https://git01.codeplex.com/cntk into linux-gcc 11 July 2015, 21:41:15 UTC
46847f6 fix the bug in the recurrent computation time index termination condition. 11 July 2015, 21:41:04 UTC
94e54da fixing sentence boundary issues for sequence training 11 July 2015, 08:26:15 UTC
back to top