https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
66f4d8d Adding more tests and fixing bugs in the randomizer/packer 16 January 2017, 12:43:04 UTC
b7c7857 bindings/python/doc/knownissues.rst: remove notes about missing Python versions 13 January 2017, 09:05:31 UTC
20bcddf Source/CNTK/CNTK.cpp: CNTK 2.0.beta8.0 exactly 13 January 2017, 08:59:03 UTC
a7bc9d0 Bump version 13 January 2017, 08:58:18 UTC
e1b9831 Add samples for Eval V2 - add device specifier when loading model - rename CPPEvalV2Client to CNTKLibraryCPPEvalExamples - rename CNTKLibraryManagedExamples to CNTKLibraryCSExamples - rename CNTKLibrarymanagedExamples to CNTKLibraryCSExamples - add CNTKLibraryCSEvalGPUExamples and CNTLibraryEvalExamples.sln - complete examples - update project configuraitons - rename program.cs to Program.cs; update packages.config - rename CNTKLibraryCPP/CSExamples to CNTKLibraryCPP/CSEvalexamples - remove AnyCPU - add file header, adapt output message 13 January 2017, 08:49:55 UTC
d21dd4f Integrate wolfma/binInstallVS15 into master 13 January 2017, 08:25:05 UTC
3063238 Integrate vadimma/CTC into master 13 January 2017, 04:36:50 UTC
17d2b04 Integrate amitaga/dataInteropFeatures into master 13 January 2017, 02:26:40 UTC
0fc7cdc fix an issue on CNTK 202 introduced with new handling of sequence inputs 13 January 2017, 02:15:30 UTC
9deeb31 Update unittest baseline 13 January 2017, 01:43:07 UTC
d0f40fe Add some helper methods to Sequences.h. Refactor EditDistanceError node accordingly. 13 January 2017, 01:43:07 UTC
f992955 Update the comment. 13 January 2017, 01:43:07 UTC
f9b9070 Rename EditDistanceNode to EditDistanceErrorNode. Use GetAllSequences in ED computation 13 January 2017, 01:43:07 UTC
7c8b4f3 Enable Edit distance node in NDL 13 January 2017, 01:43:07 UTC
b4962b7 Edit distance node 13 January 2017, 01:43:07 UTC
b76dba8 CNTK v2 library: Change Function::BlockComposite to Function::BlockRoot and have it return the primitive at the root of the Function graph underlying the block Function, as that is what is commonly needed by users for proper traversal of nested blocks 13 January 2017, 00:19:01 UTC
1a17693 CNTK v2 library: Fixed a memory leak in model serialization 12 January 2017, 23:42:52 UTC
091d3e4 Integrate mahilleb/DropsPy into master 12 January 2017, 20:40:42 UTC
16a6dd3 Bug in dropout rate. 12 January 2017, 19:53:45 UTC
2a75e21 Scripts/install/linux/install-cntk.sh: fix wheel name 12 January 2017, 19:40:34 UTC
a1e2836 Merge pull request #1246 from FDecaYed/deyuf/divmod Initial divmod implementation 12 January 2017, 19:09:06 UTC
b387baa Integrate mahilleb/NbTestDeviceAware into master 12 January 2017, 17:20:39 UTC
3584f63 Update README.md 12 January 2017, 16:54:31 UTC
38f68fb Update README.md 12 January 2017, 16:54:05 UTC
af99f90 added ability to create 27 34 and 35 python environments support for the new vs15 drops of cntk 12 January 2017, 16:32:26 UTC
bed7c19 Integrate zhouwang/evaldll-client-vs2015 into master 12 January 2017, 15:37:49 UTC
88b6c32 Address CR comments 12 January 2017, 14:56:52 UTC
b3e7bb2 Python: include all wheels in drop 12 January 2017, 14:11:19 UTC
48d79a3 CNTK_203_Reinforcement_Learning_Basics.ipynb: just spacing 12 January 2017, 12:59:56 UTC
cb66bef CNTK_203_Reinforcement_Learning_Basics.ipynb: add test 12 January 2017, 12:59:56 UTC
4665583 Make Jupyter Notebook tests device-aware 12 January 2017, 12:59:56 UTC
ec475cf adressed CR comments 12 January 2017, 12:59:16 UTC
0389f77 fix the Anaconda installer invocation (no quotes allowed around path) clean up DoProcess function 12 January 2017, 12:59:16 UTC
73f8319 Tests/EndToEndTests/CNTKv2Python/Examples/feature_extraction_test.py: fix env variable name 12 January 2017, 12:47:09 UTC
2a4c7f8 fix tabs and add a wiki link 12 January 2017, 11:31:06 UTC
93b2133 change Readme file too. 12 January 2017, 10:15:16 UTC
35bcd63 upgrade the solution file for eval samples to VS2015, remove EvalV2clients (it will be in another solution for V2 12 January 2017, 09:19:42 UTC
c2d3ee6 Integrate amitaga/dataInteropFeatures into master 12 January 2017, 05:31:20 UTC
bbe9164 Integrate cbasoglu/log1 into master 12 January 2017, 00:32:45 UTC
487d169 CNT v2 library: Bug fixes a) Duplicate argument mappings in Block arguments map when the block's inputs contain duplicate variables b) Verify MBlayout matches for input data specified for variables with same dynamic axes 12 January 2017, 00:27:28 UTC
9f894ad Integrate kedeng/BNCuDnn2 into master 11 January 2017, 21:46:16 UTC
0cb7023 CNTK v2 library: Enable inference of output shape for zip operations even when the shapes for some of the inputs are unknown. This is useful for shape inference inside recurrence loops 11 January 2017, 20:07:37 UTC
546e1d2 CNTK v2 library: UserDefined function simplifications a) Add support for saving forward compute values in base BackPropState type itself b) Function::Forward override now receives values for all inputs including Parameters and Constants 11 January 2017, 20:01:59 UTC
f160085 addressed CR comments 11 January 2017, 18:31:32 UTC
c1684a7 more cr changes 11 January 2017, 18:31:32 UTC
89f9a54 addressed CR comments 11 January 2017, 18:31:31 UTC
f929262 variouse bug fixes, environment variable settings, etc. Removed dead code 11 January 2017, 18:31:31 UTC
9ebd46d Integrate pkranen/featExtract into master 11 January 2017, 15:31:03 UTC
a81c60e Integrate mahilleb/DockerFix2 into master 11 January 2017, 13:27:53 UTC
18f35d7 Address CR comments 11 January 2017, 13:22:47 UTC
a792903 Integrate nikosk/trickyv1ops into master 11 January 2017, 12:34:29 UTC
a4e94eb Moving feature extraction example to ResNet_18 11 January 2017, 11:48:43 UTC
fc7331a added test for feature extraction example 11 January 2017, 11:48:43 UTC
319386f addressed CR comments 11 January 2017, 11:48:43 UTC
2bd3cc8 Feature extraction example using AlexNet from python 11 January 2017, 11:48:42 UTC
ad58794 Linux: Docker: fix build - CNTKCustomMKL is now on version 3 - CNTK build with OpenBlas was broken because of additional OpenMP dependencies in test binaries. 11 January 2017, 10:15:46 UTC
6c73818 [CNTK Core] Change BatchNormalization default to CuDnn in both BrainScript and V2 C++/Python, and add fallback to cntk engine when not supported by cudnn Fix epsilon in CuDnnBatchNormalization to be consistent in forward/backward Fix BatchNormalization parameter gradient accumulation Add message on CuDnnBatchNormalization forward infer batch size limitation, and adjust CNTK_202_Language_Understanding eval minibatch size to avoid CUDA failure 11 January 2017, 09:00:09 UTC
434ca58 Examples/Image/Classification/ResNet/BrainScript: Linux: point out that stack size may need to be increased Closes: #1273 References: #1074 11 January 2017, 07:48:51 UTC
3e12624 moved check from serialize to deserialize 11 January 2017, 06:38:44 UTC
4318161 fix g++ error 11 January 2017, 02:14:52 UTC
2d6c2e8 Merge remote-tracking branch 'origin/master' into nikosk/trickyv1ops 10 January 2017, 21:14:39 UTC
7a76c26 typo fix 10 January 2017, 21:11:55 UTC
1222c31 Update log format for Philly 10 January 2017, 19:40:27 UTC
bf99405 Update README.md 10 January 2017, 18:47:54 UTC
d5fe9a0 update to fix window build error adding cast to fix Source/Math/GPUTensor.cu(728): warning C4244: '*=' : conversion from 'unsigned __int64' to 'int32_t', possible loss of data 10 January 2017, 18:15:55 UTC
172293b moved to tools directory, minor bug fix in build-batch files 10 January 2017, 15:47:16 UTC
7493611 address CR comments 10 January 2017, 15:47:16 UTC
77fa209 changes to readme 10 January 2017, 15:47:16 UTC
1ba7faa remove unused command line parameter, add AnacondaBasePath option 10 January 2017, 15:47:16 UTC
5d28532 fix VerifyEnvironmentAndData, integrate download and install of prebuild protobuf and zlib 10 January 2017, 15:47:15 UTC
4ac873f fix zlib download, create parameterized batch files for protobuf and zlib compilation 10 January 2017, 15:47:15 UTC
eac7334 several fixes for downloading, boost and protobuf install 10 January 2017, 15:47:15 UTC
0923497 fixed boost download and opencv installation 10 January 2017, 15:47:15 UTC
6b94f75 Initial DevInstall version 10 January 2017, 15:47:15 UTC
d927e81 Integrate mahilleb/vs2015fi into master 10 January 2017, 15:45:54 UTC
b3668fd Integrate eldak/enablingBetterLoggingInTransferer into master 10 January 2017, 11:35:21 UTC
7cb1db6 Merge remote-tracking branch 'origin/master' into mahilleb/vs2015fi Conflicts: Source/CNTKv2LibraryDll/Utils.cpp 10 January 2017, 10:29:03 UTC
2542848 Enable better logging in GPU transferer 10 January 2017, 09:49:40 UTC
911b2ca Windows: switch to Visual Studio 2015 10 January 2017, 09:47:35 UTC
c9b03e4 Integrate mahilleb/Mnist13 into master 10 January 2017, 09:14:03 UTC
19482ee Integrate alrezni/scratch into master 10 January 2017, 08:57:33 UTC
ce33ede Merge pull request #1272 from nadavbar/nadavbar/imdb_fix FastRCNN - Bad bonding box read when there is only one ground truth annotation 10 January 2017, 08:30:23 UTC
eda6561 Remove unnecesarry new line that was mistakenly added 10 January 2017, 08:00:00 UTC
1cbc4ed Fixed an issue with incorrect bounding boxes read when gt annotation contains only one regio 10 January 2017, 07:58:09 UTC
4b31eda Merge remote-tracking branch 'origin/master' into mahilleb/Mnist13 10 January 2017, 07:05:44 UTC
6dc0956 CNTK_103B_MNIST_FeedForwardNetwork.ipynb: add test Also, let run MNIST tests against the default (end-user) data location. 10 January 2017, 04:42:30 UTC
a51e7fc Update cntk file. 09 January 2017, 23:24:22 UTC
f38f308 Commenting out conv reference engine 09 January 2017, 14:33:36 UTC
42a5aba Fixing number of buffers in the FrameMode packer of ImageReader 09 January 2017, 13:43:12 UTC
077bf23 Fix broken dependency Add PerformanceProfilerDll as a build dependency to ReaderLib. 09 January 2017, 13:07:17 UTC
7d236a2 Integrate zhouwang/fix-valuebuffer-size into master 09 January 2017, 12:40:20 UTC
0c0b5c1 Forgot a change I had on a different branch 08 January 2017, 21:17:49 UTC
db9daf3 Merge remote-tracking branch 'origin/master' into nikosk/trickyv1ops 08 January 2017, 20:17:29 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
back to top