https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
f252a03 WIP 12 January 2017, 13:54:09 UTC
192b2d8 Tests/EndToEndTests/TestDriver.py: print sku for each test 09 January 2017, 11:05:57 UTC
214eb09 CNTK v2 library: Add data type inference for Parameters and Constants 07 January 2017, 20:09:31 UTC
c4637bb Integrate amitaga/dataInteropFeatures into master 07 January 2017, 19:17:10 UTC
bde15c4 fix solution file 07 January 2017, 09:59:42 UTC
5674d33 update binding based on the latest API, update samples, add buidling vocabulary index in samples for the atis model. 07 January 2017, 09:29:58 UTC
1b122c4 rename CNTKLibraryManagedClient to CNTKLibraryManagedExamples 07 January 2017, 09:29:57 UTC
a0554df improve samples 07 January 2017, 09:29:57 UTC
4b9cc9c add CreateSequence without SeqStartFlag 07 January 2017, 09:29:57 UTC
0b47f30 remove check for PackedValue as it will be automatically unpacked when accessing Data/Mask; fix bugs 07 January 2017, 09:29:57 UTC
d733aee rename CSharpBinding to CNTKLibraryCSBidnging 07 January 2017, 09:29:57 UTC
f7a2172 move CSEvalV2Examples to the examples folder and move the project files to the Test folder 07 January 2017, 09:29:57 UTC
ddd6bcb rename CSEvalV2Libary to CNTKLibraryManagedDll 07 January 2017, 09:29:57 UTC
acb56de change project names 07 January 2017, 09:29:56 UTC
5208999 complete CopyTo at C# 07 January 2017, 09:29:56 UTC
23a5cac complete Create{Batch|Sequence|BatchOfSequences} and other Creates at C# restore program.cs add missing changes 07 January 2017, 09:29:56 UTC
b6c0b19 CNTK v2 library: Allow setting Function instance names post initial construction 07 January 2017, 02:28:34 UTC
e25a4c4 Change the mpic++ binary path 06 January 2017, 18:03:07 UTC
71c5aab MPI_info: Path check and error handling for MPI exec MPI_check: Check and selection of the installed MPI MPI_info: default unknown fix for MPI name and version 06 January 2017, 18:03:01 UTC
570a765 Revert "Add ReasoNet model as example" This reverts commit 09daade4f080d930af51f78508769bd589d25bc9. 06 January 2017, 14:58:44 UTC
77e5d15 Revert "Add loss/pred for ReasoNet" This reverts commit 2f94c5430bfb9a235466c29c3dd095f9acf56371. 06 January 2017, 14:58:44 UTC
d1bed65 Revert "Add training method for ReasoNet" This reverts commit 732836ab001fdde86e67e29c932603205651b4d0. 06 January 2017, 14:58:44 UTC
5105953 Revert "Fix training issues with ReasoNet" This reverts commit 1e0f8629caa1a99c1ffbb3418b60e2a25ab640d0. 06 January 2017, 14:58:44 UTC
1e0f862 Fix training issues with ReasoNet 06 January 2017, 14:34:39 UTC
732836a Add training method for ReasoNet 06 January 2017, 14:34:39 UTC
2f94c54 Add loss/pred for ReasoNet 06 January 2017, 14:34:39 UTC
09daade Add ReasoNet model as example 06 January 2017, 14:34:39 UTC
750dccb remove isResizable and SequenceLength parameters from CopyTO until we have clear understanding for the use case; rename CopyTo to CopyVairiableValueTo; adapt test cases fix error fix errors in tests; add tests for exceptions add more check in GetSequenceAndBatchLength(); Address CR comments 06 January 2017, 09:06:49 UTC
321c6a1 remove check for PackedValue as the PackedValue will be automatically unpacked when accessing Data() and Mask(). 06 January 2017, 09:06:49 UTC
8cb238d make GetNumTimeStepsAndSequences a stand-alone function; use is_same instead of typeid; minor changes 06 January 2017, 09:06:49 UTC
646b8b5 rename sampleVariable to outputVariable; add check for shape[0] in onehot. 06 January 2017, 09:06:49 UTC
69c75c4 Using Variable as parameter to CopyTo to infer dynamic axes correctly; Add check for PackedValue; Simplify processing based on assumption that sequence starts at 0 and ends at the first invalid mask; other changes from CR. add tests for variable with 0,1 or 2 dynamic axes, and adapt tests to new API, refactor tests to share code restore main and tests make class Value after class Variable to make linux happy fix bug in test 06 January 2017, 09:06:48 UTC
88ecb8d update CopyTo for OneHot using vocabSize instead of shape 06 January 2017, 07:53:27 UTC
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
back to top