https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
33820d2 Update ConvNet_CIFAR10_DataAug_Distributed.py 26 May 2017, 00:48:59 UTC
8f90fdc Integrate chenta/align_axis into master 25 May 2017, 22:11:49 UTC
bb2c3d9 fix a bug during get item 25 May 2017, 17:54:00 UTC
4110f6f Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 25 May 2017, 02:34:36 UTC
c14c7ca Change data source for the finance tutorial 25 May 2017, 02:29:53 UTC
b7e51fa fix comments in cr 25 May 2017, 01:30:03 UTC
263e19c add python global flag and align axis when call __getitem__ in keras mode 25 May 2017, 01:30:03 UTC
c866e56 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 24 May 2017, 21:43:12 UTC
ddf8f53 Minor cleanup. 24 May 2017, 18:55:44 UTC
d2f83e9 Merge branch 'master' into ebarsoum/fixes For checkin... 24 May 2017, 18:23:32 UTC
be119fb Fix assign node to mark the destination node as dirty. 24 May 2017, 18:21:56 UTC
7ee6f32 Integrate mahilleb/PostReleaseMerges into master 24 May 2017, 16:41:34 UTC
c955ded Main ReadMe update, May 24, 2017 24 May 2017, 13:22:21 UTC
91f19d3 Integrate mahilleb/eldak/fixingBatchNorm2 into master 24 May 2017, 12:18:54 UTC
5bcb67f bindings/python/doc/gettingstarted.rst: activate not necessary if CNTK in root environment 24 May 2017, 12:02:40 UTC
c37b944 Tests/Install/linux/prep-run-test.sh: filter out another Jupyter notebook 24 May 2017, 12:02:10 UTC
8a802a2 Examples/Image/Classification/VGG/Python: temporarily remove 24 May 2017, 12:01:24 UTC
d5b477d Examples/LanguageUnderstanding/ReasoNet: temporarily remove 24 May 2017, 12:01:24 UTC
f70166e Tutorials/CNTK_204_Sequence_To_Sequence.ipynb: downloader fix wrt cached / pre-existing data 24 May 2017, 12:01:23 UTC
288f7d1 bindings/java/Swig/CNTKLibraryJavaBinding.vcxproj: change link 24 May 2017, 12:01:23 UTC
9b9f425 Scripts/install/*/conda-*.yml: remove psutil for now 24 May 2017, 12:01:23 UTC
42d1b81 Tests/Install/windows: exclude test_base64_image_deserializer 24 May 2017, 12:01:23 UTC
8dc56e2 Bump version numbers 24 May 2017, 12:01:23 UTC
1c1a285 Integrate pkranen/rpnutils into master 24 May 2017, 10:28:00 UTC
2c84578 Integrate alrezni/2gb_limit into master 24 May 2017, 08:59:43 UTC
5d140f4 marking cython modules as binary 24 May 2017, 08:12:50 UTC
e7ea996 cleaned up rpn component 24 May 2017, 07:20:38 UTC
360f0e6 Added region proposal network as util component 24 May 2017, 07:20:30 UTC
e0f8382 Fix crop size also and address feedback. 24 May 2017, 02:28:23 UTC
aa55ad7 Merge branch 'master' into ebarsoum/fixes For CR... 24 May 2017, 00:52:33 UTC
eeec5f6 Fix crop parameters. 24 May 2017, 00:51:36 UTC
340d6d8 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 23 May 2017, 22:47:33 UTC
15cf60c Integrate chazhang/conv_lstm into master 23 May 2017, 22:43:27 UTC
8b5aaee Fixed the break due to Y! finance data format change 23 May 2017, 22:41:45 UTC
eadb0d5 Tests/EndToEndTests/CNTKv2Python/Examples/language_understanding_test.py: enable disabled tests 23 May 2017, 21:17:33 UTC
2c21a30 Fix for 2D spatial BN; add unit tests. 23 May 2017, 21:16:50 UTC
16107fc Fixing cudnn in case of 1-D arrays 23 May 2017, 21:16:50 UTC
f1e9e5b Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/rstfix 23 May 2017, 20:34:31 UTC
63d9f85 Bug fix for dynamic axis. Add comments from CR. 23 May 2017, 20:31:17 UTC
1ec22a8 Integrate chenta/fix_a_crash into master 23 May 2017, 19:40:53 UTC
b272bf2 Fixing an updated CNTK setup link 23 May 2017, 18:39:41 UTC
ae2b755 Fix Convolution transpose description. 23 May 2017, 18:08:03 UTC
f9c5294 Integrate eldak/fixingTestConfig into master 23 May 2017, 17:31:21 UTC
c1b41bc fix a crash during convolution 23 May 2017, 16:29:20 UTC
50a0f0d Integrate mahilleb/cudnn6 into master 23 May 2017, 15:56:42 UTC
92377c5 Remove the upper bound (2GB) on the model size CNTKv2 protobuf-based serialization can now be used to save and load model exceeding 2GB in size. 23 May 2017, 14:50:19 UTC
a41dc97 Integrate t-ivrodr/fix_tests_dependencies into master 23 May 2017, 14:16:29 UTC
18de8f0 Adding input to stream for testing and cv config 23 May 2017, 12:59:13 UTC
decf082 CuDNN 6 source build support 23 May 2017, 11:10:15 UTC
85ed877 Fixing sample count in case several distributed learners are used 23 May 2017, 09:21:11 UTC
6e1cd7f bindings/python/cntk/learners: doc: turn table into bullet list 23 May 2017, 08:30:04 UTC
24497f1 Fix dependencies for V2LibraryTests project 23 May 2017, 08:17:36 UTC
4d0b4f7 bindings/python/doc/knownissues.rst: remove, index.rst: edited 23 May 2017, 07:02:34 UTC
a60f3b0 Integrate mahilleb/vgg into master 23 May 2017, 00:55:02 UTC
bd0df16 Integrate sayanpa/tutfix into master 23 May 2017, 00:07:14 UTC
c656399 ests/EndToEndTests/Examples/Image/Classification/VGG_ImageNet: address CR comments 22 May 2017, 23:22:52 UTC
0703899 CNTK v2 library: Remove all deprecated python APIs. 22 May 2017, 22:44:54 UTC
aea6c08 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 22 May 2017, 20:03:58 UTC
e7e3983 Add support for block functions in optimized_rnnstack_converter Bug fixes in crosstalk test and graph depth_first_search Rename cntk.utils -> cntk.misc to avoid confliction with internal namespace 22 May 2017, 18:02:16 UTC
b79cd3c Integrate mahilleb/vgg into master 22 May 2017, 15:10:15 UTC
c2af19f Integrate 39f4b04d5a5e631b50a307b50ed5935a60edb85a into master 22 May 2017, 14:27:17 UTC
0181f43 Integrate zhouwang/fix-java-test2 into master 22 May 2017, 14:09:43 UTC
d4cf1ae Tests/EndToEndTests/Downloads: add more 22 May 2017, 13:42:50 UTC
e629357 remove unused command parameters 22 May 2017, 13:37:38 UTC
39f4b04 bindings/python/cntk: docstrings: turn some TBA into Todos 22 May 2017, 13:35:59 UTC
80effd5 Integrate wilrich/fixUserMBSource into master 22 May 2017, 00:19:21 UTC
6cb3206 Make Linux compile 21 May 2017, 21:01:53 UTC
1da27fa Integrate wilrich/memCheckInProcess into master 21 May 2017, 16:04:33 UTC
9f95125 Fix hard tabs 21 May 2017, 13:29:07 UTC
8dd687e Mem threshold clarification comment 21 May 2017, 13:25:47 UTC
bd89b72 Hide 'import psutil' in function 21 May 2017, 13:22:06 UTC
8623270 Add support for checkpointing UserMinibatchSource 21 May 2017, 13:12:54 UTC
2e6ef66 Add maxSamples to CrossValidationConfig 21 May 2017, 13:12:53 UTC
fd9a616 Correctly report user type errors for StreamInfo and UserMinibatchSource 21 May 2017, 13:12:51 UTC
9ba1cff Fix missing parameters in UserMinibatchSource 21 May 2017, 13:12:49 UTC
b3c1590 Integrate wilrlich/fixDQNExample into master 21 May 2017, 12:41:34 UTC
cc34213 Small fixes 20 May 2017, 21:47:33 UTC
19a5735 WIP 20 May 2017, 20:27:33 UTC
9b42872 removed unused cudafe argument 20 May 2017, 19:26:14 UTC
d8d4d8e Merge branch 'current' into nikosk/pow_fix2 20 May 2017, 19:24:47 UTC
d6e4715 Squashed commit of the following: commit 33d3e252278a0a4d97434915e4e2ab663f6497b4 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Sat May 20 12:01:12 2017 -0700 improved docs commit 76cdc53d754d25ea8b0d666b6be2ed75de6d14a6 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Sat May 20 11:54:16 2017 -0700 make nan cross platform commit e63751217783206388996ccd61f1d804afcfb486 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri May 19 18:11:47 2017 -0700 reverted sln file commit 44dc3da499c4a6492dcda46c58cb566ea67dcbe2 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri May 19 18:08:25 2017 -0700 fix tests commit 63f8750c1e9682837ec4f8a28f3e2fe94b42b30a Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Fri May 19 17:27:16 2017 -0700 pow with negative base 20 May 2017, 19:24:11 UTC
33d3e25 improved docs 20 May 2017, 19:01:12 UTC
76cdc53 make nan cross platform 20 May 2017, 18:54:16 UTC
7de4228 Integrate mahilleb/TutDownload into master 20 May 2017, 13:49:49 UTC
5a3f2ad Integrate 7d89ae441df36ee8ea23e7b92fd7febdde3cfcb6 into master 20 May 2017, 12:35:49 UTC
e637512 reverted sln file 20 May 2017, 01:11:47 UTC
44dc3da fix tests 20 May 2017, 01:08:25 UTC
63f8750 pow with negative base 20 May 2017, 00:27:16 UTC
2d40dd7 CNTK v2 library: Fix a bug in BlockFunction cloning where old dynamic axes information inside the block was being incorrectly retained causing errors when replacing with inputs having different dynamic axes compared to the clonee 19 May 2017, 22:02:19 UTC
5020673 CNTK v2 library: Add a final V2 graph validation before constructing/compiling the internal ComputationNetwork engine. 19 May 2017, 20:54:12 UTC
de47aef Integrate zhouwang/cseval-api into master 19 May 2017, 20:14:41 UTC
e096943 Integrate chazhang/asym into master 19 May 2017, 19:47:41 UTC
ffdc072 Integrate pkranen/exTests into master 19 May 2017, 19:15:56 UTC
1257c97 Integrate alrezni/scratch into master 19 May 2017, 18:55:22 UTC
b9ac8f3 Fix for asymmetric padding detection when stride >= input. Bug fix. 19 May 2017, 18:34:23 UTC
d97f5f1 avoid to create garbage Java types during mapping 19 May 2017, 17:28:24 UTC
0de5f02 ignore methods using double/float/char * as parameters to avoid incorrect mapping in Java 19 May 2017, 17:28:12 UTC
caf19bc fix bug 19 May 2017, 17:27:59 UTC
f8c42e1 make DimensionSize private 19 May 2017, 17:18:10 UTC
83ecbe8 Tests/EndToEndTests/CNTKv2Python/Tutorials/CNTK_*DataLoader_test.py: enable for weekly Also, make sure cached data isn't used. 19 May 2017, 16:30:16 UTC
back to top