https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
c9a122a Added python bindings (which don't work). Cleaned up code and documentation 27 December 2016, 03:12:46 UTC
893cce3 NCECriterion working. Also fixed a bug in AssignDifferenceOf (!) 25 December 2016, 08:52:54 UTC
1289bea NCECriterion running on CPU 24 December 2016, 07:02:50 UTC
52222d0 NCECriterion compiles 22 December 2016, 22:43:58 UTC
086b538 SampledTimes works on sequnce example 21 December 2016, 17:49:24 UTC
f814a30 SampledTimes works on toy example 19 December 2016, 22:00:28 UTC
0cd0264 first running version, buggy 15 December 2016, 21:06:33 UTC
e76fefc integrated SampledTimes into api 14 December 2016, 18:08:27 UTC
19caca0 first version which compiles 14 December 2016, 04:12:05 UTC
ca19562 test build with changes 29 November 2016, 06:55:54 UTC
cba531e skeleton for SampledTimes node 29 November 2016, 06:55:54 UTC
58d19a6 Integrate fmegen/vs2015/possible-issues into master 28 November 2016, 19:08:07 UTC
dc09fec Integrate 67460e8c03845e3ab08649131c6e11504560e59f into master 28 November 2016, 15:43:33 UTC
67460e8 Update README.md 28 November 2016, 15:16:33 UTC
ffb06d8 Merge branch 'master' into fmegen/vs2015/possible-issues 28 November 2016, 14:16:56 UTC
ce0d0c7 Properly checkpoint stateful nodes Properly checkpoint stateful nodes (Dropout, RandomSample) in both v1/v2 formats: To ensure reproducibility, nodes that inherit from RngUser need to properly save and restore their internal stated (rng seed and offset). V2 additionally needs to copy state from the checkpoint into the function graph and the underlying network if it already exists. 28 November 2016, 14:06:48 UTC
da3931d Integrate mahilleb/TestDriverCrFeedback into master 28 November 2016, 07:44:25 UTC
ee6053c TestDriver.py: add comment based on CR 28 November 2016, 07:20:45 UTC
faef2b5 Quantized multiplier v1 28 November 2016, 05:25:26 UTC
d53d13e Disallow Value objects in constants 26 November 2016, 23:29:36 UTC
b479746 Fix gpu sparse tests 26 November 2016, 23:28:55 UTC
1dec3ab Skip the cosine_distance doctest temporarily as it fails due to precision issues 26 November 2016, 22:06:48 UTC
0966a3d Incorporate CR feedback 26 November 2016, 22:06:48 UTC
61fe71e exposed sin, cos and cosine_distance in python 26 November 2016, 22:06:48 UTC
9f8afb8 added sine, cosine (api) and pass (backcompat) 26 November 2016, 22:06:48 UTC
d8f1763 added cosine distance 26 November 2016, 22:06:48 UTC
65c0b5e Merge branch 'amitaga/v2Beta4' into nikosk/pymisc2 26 November 2016, 00:05:12 UTC
5532604 Merge branch 'master' into nikosk/pymisc 26 November 2016, 00:01:08 UTC
6cc7f32 incorporated CR feedback 25 November 2016, 23:56:15 UTC
9d4bf30 CNTK v2 library: Add support for evaluating intermediate functions in the function graph when calling the Function::Forward method 25 November 2016, 23:43:40 UTC
c0d0f34 Integrate mahilleb/PostReleaseMerges into master 25 November 2016, 22:51:59 UTC
17f699a more vs2015 cleanup, including tests now. 25 November 2016, 22:21:02 UTC
13a5b84 Merge branch 'master' into nikosk/pymisc 25 November 2016, 22:13:29 UTC
c815643 incorporated CR feedback 25 November 2016, 22:08:38 UTC
1d9f273 Integrate nikosk/Docker-nccl into master 25 November 2016, 20:16:03 UTC
d063f55 move define up. 25 November 2016, 19:40:15 UTC
29455d1 addressing issues from CR 25 November 2016, 19:40:15 UTC
9dcbf67 treat every fclose() error as fatal, not only failure to close a writeable file 25 November 2016, 19:40:15 UTC
2949e20 TODO TODO TODO TODO CHECK THIS disabling default print format for float and double printf since no longer supported in vs2015 TODO TODO TODO TODO 25 November 2016, 19:40:15 UTC
2494357 TODO TODO TODO CHECK THIS disable seek optimization since it uses undocumented internal data structures that are not available in vs2015 TODO TODO TODO 25 November 2016, 19:40:15 UTC
4472649 Integrate fmegen/vs2015/general-changes into master 25 November 2016, 19:32:52 UTC
8755810 Examples/Evaluation/CSEvalClient: bump NuGet package version 25 November 2016, 19:31:24 UTC
baad5f3 Bump version 25 November 2016, 19:31:14 UTC
f3f0229 Merge branch 'master' into nikosk/Docker-nccl 25 November 2016, 19:21:49 UTC
ccc9412 more CR feedback 25 November 2016, 19:19:54 UTC
df4a159 Main ReadMe news, November 25, 2016 25 November 2016, 18:56:36 UTC
f77f0fb Merge branch 'master' into fmegen/vs2015/general-changes 25 November 2016, 17:29:35 UTC
31d3719 fix indentation. 25 November 2016, 17:28:58 UTC
a5de279 Support for GPU/sparse 25 November 2016, 14:26:09 UTC
7dc7128 updating gitignore 25 November 2016, 13:41:01 UTC
cfd736d Merge branch 'master' into fmegen/vs2015/general-changes # Conflicts: # Source/CNTKv2LibraryDll/Function.cpp 25 November 2016, 13:32:23 UTC
1823c0f adressing more comments from CR 25 November 2016, 13:26:52 UTC
dac6b6d adressing comments from CR iteration 4 25 November 2016, 11:06:38 UTC
e358215 Merge remote-tracking branch 'origin/master' into mahilleb/windowsCuda8-2 25 November 2016, 10:59:28 UTC
d54f987 Integrate eldak/numericCorpus into master 25 November 2016, 10:42:44 UTC
8387bf1 Support of numeric sequence keys 25 November 2016, 08:42:56 UTC
d50ac35 Windows: CUDA-8.0 as default - TestDriver.py: support CC-specific baselines - Tests/EndToEndTests/Speech/: make a few baselines Cuda Compute 3 specific. - bindings/python/cntk/ops/__init__.py: different example in doctest 25 November 2016, 08:14:20 UTC
691e0d4 Merged CR approved doc changes to this branch 25 November 2016, 07:55:58 UTC
79205d3 Moved the CNTK_204 tutorial test to *_test.py 25 November 2016, 07:55:58 UTC
b8e35c0 fix missing rename 25 November 2016, 00:07:16 UTC
b5be3ed getting rid of "variable hides ... " warnings. # Conflicts: # Source/Common/Include/Platform.h # Source/Common/Include/ScriptableObjects.h # Source/ComputationNetworkLib/ComputationNetworkAnalysis.cpp # Source/ComputationNetworkLib/RNNNodes.cpp # Source/Readers/HTKMLFReader/msra_mgram.h # Source/Readers/HTKMLFReader/utterancesourcemulti.h # Source/Readers/LMSequenceReader/SequenceParser.cpp # Source/SGDLib/SGD.cpp 25 November 2016, 00:04:50 UTC
e2f2738 Integrate amitaga/v2Beta4 into master 24 November 2016, 22:34:26 UTC
2ef7108 incorporated CR feedback 24 November 2016, 21:14:50 UTC
3723b40 CNTK v2 library: Refactor Function.h and .cpp into multiple files 24 November 2016, 17:09:07 UTC
5e65681 add cli::array 24 November 2016, 16:05:33 UTC
16a538a Adding flush to the output 24 November 2016, 13:27:46 UTC
7d51c5a a few more warnings related to printf formatting string size_t issues 24 November 2016, 10:46:02 UTC
2b8b304 Merge branch 'master' into qiwye/asgd-dev 24 November 2016, 03:10:30 UTC
bb60423 Integrate amitaga/v2Beta4 into master 24 November 2016, 02:36:11 UTC
fbda54c Integrate sayanpa/python-tutorials into master 24 November 2016, 01:52:05 UTC
7d2e72d Support for NCCL in Dockerfiles. 24 November 2016, 01:05:58 UTC
f5428ac CNTK v2 library: Fix device placement for backprop root gradients in python and enable python module tests on GPU for Windows 24 November 2016, 00:04:07 UTC
3a67a4e Merge branch 'sayanpa/python-tutorials' of https://github.com/Microsoft/CNTK into sayanpa/python-tutorials 23 November 2016, 22:49:44 UTC
f306ffb Increased the cell time out to 300 sec from 60 sec 23 November 2016, 22:18:15 UTC
494e39f Added Sequence to sequence tutorial and test 23 November 2016, 22:18:14 UTC
e686d1f addressing CR comments. # Conflicts: # Source/CNTK/BrainScript/BrainScriptEvaluator.cpp # Source/Common/ExceptionWithCallStack.cpp # Source/Common/Include/Config.h # Source/Common/Include/Platform.h # Source/Common/Include/latticearchive.h # Source/Common/Include/numahelpers.h # Source/Math/CPUMatrix.cpp # Source/Math/Matrix.cpp # Source/Math/QuantizedMatrix.cpp 23 November 2016, 22:12:32 UTC
04e56bf Increased the cell time out to 300 sec from 60 sec 23 November 2016, 22:08:23 UTC
9744621 Update to python distributed examples: 1. Use randomized minibatch source in both ConvNet and ResNet distributed examples 2. Add options in ResNet distributed example to scale up minibatch size with #workers 3. Update README.md for both examples with link to the python file 4. Add option to disable multi threaded deserializer in MinibatchSource 5. Update convnet example tests to run with mpiexec 23 November 2016, 22:00:57 UTC
edb0611 Update README.md 23 November 2016, 19:41:04 UTC
7973803 Integrate eldak/iterativeGetVariable into master 23 November 2016, 18:00:04 UTC
ba462cd Integrate wilrich/seq_starts into master 23 November 2016, 14:00:07 UTC
907be82 Moving primitive functions back 23 November 2016, 12:46:23 UTC
7f84112 fix more warning descriptions 23 November 2016, 11:01:31 UTC
6cf3c3f remove warning suppression since we fixed the reason for this warning 23 November 2016, 10:50:13 UTC
eee9737 fix alignment 23 November 2016, 10:40:19 UTC
d9b99d1 Refactoring recursion to decrease frame size 23 November 2016, 10:38:46 UTC
e14e3d8 fixing namespace collision 23 November 2016, 10:38:34 UTC
9e2c1fa added reasons for various #pragma warning disable. 23 November 2016, 10:35:37 UTC
fbf19be fix push call by explicitly stating variable 23 November 2016, 09:39:43 UTC
cae429f make parameter explicit by adding namespace 23 November 2016, 09:39:35 UTC
fffd249 more pragma warning disables. 23 November 2016, 09:39:21 UTC
51c1f90 get rid of min() macro. 23 November 2016, 09:39:10 UTC
9d9098f one more type problem when appending to vector 23 November 2016, 09:38:44 UTC
1e1d437 fix typo again (curLocation2) 23 November 2016, 09:38:12 UTC
7636c93 remove local static since we have already a global static of the same name... 23 November 2016, 09:38:01 UTC
8865ded fix typo (variable name misspelled) 23 November 2016, 09:35:25 UTC
4ad8d8e one more pragma warning(disable: some variable hides something) 23 November 2016, 09:35:13 UTC
dafdf39 clarify data types while adding to a vector<> 23 November 2016, 09:35:05 UTC
b1bdbdc move class forward definition to public since we use it outside of the class (vs2013 would not complain, but this is an error) 23 November 2016, 09:34:45 UTC
88208f1 disable warnings for new issues. 23 November 2016, 09:32:35 UTC
back to top