https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
f79899c Merge branch 'wilrich/alpha3' of https://github.com/Microsoft/CNTK into wilrich/alpha3 08 October 2016, 03:05:38 UTC
5b31db6 Merge remote-tracking branch 'origin/master' into wilrich/alpha3 Conflicts: bindings/python/cntk/io/__init__.py bindings/python/examples/MNIST/SimpleMNIST.py bindings/python/examples/Sequence2Sequence/Sequence2Sequence.py 08 October 2016, 03:05:19 UTC
83720de Merge branch 'master' of https://github.com/Microsoft/CNTK into wilrich/alpha3 08 October 2016, 00:49:09 UTC
2d19fba Comments 07 October 2016, 21:01:45 UTC
210885b fix a bug 07 October 2016, 20:37:39 UTC
c75ebac enable run GPU build on CPU only device. run GPU on CPU device also in BVT fix bug; not run debug gpu on cpu device. 07 October 2016, 20:23:00 UTC
a668456 Integrate amitaga/shapeInference into master 07 October 2016, 20:16:44 UTC
1c0813a Add RNN unittest to ExtendedEval 07 October 2016, 18:15:44 UTC
c3bc059 disable running GPU build on CPU device for now as it takes too long time 07 October 2016, 15:45:38 UTC
a18dfee t push origin Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/shapeInference 07 October 2016, 15:45:10 UTC
b594ebc CNTK v2 library: Disable python module tests on Windows for GPU device 07 October 2016, 15:45:03 UTC
1596d68 Add missing typemaps 07 October 2016, 15:18:35 UTC
0597826 Merge branch 'wdarling/pythonseq2seq' of https://github.com/Microsoft/CNTK into wdarling/pythonseq2seq 07 October 2016, 15:06:47 UTC
fd2a621 made replacing placeholders in LSTM component more clear 07 October 2016, 15:06:00 UTC
884b843 fixed bug in seq2seq decoder recurrence setup 07 October 2016, 15:05:59 UTC
a59b0b0 Let Function behave like Variable in case it has only one output 07 October 2016, 13:11:22 UTC
abfe686 Hide MinibatchData's m_data 07 October 2016, 12:21:55 UTC
216bd48 bindings/python/doc/concepts.rst: remove BOM 07 October 2016, 11:59:37 UTC
bd104b6 Tests/EndToEndTests/CNTKv2Python/Doc: try to enable for Windows GPU 07 October 2016, 10:42:53 UTC
eecbb62 Tests/EndToEndTests/CNTKv2Python/Doc: added, plus required changes to pass it 07 October 2016, 10:42:17 UTC
23c48e8 Clean up 07 October 2016, 10:06:07 UTC
903cffc Refactored precision sanitization; doc improvements 07 October 2016, 10:02:39 UTC
a4a1d8d Automatic conversion of Swig types to CNTK types; documentation of Trainer and Learner 07 October 2016, 10:02:25 UTC
b5189a8 Address CR comments 07 October 2016, 10:02:20 UTC
21e57ca CNTK v2 library: Fixed combine operator to accept Variable operands and added randomize argument to TextMinibatchSource factory method 07 October 2016, 07:00:43 UTC
6476614 Integrate chazhang/image_tests into master 07 October 2016, 03:19:32 UTC
ca553da Integrate amitaga/cntkv2Library into master 07 October 2016, 02:03:13 UTC
5d727d9 Integrate kedeng/FixCriterionNode into master 07 October 2016, 01:18:29 UTC
65a6709 Integrate zhouwang/eval20-loadmodel into master 07 October 2016, 01:01:15 UTC
9289f91 Path fix. 06 October 2016, 23:59:53 UTC
883c9e9 Path fix. 06 October 2016, 23:58:27 UTC
f5926c7 Path fix. 06 October 2016, 23:58:11 UTC
96e7241 CNTK v2 library: Minor improvements in test code 06 October 2016, 23:47:50 UTC
a2559d5 Integrate wilrich/alpha3 into master 06 October 2016, 23:34:04 UTC
40c59c8 adapt e2e test script;run nightly test on debug/release and also gpu flavor with cpu;exclude all GPUs for cpu device test 06 October 2016, 21:01:28 UTC
d2a26c3 add helper functions and output results 06 October 2016, 21:01:28 UTC
b5b54ad add load model tests 06 October 2016, 21:01:28 UTC
0805f57 Add back CPU nightly test. 06 October 2016, 20:33:42 UTC
7d4af40 Rename files such that Windows CPU tests can be run. 06 October 2016, 20:33:42 UTC
cda93d1 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 06 October 2016, 19:59:23 UTC
6b1dd45 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 06 October 2016, 19:58:06 UTC
14f40e2 Merge branch 'kedeng/FixCriterionNode' of https://github.com/Microsoft/CNTK into kedeng/FixCriterionNode 06 October 2016, 17:20:11 UTC
0e6f903 Remove tmpTrain/EvalCriterionNodeSets by moving into ComputationNetworkPtr 06 October 2016, 17:06:09 UTC
60d924b Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library CNTK v2 library: Fixed a bug in Cifar Resenet examples where projection map was being incorrectly shaped. 06 October 2016, 17:01:54 UTC
b8bfdef Fix CPU leak 06 October 2016, 15:03:33 UTC
6ecd113 UPdating baseline for unit tests 06 October 2016, 14:18:41 UTC
ecf7e70 Updating unit test baseline 06 October 2016, 14:18:41 UTC
6c9b028 Deleting not used code 06 October 2016, 14:18:41 UTC
38ac882 Addressing CR 06 October 2016, 14:18:41 UTC
4d7d430 Adding GetCurrentSamplePosition to the reader interface 06 October 2016, 14:18:41 UTC
3c459d3 Integrate alrezni/v2_a2_nogpu_fix into master 06 October 2016, 13:35:21 UTC
7f99193 Restrict argout to non-const maps 06 October 2016, 13:22:00 UTC
5465528 Remove debugging leftover 06 October 2016, 12:43:19 UTC
347d763 Refactored map processing 06 October 2016, 12:38:06 UTC
5cf5ece docstring 06 October 2016, 11:28:26 UTC
8c4c674 Improve memory handling in Swig layer 06 October 2016, 11:28:00 UTC
fc19d79 Allow NDArrayViews and Values in get_data_type() 06 October 2016, 11:18:42 UTC
69f71b7 Updated lr doc 06 October 2016, 10:08:15 UTC
901896b Do not invoke CachedDeviceProps() on Math.dll load 06 October 2016, 09:38:00 UTC
aea032a CNTK v2 library: Fixed an initialization bug in CompositeFunction and a bug in determining convolution kernel shape 06 October 2016, 09:17:27 UTC
7963e75 Tests/EndToEndTests/Examples/Image/GettingStarted: disable tests with no baseline for CPU Further investigation required. 06 October 2016, 08:01:58 UTC
ab5dd26 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 06 October 2016, 01:17:32 UTC
4676f94 CNTK v2 library: Several bug fixes and re-enable Python unit tests on Windows 06 October 2016, 01:10:40 UTC
b33e5f8 Separate criterion nodes for Train/Eval Dong Yu found that training criterion may not be used when eval criterion is set To reproduce the problem, you just need to add trainCriterionNodeName=your_training_criterion_node_name evalCriterionNodeName= your_eval_criterion_node_name to your config file. The code here returns a const vector& as ComputationNetwork::EvaluationNodes()/FinalCriterionNodes() returns a const vector& to member, while CriterionNodesFrom() returns an vector object created on stack To minimize the perf change, just separate tmpCriterionNodeSets for now 06 October 2016, 00:51:23 UTC
f259c31 Update README.md 05 October 2016, 21:18:46 UTC
bc2c579 Update README.md 05 October 2016, 21:11:36 UTC
e0b62ab Revert "Add NoOpt build flavor" This reverts commit d8a14c9e2a12c3cda67b7b477fb4d060ce3863fd. 05 October 2016, 21:07:01 UTC
f47dcdd Update image folder. 05 October 2016, 20:55:07 UTC
d8a14c9 Add NoOpt build flavor 05 October 2016, 20:53:14 UTC
b51bfd7 Integrate vadimma/ChangeResetRNN into master 05 October 2016, 19:10:15 UTC
3dc5935 tab replaced with space. 05 October 2016, 18:35:25 UTC
22e8638 Integrate zhouwang/add-libzippath into master 05 October 2016, 18:12:23 UTC
dfb26a1 Integrate t-ivrodr/fix_baselines_for_pytest into master 05 October 2016, 17:29:04 UTC
096b5a7 add missing include path 05 October 2016, 17:25:39 UTC
d4615d9 add missing LIBZIP_PATH to LIBPATH 05 October 2016, 17:25:39 UTC
16fb8de Change the resetRNN to true by default in ExtendedEval 05 October 2016, 16:39:13 UTC
d6b6cf0 Update path to CIFAR-10. 05 October 2016, 15:56:18 UTC
867b125 Path change to DataSets/CIFAR-10 in README.md file. 05 October 2016, 15:52:12 UTC
fd71f5e made replacing placeholders in LSTM component more clear 05 October 2016, 15:32:44 UTC
12bc900 fixed bug in seq2seq decoder recurrence setup 05 October 2016, 15:23:52 UTC
fc69659 Integrate alrezni/v2_fixes into master 05 October 2016, 13:04:22 UTC
53f8d79 Address comments in CR 05 October 2016, 12:38:42 UTC
1209ea9 Fix example tests baselines 05 October 2016, 12:37:30 UTC
38b9551 A few Learner related changes Address comments from previous CRs. Add ability to specify momentum as time constant. Expose AdditionalLearningOptions in the learner factory methods. Add FSAdaGrad magic numbers to the factory method, fix smoothedGradient count issue. 05 October 2016, 11:39:33 UTC
0b54a4d Integrate wilrich/alpha3 into master 05 October 2016, 11:10:28 UTC
1c15d38 Allow for single input in eval 05 October 2016, 09:24:19 UTC
ff4cf3e Merge remote-tracking branch 'origin/master' into mahilleb/Swig 05 October 2016, 09:09:37 UTC
851d6fb Tests/EndToEndTests/CNTKv2Python: try to enable Windows CPU 05 October 2016, 09:09:28 UTC
4f3b078 bindings/python/cntk/pytest.ini: remove obsolete --ignore option 05 October 2016, 09:08:32 UTC
22af269 Remove error measure for test in image examples. 05 October 2016, 03:48:50 UTC
69e1776 Disable error measures in image tests. Will add back in once deterministic training is integrated. 05 October 2016, 02:38:17 UTC
4c45903 Merge branch 'master' of https://github.com/Microsoft/CNTK into chazhang/image_examples2 05 October 2016, 00:57:23 UTC
703d0db Add new baseline built from Jenkins. 05 October 2016, 00:49:48 UTC
2a251d1 Remove baseline files to create new ones. 04 October 2016, 22:46:18 UTC
f686879 Integrate pkranen/fast-rcnn into master 04 October 2016, 21:03:41 UTC
c93fe14 Merge branch 'wilrich/alpha3' of https://github.com/Microsoft/CNTK into wilrich/alpha3 04 October 2016, 20:28:44 UTC
756244c Fix scalar constant bug 04 October 2016, 20:28:31 UTC
aae1749 Additional edits missed by the previous checkin. 04 October 2016, 20:27:48 UTC
2dfb7d3 updated baselines for cifar regression 04 October 2016, 19:54:31 UTC
33d4458 Fix memory leaks on std::vector wrappers 04 October 2016, 19:24:18 UTC
back to top