https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
6ff0427 add unit tests for CopyTo, improve unit tests to use random sequences, add test for single sample, single sequence in Value.Create fix linux build add missing error message. fix linux build switch order of function definition to make linux happy add instantiation of functions minor changes add comments, using random number in tests restore main.cpp 06 January 2017, 07:53:27 UTC
f1cbc08 add CopyTo for onehot vector; refactor code to share between CopyTo methods; fix bug using GPU device. The cpuArrayView must be alive in the function scope add CopyTo for OneHot; support Value in both dense and sparse format 06 January 2017, 07:53:27 UTC
f5fdbeb refactor Value::CopyTo to allocate memory in .h file; adapt unit tests; add sequencesLens as parameter for Value::CopyTo 06 January 2017, 07:53:26 UTC
c185789 implement copyto complete copyto for dense 06 January 2017, 07:53:26 UTC
6290e8e Integrate nikosk/assignsumof into master 06 January 2017, 04:10:09 UTC
a026a27 addressed cr feedback 06 January 2017, 02:24:32 UTC
1b9adee Integrate kedeng/traceConcise2 into master 06 January 2017, 02:15:45 UTC
9982332 Integrate cbasoglu/docfix into master 05 January 2017, 22:40:16 UTC
40d0b79 Add trace for nodes with abs sum to make compare easier, with trace level 1000 05 January 2017, 21:09:12 UTC
c72025c Move constructor docs to correct spot 05 January 2017, 20:23:20 UTC
4f6bff8 CNTK v2 library: Fix a bug in where node dynamic axis determination where multiple where applications on same condition were yielding different dynamic axes 05 January 2017, 18:38:57 UTC
fe24966 CNTK v2 library: Change BlockFunction implementation to store the mapping of block function arguments and outputs in the variables themselves instead of maps on teh side 05 January 2017, 18:38:57 UTC
075db89 CNTK v2 library: Refactor Variable::VariableFields out of CNTKLibrary.h public header 05 January 2017, 18:38:57 UTC
938df8c Fix some documentation 05 January 2017, 17:55:14 UTC
caee1a5 Merge pull request #1217 from miguelgfierro/patch-1 Fixed bug in ConvNet_MNIST.py 05 January 2017, 16:50:32 UTC
835b10d Merge remote-tracking branch 'origin/pr/1234' into mahilleb/SampleFix 05 January 2017, 12:42:10 UTC
9862bf3 Merge remote-tracking branch 'origin/pr/1182' into mahilleb/SampleFix 05 January 2017, 12:41:46 UTC
157d9f9 Integrate eldak/mergingBase64ImageDeserializer4 into master 05 January 2017, 12:25:38 UTC
8aa380b Allowing deserializers return invalid sequences 05 January 2017, 10:05:58 UTC
ada156e configure: don't pick up Python versions implicitly 05 January 2017, 08:11:46 UTC
27f059a Integrate chazhang/asym_conv into master 05 January 2017, 04:24:04 UTC
fa975f8 Integrate sayanpa/fixcntk103b into master 05 January 2017, 03:42:10 UTC
f59e1c4 Integrate amitaga/dataInteropFeatures into master 05 January 2017, 01:37:21 UTC
b7c031c Merge remote-tracking branch 'origin/master' into nikosk/assignsumof 05 January 2017, 00:40:39 UTC
59dcc28 Some more self-assignment unit tests just in case 05 January 2017, 00:39:50 UTC
cfd6083 Fix autoPad issue using GetAutoPad(). 05 January 2017, 00:26:33 UTC
02291c5 Bug fix when lowerPad and upperPad has lower ranks than kernelPad. 05 January 2017, 00:26:33 UTC
a0ad56b Revert automatic format change by VS2013. 05 January 2017, 00:26:33 UTC
1ed0f08 Bug fix for asymmetric padding for convolution. Added a test too. 05 January 2017, 00:26:33 UTC
ca6b17c Revert automatic format change by VS2013. 05 January 2017, 00:26:33 UTC
439fd4e Bug fix for asymmetric padding for convolution. Added a test too. 05 January 2017, 00:26:33 UTC
78c051e CNTK core: Turn on forward compute memory sharing by default 04 January 2017, 23:20:16 UTC
9295738 CNTK v2 library: Fixed a bug in BlockFunction; was not updating outputs map with placeholder replacements 04 January 2017, 23:17:12 UTC
8a07efd bug fix in testing model data source 04 January 2017, 21:58:36 UTC
618d12a Merge pull request #1227 from bencherian/patch-1 Update docstring for eval in functions.py 04 January 2017, 17:05:44 UTC
96459c4 Merge pull request #1201 from rogersachan/patch-1 Clean up README 04 January 2017, 17:01:00 UTC
e79f1e1 Merge pull request #1240 from nadavbar/nadavbar-fast-rcnn Fast-RCNN Example: Added use of path.join to better accomodate windows scenarios 04 January 2017, 15:13:04 UTC
e8be330 Merge branch 'master' into kedeng/clipInf 03 January 2017, 20:12:39 UTC
6a34b9a Update new example descriptions 03 January 2017, 19:10:55 UTC
bec6a49 Integrate eldak/sequenceLocalTimelineBySample into master 03 January 2017, 15:23:36 UTC
6a45416 Merge remote-tracking branch 'origin/master' into mahilleb/Samples 03 January 2017, 13:31:55 UTC
6a23c18 Integrate mahilleb/Samples into master 03 January 2017, 13:27:33 UTC
f39317a Adding local timeline 03 January 2017, 13:22:36 UTC
38d14a6 Tools/samples.json: edited 03 January 2017, 13:12:37 UTC
e792cfa Tools/test-samples-json.ps1: added 03 January 2017, 13:12:37 UTC
1877508 Tools/samples.json: initial 03 January 2017, 13:12:37 UTC
9ca092a Bug in script 03 January 2017, 12:52:09 UTC
5641cb0 fix link 03 January 2017, 12:13:17 UTC
9539306 Address CR comments 03 January 2017, 12:12:21 UTC
e7eddeb Tools/samples.json: add more 03 January 2017, 10:59:35 UTC
3f94658 Address CR comments 03 January 2017, 10:33:16 UTC
8801a60 update the test to use model version 18 03 January 2017, 09:41:00 UTC
fa5b7cd update baseline. As the content that are UNRELATED to test results has been changed with new bits, just adding the TestCase without updating the rest content. Todo: check why the file content is so different (created work item 755 in CNTK VSO) 03 January 2017, 09:28:13 UTC
19192e7 add model version test adapt baseline 03 January 2017, 09:28:13 UTC
2a47d38 fix 03 January 2017, 08:24:19 UTC
b889a45 Address CR comments 03 January 2017, 08:22:49 UTC
fd9a5ea Address CR comments 03 January 2017, 08:02:01 UTC
5146d26 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/fixcntk204 02 January 2017, 22:16:48 UTC
7a895ec Address CR comments, re-work the test-samples-json.ps1 script 02 January 2017, 21:05:27 UTC
b07dbb8 Making composite reader randomize by default 02 January 2017, 19:35:40 UTC
27ee43a First version of base64 deserializer 02 January 2017, 19:35:39 UTC
d0f5250 Fix git hub rendering of CNTK 204 notebook 02 January 2017, 19:35:39 UTC
cbf1678 Making composite reader randomize by default 02 January 2017, 15:05:58 UTC
51e0bc6 samples.json: initial 02 January 2017, 14:18:31 UTC
00bcf2c First version of base64 deserializer 02 January 2017, 10:43:43 UTC
00627bb Update docstring for eval in functions.py 02 January 2017, 05:11:20 UTC
ac4c3e8 Don't clip gradient by default 31 December 2016, 08:55:30 UTC
d28afd1 CNTK v2 library: Added support for duplicate input variables for a unser-defined function 31 December 2016, 01:54:27 UTC
8f10537 Integrate nikosk/assignsumof into master 30 December 2016, 22:51:58 UTC
1f23d0b Updated some unit tests to CHECK_CLOSE 30 December 2016, 20:27:53 UTC
08d9081 Add MPI version to CNTK informational message Fix Windows script 30 December 2016, 20:01:07 UTC
98dd5d7 Merge remote-tracking branch 'origin/master' into nikosk/assignsumof 30 December 2016, 02:42:03 UTC
b9e06b7 Incorporated CR feedback 30 December 2016, 02:29:58 UTC
4a6e848 Integrate nikosk/dox into master 30 December 2016, 01:18:44 UTC
60d4e09 bug fix which affects x.assignSumOf(x,y) 29 December 2016, 23:22:49 UTC
be660a2 Performance profiler The performance profiler supersedes perf tracer (controlled by SGDParams::m_perfTraceLevel). Few events were added to cover the most important parts of mini-batch iteration. New events can be easily added for more detailed profiling. 29 December 2016, 18:35:52 UTC
1abd7e9 Fixed bug in ConvNet_MNIST.py When running `ConvNet_MNIST.py` I get the following error: ```bash Traceback (most recent call last): File "ConvNet_MNIST.py", line 131, in <module> convnet_mnist() File "ConvNet_MNIST.py", line 117, in convnet_mnist metric_numer += trainer.test_minibatch(data) * current_minibatch File "/home/hoaphumanoid/anaconda3/envs/cntk-py34/lib/python3.4/site-packages/cntk/trainer.py", line 125, in test_minibatch arguments = sanitize_var_map(self.model.arguments, arguments) File "/home/hoaphumanoid/anaconda3/envs/cntk-py34/lib/python3.4/site-packages/cntk/utils/__init__.py", line 373, in sanitize_var_map len(op_arguments)) ValueError: function expects 1 arguments ``` 29 December 2016, 10:56:13 UTC
f9347f0 incorporated CR feedback 29 December 2016, 00:59:53 UTC
f15e860 working w/sequences docs, tests, etc. 28 December 2016, 00:16:36 UTC
3d6e4a5 Merge remote-tracking branch 'origin/master' into nikosk/dox 27 December 2016, 19:32:40 UTC
19487e0 CNTK v2 library: Change the argument mapping for blocks from a map to a vector of pairs to enable deterministic ordering of the block's inputs 26 December 2016, 22:21:03 UTC
970daa8 Added use of path.join to better accomodate windows scenarios 25 December 2016, 08:03:23 UTC
a9e6ae2 CNTK v2 library: Expose block function related methods in python and some additional block function tests 25 December 2016, 07:51:09 UTC
b834844 CNTK v2 library: BlockFunction feature to create heirarchical function graphs 24 December 2016, 08:28:22 UTC
8a763f6 Lint markdown and remove redirect 24 December 2016, 02:08:56 UTC
119106f Integrate chazhang/conv into master 23 December 2016, 19:54:40 UTC
e6788be Integrate aayushg/randomizationWindow into master 23 December 2016, 16:33:16 UTC
fea387d Update baseline. 23 December 2016, 15:00:20 UTC
a237c67 Fixed double content in mainNews 23 December 2016, 13:56:17 UTC
81a0a3d Remove tabs 23 December 2016, 10:51:03 UTC
0c73c80 Change default value 23 December 2016, 10:35:20 UTC
48d9e0a Remove from debug helpers 23 December 2016, 10:35:20 UTC
09cdd6a Reset CNTK.sln 23 December 2016, 10:35:20 UTC
889812a Revert "Changes" This reverts commit a23ebb20c51294991799e6f6967187c385dec582. 23 December 2016, 10:35:20 UTC
6a49067 Reverting build.bat 23 December 2016, 10:35:20 UTC
3528a71 reverting CNTK.sln to master 23 December 2016, 10:35:20 UTC
4f2b10c Untabify 23 December 2016, 10:35:20 UTC
9374014 CHanges 23 December 2016, 10:35:20 UTC
3b368fa Add randomization window in parameters 23 December 2016, 10:35:20 UTC
f9ad4aa Remove text_minibatch_source 23 December 2016, 10:35:20 UTC
back to top