https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
3801c45 bugfix 08 December 2016, 11:23:03 UTC
bf8d02c bugfix 08 December 2016, 10:54:19 UTC
6472bc1 Fixup breakages from DistLearner changes 07 December 2016, 20:28:22 UTC
dc259d5 Fix missing paren 07 December 2016, 18:46:40 UTC
eca7cf7 # This is a combination of 6 commits. # The first commit's message is: Modify distributed example to make cntk calls explicit. Make layers and models modules proper submodules of cntk. Add philly heartbeat to PrintProgress. PrintProgress output to logfile per rank. Make swig_install.sh executable # This is the commit message #2: Add comments # This is the commit message #3: convert another print to __logprint # This is the commit message #4: Fix spelling in comments # This is the commit message #5: Add redirect printout # This is the commit message #6: move some prints from log to stdout 07 December 2016, 18:33:46 UTC
a013911 Tools/make_binary_drop_linux: fix cudnn copy 07 December 2016, 15:36:05 UTC
c068cac Tools/make_binary_drop_linux: update wrt CUDA-8 07 December 2016, 14:37:16 UTC
28615d1 Tools/docker/CNTK-GPU-*Image: update to CUDA-8 based image. Note: to run, you may need to update your NVIDIA GPU driver and/or the nvidia-docker utility. Also, compile OpenCV with CUDA off, as we currently do not take advantage of it anyway. 07 December 2016, 12:41:32 UTC
096810f Linux: CUDA-8.0 - A few baseline updates on Speech tasks. - configure: put cuda-8.0 up front in the list 07 December 2016, 12:40:11 UTC
0954a60 Integrate alrezni/fix_prefetch_transferer into master 07 December 2016, 12:14:47 UTC
5e7fdd5 Integrate eldak/distributedLearner3 into master 07 December 2016, 11:44:57 UTC
a037746 Remove statics from prefetch transferer 07 December 2016, 10:57:48 UTC
067078b Adding distributed learner 07 December 2016, 09:21:36 UTC
c12979b Fix sparse matrix MultiplyAndAdd bug that old value may not be kept 07 December 2016, 07:49:01 UTC
e7edfa7 Update README.md 06 December 2016, 18:12:57 UTC
fa3c607 Update README.md 06 December 2016, 18:09:53 UTC
7af9ba1 Integrate alrezni/v2_set_value into master 06 December 2016, 10:05:44 UTC
f5f7b0c Add Parameter::SetValue 06 December 2016, 09:01:03 UTC
7e3636d README.md link fix 06 December 2016, 02:39:41 UTC
ad3f4b0 Add "Getting data" for python README.md in Image/Classificiation 06 December 2016, 02:35:27 UTC
1149061 Update README.md 05 December 2016, 23:57:47 UTC
c3377ef Integrate eldak/decimateSequence into master 05 December 2016, 17:44:57 UTC
8f23f41 Fix manual device selection in trainer_test.py Make sure that the device is properly passed into all API calls that needed it (in trainer_test.py). 05 December 2016, 13:14:54 UTC
253e0a1 Integrate alrezni/v2_save_model into master 05 December 2016, 13:03:37 UTC
3a085d6 Remove legacy format flag from SaveModel Use protobuf-based serialization for model saving in V2. Refactor saving models in legacy format to a separate function (in Internal namespace). 05 December 2016, 12:16:40 UTC
57fdec4 Changing default decimation for the image deserializer 05 December 2016, 11:08:29 UTC
4b687f4 Integrate alexeyo/Binary-Drop-Linux-Remove-Unneeded-Files into master 05 December 2016, 08:37:24 UTC
7188c1f widen tolerance value for ASGD e2e test 05 December 2016, 02:02:50 UTC
cc76411 Integrate zhouwang/fixbug-valuecreate into master 04 December 2016, 08:37:55 UTC
17089ed refactor to better share code update printf to make gcc happy use CheckShape 03 December 2016, 20:53:58 UTC
227b653 Fixed ReadMe in ATIS example 03 December 2016, 19:42:55 UTC
c9fb809 Remove unnnecessary files from Linux Binary Drops 03 December 2016, 15:49:17 UTC
0f7f76d update makefile, fix printf format specifier for gcc 03 December 2016, 09:46:29 UTC
f94b122 add tests for Value:Create, dense/onehot and with/without mask 03 December 2016, 09:43:55 UTC
761ed6d Added a link to the finance tutorial 03 December 2016, 00:19:09 UTC
8ffdeb5 Merge branch 'master' into nikosk/cos2pass 02 December 2016, 23:28:02 UTC
4a14023 Integrate wilrich/fixAxesComparison into master 02 December 2016, 21:28:42 UTC
ed6a0eb Integrate zhouwang/fixbug-valuecreate into master 02 December 2016, 20:44:40 UTC
133e7c5 Throw exception when dtype=object arrays are passed 02 December 2016, 20:00:14 UTC
5b01dff Accept axes as non-list; type-checking 02 December 2016, 20:00:03 UTC
8d15b2e Integrate t-ivrodr/output_in_graph into master 02 December 2016, 19:13:42 UTC
842805c Merge pull request #1120 from SuriyaaKudoIsc/patch-1 Use https:// URLs 02 December 2016, 18:20:48 UTC
e1666a1 Merge branch 'master' into nikosk/cos2pass 02 December 2016, 17:34:37 UTC
994822a Fixed typo 02 December 2016, 17:34:18 UTC
f9e5a4c Integrate mahilleb/LinuxPy35 into master 02 December 2016, 16:25:53 UTC
7d18ea6 Addressing comments in CR 02 December 2016, 15:24:38 UTC
8900de2 Avoiding crash for non existent node in graph and add tests 02 December 2016, 15:24:38 UTC
6397488 Use https:// URLs instead of http:// 02 December 2016, 15:02:08 UTC
73c9fee add comments 02 December 2016, 14:51:32 UTC
bcfe583 Integrate t-ivrodr/combine_pytest into master 02 December 2016, 14:33:28 UTC
9926c54 Merge remote-tracking branch 'origin/master' into mahilleb/LinuxPy35 02 December 2016, 13:29:34 UTC
0d46f6d Integrate eldak/fixingNewReaderMBSize into master 02 December 2016, 12:50:56 UTC
e8f7992 Integrate alrezni/fix_end_of_epoch into master 02 December 2016, 11:23:06 UTC
211df14 Integrate sayanpa/pydoc into master 02 December 2016, 10:12:15 UTC
3c70c3c Integrate movasi/distrib_miou into master 02 December 2016, 10:01:38 UTC
17e4a07 Added CR comments and updated test 02 December 2016, 09:15:45 UTC
6f89bfe Adding a time series tutorial with Pandas and Numpy interop for finance data 02 December 2016, 09:15:45 UTC
5fdf7ca Integrate wilrich/paddingFix into master 02 December 2016, 09:01:11 UTC
247aba3 address comments in CR 02 December 2016, 08:44:04 UTC
ab84f15 Add pytest for combine operator 02 December 2016, 08:44:04 UTC
4046f88 Fixing mbsizing for the new reader Addressing CR Fixing shim 02 December 2016, 08:41:35 UTC
1b6cc77 Fix timestamp bump After ResetEvalTimeStamps function is called, all nodes in the network will have the same timestamp equal to global timestamp counter. The first BumpEvalTimeStamp function that is called after that will leave the timestamp of the node unchanged and will just increment global counter. This causes the problem when one wants to repeat forward pass for the part of the network, by bumping timestamps of the nodes from which the forward pass should be performed. E.g. from accumulator nodes to evaluation nodes after aggregation of accumulator values is done at epoch end. This change fixes described problem. 02 December 2016, 08:12:51 UTC
93f12da Fix distributed calculation of mean IOU Currently, every worker calculates mean IOU error on subset of data set and final (aggregated) error represents average of these errors, which is incorrect. This issue is addressed by aggregating accumulator values at epoch end and re-running the forward pass from accumulators to evaluation node to obtain the final result. Aggregation across workers is done at epoch end and not in each minibatch to avoid additional synchronization cost. 02 December 2016, 08:12:51 UTC
b79a30a Integrate v-yuxgu/memoryopt-fix into master 02 December 2016, 03:21:27 UTC
fa96612 Allow to test against multiple Python versions; add support for Py 3.5 on Linux Contains some changes towards Python 2.7 support as well. 02 December 2016, 03:06:30 UTC
f07a436 Integrate thhoens/nbr3 into master 02 December 2016, 02:59:18 UTC
11a051c Integrate sayanpa/pytut into master 01 December 2016, 23:31:27 UTC
7fc2f50 Allow for NumPy arrays in one-hot 01 December 2016, 19:46:20 UTC
e2b7fee Incorporated CR feedback 01 December 2016, 19:24:52 UTC
e6c96f8 Added couple of clarifying comments without any test 01 December 2016, 19:24:51 UTC
ef6aa85 Final update for CNTK Binary Reader. 01 December 2016, 18:31:10 UTC
763567e Properly set the end of epoch flag on the last minibatch 01 December 2016, 16:33:22 UTC
0def86c Fix shape determination in sequences, if they are lists of NumPy arrays 01 December 2016, 11:00:31 UTC
aed74e3 Make error message consistent. 01 December 2016, 07:07:05 UTC
b87fe62 Merge branch 'master' into v-yuxgu/memoryopt-fix 01 December 2016, 06:03:50 UTC
860cf6f Merge branch 'master' into ebarsoum/oldmodel Checkin. 01 December 2016, 05:38:20 UTC
ea1ce58 Provide better error message for wrong image layout. 01 December 2016, 05:37:33 UTC
8a22b30 Integrate mahilleb/Py1BitSGD into master 01 December 2016, 02:53:34 UTC
776b7d3 This commit is intentionally empty. 01 December 2016, 02:10:04 UTC
1a5b835 Added tests, Makefile for Linux builds and fixed things per the CR. 01 December 2016, 01:36:07 UTC
695fb29 Updated DiskOffsetsTable and added comments. 01 December 2016, 01:36:05 UTC
e86af14 Initial commit of CNTKBinaryReader 01 December 2016, 01:36:04 UTC
ccb6b42 Merge branch 'master' into ebarsoum/oldmodel For CR. 01 December 2016, 01:22:34 UTC
a043841 Support legacy average and max pooling node in v2. 01 December 2016, 00:15:54 UTC
d939390 Tests/EndToEndTests/CNTKv2Python/: include 1bitsgd in test run 30 November 2016, 19:23:27 UTC
026c5c0 Integrate ebarsoum/action into master 30 November 2016, 18:49:42 UTC
932929e Integrate amitaga/v2Beta4 into master 30 November 2016, 12:03:57 UTC
3d29d1a Integrate wilrich/rename into master 30 November 2016, 11:41:52 UTC
1f5a070 Integrate alrezni/v2_fix_adagrad into master 30 November 2016, 09:41:00 UTC
5e79d74 bug fix in Value::Create() 30 November 2016, 08:34:15 UTC
5663dc2 CNTK v2 library: Fixed a bug in Reshape backpropagation implementation where the input gradient was being overwritten instead of being accumulated into and also fixed other reshape related issues in python binding as well as in reshape tests 30 November 2016, 08:22:43 UTC
220ecb9 Fix smoothed gradients pre-allocation in AdaGrad Close #1096 30 November 2016, 08:21:37 UTC
97bba67 Disable UCF11 unit test. 30 November 2016, 02:54:56 UTC
a1a7d87 Merge branch 'master' into ebarsoum/action For checkin. 30 November 2016, 01:51:12 UTC
4bbaa19 weak learning rate. 30 November 2016, 01:50:22 UTC
93d5166 Incorporated CR comment 29 November 2016, 22:51:09 UTC
7e8eada Added link to the tutorials from Azure notebook site. 29 November 2016, 22:51:09 UTC
c2b4817 Merge branch 'master' into ebarsoum/action For CR and checkin. 29 November 2016, 21:41:44 UTC
1eb417d Update based on CR feedbacks. 29 November 2016, 21:40:57 UTC
e39089b Integrate mahilleb/PySetupMath into master 29 November 2016, 17:11:41 UTC
back to top