https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
4cd7220 Integrate chazhang/deconv3 into master 02 March 2017, 21:50:30 UTC
4554a27 Integrate chazhang/mempool2 into master 02 March 2017, 21:26:59 UTC
5fb4e7e Revision on deconvolution code to be compatible with Frank's Layer API. If convolution_transpose need to be exposed in C++ API or Python low level API, we will add them later, possibly with a different name. Fix comments. Bug fixes for passing test, and CR feedback. 02 March 2017, 20:11:36 UTC
9a8db4b Adding a workspace memory in MatrixPool.h. Adding a workspace memory in MatrixPool.h. Fixes based on CR. 02 March 2017, 20:08:41 UTC
7ed870d Remove transpose option for Convolution. 02 March 2017, 20:04:41 UTC
2d56cad Integrate sayanpa/negcos2 into master 02 March 2017, 18:38:45 UTC
e9ddb81 Add log message back 02 March 2017, 18:10:41 UTC
0cde2a6 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/negcos2 02 March 2017, 16:54:25 UTC
461d4ba Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/negcos2 02 March 2017, 02:38:04 UTC
e3e8cae Updated the docstrings 02 March 2017, 02:37:50 UTC
de6371b CNTK v2 library: C++ user-defined Function example 02 March 2017, 02:11:10 UTC
4c79aee Updated the doc strings 02 March 2017, 01:01:48 UTC
da32e5f Merged cosine_distance_with_nagative_samples with master 01 March 2017, 22:48:51 UTC
615bdaf Adding convolution_transpose and giving it an optional output_shape parameter. Adding convolution_transpose and giving it an optional output_shape parameter. Remove tabs in the file. Small fix before CR. Bug fix for Linux build. Bug fixes for passing tests. Revision for passing test of loading legacy models. Fixes for CR. Add comments. Various fixes for test. Bug fixes for test. 01 March 2017, 22:48:19 UTC
739bb02 Updated python test and CR update 01 March 2017, 21:57:09 UTC
28b749d Update CNTK_106B_LSTM_Timeseries_with_IOT_Data.ipynb 01 March 2017, 20:05:13 UTC
44a8b8c Integrate alexeyo/Enable-7zip-for-BinaryDrops-Windows into master 01 March 2017, 17:29:58 UTC
1186a3b Addressed CR comments 01 March 2017, 17:06:29 UTC
869d294 Fix typo 01 March 2017, 13:57:09 UTC
af7a8b3 .gitignore: added Source/CNTKv2LibraryDll/buildinfo.h 01 March 2017, 10:01:45 UTC
0475be3 Tests/EndToEndTests/CNTKv2Python/*/run-test: py.test --verbose 01 March 2017, 09:23:19 UTC
b55eaa1 Integrate kedeng/fixEpochSummary2 into master 01 March 2017, 04:39:09 UTC
c7bcc89 Reset epoch start time after epoch summary so speed is displayed correctly 01 March 2017, 02:33:45 UTC
cbeca15 Make blankTokenId a parameter to CTC methods 01 March 2017, 02:18:57 UTC
d224139 Update CTC E2E test 01 March 2017, 02:18:57 UTC
f554394 Expose ForwardBackward node in python 01 March 2017, 02:18:57 UTC
1fc4bb5 Export GraphToLabels node in python 01 March 2017, 02:15:55 UTC
6d64c2b Merge branch 'master' into ebarsoum/prim1 Checkin and CR.. 01 March 2017, 00:49:49 UTC
bbcee25 Revert Sigmoid for now. 28 February 2017, 23:48:36 UTC
b97a741 Fix LogAdd for small value. 28 February 2017, 22:50:08 UTC
b9f734f Integrate ebarsoum/prim1 into master 28 February 2017, 19:14:20 UTC
0407541 Fix doc string 28 February 2017, 18:25:06 UTC
1edb9cf CNTK v2 library: Fix handling of end_static_axis in python, for denoting the leading static axis of an operand whose shape is unknown 28 February 2017, 17:53:53 UTC
5748369 CNTK v2 library: Extend SeqquenceToSequence test to also test sparse labels in the network 28 February 2017, 16:51:18 UTC
6c2619f CNTK v2 library: BUg fixes. a) Short-circuit Unpack to return original matrix if no unpoacking is needed b) Improve error message when loading a BS model containing deprecated nodes. 28 February 2017, 16:51:18 UTC
6207457 Merge branch 'master' into ebarsoum/prim1 For checkin. 28 February 2017, 16:51:07 UTC
6f58ac1 Integrate eldak/tsCallback3 into master 28 February 2017, 14:02:26 UTC
785cd48 Main ReadMe News, February 28, 2017 28 February 2017, 12:51:04 UTC
2a1cd77 Providing callback for cross validation 28 February 2017, 12:32:09 UTC
7d01c90 Merge branch 'master' into ebarsoum/prim1 For CR and checkin. 28 February 2017, 06:35:08 UTC
62b9a58 Add unit test for softplus and don't call addlogexp. 28 February 2017, 06:33:41 UTC
ea5d623 Add Softplus 28 February 2017, 00:27:34 UTC
5868673 Integrate alrezni/binary_reader into master 27 February 2017, 16:01:21 UTC
bfded71 A few minor reader improvements CNTK Binary Reader: make 'randomize' default to 'true' Refactor code that parses 'randomizationWindow' config value to a function in ReaderUtil. 27 February 2017, 13:07:14 UTC
a6e13ce Packing matries in V1 Aggregation Packing aggregated matrixes into continuous buffer so less MPI operations are used. Usage: Introduce a configurable threshold size (units = KB) and only pack gradients into a continous buffer whose total size is below the threshold. This is to avoid possible memory overflow. The default threshold size is 32KB. To change this value, specify "packThresholdsizeInKB=value" (e.g. 2048 for 2MB) in train/eval config file. Notes: acquire continous buffer only if NCCL is not supported Fallback to normal execution if not enough extra continous memory available change reduce all to unblocking reduce all SimpleDistAggregate: Broadcast the aggregated headers to all nodes Configurable threshold size to pack gradients in a buffer simpleAggregator: pack the gradient into continous buffer if its size is less than PackThresholdSize Add all constant definitions to a header file in Common 25 February 2017, 18:53:48 UTC
9375555 Improve speed: borrow instead of copy NDArrayView memory whenever possible on CPU 25 February 2017, 12:35:42 UTC
c3daa25 Updated python function and the test 25 February 2017, 08:31:37 UTC
db1e443 CNTK v2 library: Expose the CosineDistanceWithNegativeSamples operator in V2 API 25 February 2017, 02:40:40 UTC
eb99598 Merge remote-tracking branch 'origin/master' into nikosk/pyslots 25 February 2017, 02:05:27 UTC
53cf523 incorporated code review comments 25 February 2017, 02:02:51 UTC
3922816 Integrate amtiaga/bugFixesForReasonNet into master 25 February 2017, 00:54:44 UTC
baf8b41 Integrate ebarsoum/prim1 into master 25 February 2017, 00:50:31 UTC
8df7fe5 Integrate wilrich/inputAsValue into master 25 February 2017, 00:09:47 UTC
38579f0 CNTK v2 library: Add support for multi-ouput User defined Functions 24 February 2017, 22:42:45 UTC
9384fed Add ELU to CheckEnum. 24 February 2017, 22:10:10 UTC
7a52181 Docstring updates 24 February 2017, 20:31:39 UTC
68b5a6b Address feedbacks. 24 February 2017, 20:03:26 UTC
f36a7e5 Fix sanitization when Value or MinibatchData is passed as input 24 February 2017, 19:45:49 UTC
adf45f0 Merge with master 24 February 2017, 19:17:48 UTC
178c6d5 Bump version number. 24 February 2017, 19:10:52 UTC
b90b5b9 Replace ELU expression with a proper node. 24 February 2017, 19:08:58 UTC
4736e37 avoid to use pin_ptr use reinterpret_cast 24 February 2017, 16:43:11 UTC
5a1aaf2 use GCHandle to fix memory fault when GC move objects around. remove GC::Collect() which is for test purpose only 24 February 2017, 16:42:55 UTC
7c5337a Integrate t-ivrodr/small_fix_v2_run_test into master 24 February 2017, 10:43:54 UTC
f61c5c4 Switch BinaryDrops Windows to use 7zip: fixed source path for 7za 24 February 2017, 10:30:46 UTC
716f70e Switch BinaryDrops Windows to use 7zip: fixed comment 24 February 2017, 10:12:48 UTC
f3e34f7 Switch BinaryDrops Windows to use 7zip: fixed syntax 24 February 2017, 10:07:21 UTC
392803d Switch BinaryDrops Windows to use 7zip 24 February 2017, 09:55:54 UTC
1d0e380 Update README.md 24 February 2017, 02:26:09 UTC
6d95eda remove redundant methods 24 February 2017, 00:14:52 UTC
4a72222 __str__ and __repr__ for variable and function 24 February 2017, 00:12:41 UTC
d73a3a4 Integrate amtiaga/bugFixesForReasonNet into master 23 February 2017, 23:11:58 UTC
e17035a CNTK v2 library: Adjusted the baseline for GAN tutorial for CPU 23 February 2017, 22:18:48 UTC
49aeeae Update README.md 23 February 2017, 21:46:18 UTC
ef3aa02 CNTK v2 library: Fixed a couple of tutorials that were using numpy imnterop to properly specify the dynamic axes of inputs; earlier the models were specifying inputs to have both sequence and dynamic axes though the fed numpy array data did not account for the sequence axis causing the batch dimension to be wrongly interpreted as the sequence dimension. This was working earlier due to a bug in interpreting numpy data which always interpreted the leading axis to be the bacth axis regardless of the actual dynamic axis the input has; fixing that bug exposed the issue with these notebooks 23 February 2017, 21:39:36 UTC
9d4a2f6 CNTK v2 library: Fixed the output of grad to be a map when of length > 1 to be consistent with eval 23 February 2017, 21:39:36 UTC
8451dd2 CNTK v2 library: Added support to turn off numpy conversion for backward/grad function and a performance bug fixed in grad 23 February 2017, 21:39:36 UTC
fed18f7 CNTK v2 library: Fix the conversion of ndarray objects to Value objects when a single ndarray is passed instead of a list for a batch of data 23 February 2017, 21:39:36 UTC
36d8eb5 CNTK v2 library: Fix a bug in NDArrayView::SliceView for 1D NDArrayViews 23 February 2017, 21:39:36 UTC
866ab4f CNTK v2 library: Fixed a minor crash in Value::Create method 23 February 2017, 21:39:36 UTC
3b546e0 CNTK v2 library: Fixed a minor bug in progress printer 23 February 2017, 21:39:36 UTC
f27a473 Integrate mahilleb/206tolerance into master 23 February 2017, 19:57:53 UTC
1b4ec4f Merge remote-tracking branch 'origin/master' into mahilleb/PostReleaseMerges Resolved conflict with: bindings/python/doc/tutorials.rst 23 February 2017, 19:47:44 UTC
e8634ba Integrate guschmue/tut-106b into master 23 February 2017, 18:15:13 UTC
31dc293 Integrate vadimma/CTCUpdateTest into master 23 February 2017, 17:39:25 UTC
4810214 Tests/EndToEndTests/CNTKv2Python/Tutorials/CNTK_206_Basic_GAN_test.py: bump CPU tolerance to 0.40 23 February 2017, 17:20:57 UTC
f75dd14 Tools/make_samples_zip.ps1: switch to 7za.exe 23 February 2017, 16:54:52 UTC
1397c0d bindings/python/doc/tutorials.rst: fix typo 23 February 2017, 16:14:10 UTC
4d337e7 bindings/python/doc/gettingstarted.rst: bump version 23 February 2017, 16:13:58 UTC
ddecb1c Tests/EndToEndTests/EvalClientTests/CNTKLibraryCSEvalExamplesTest: cannot run in 'debug' 23 February 2017, 16:11:18 UTC
5b5c4be bindings/python/cntk/sample_installer.py: stick to lower-case beta 23 February 2017, 16:11:08 UTC
5adf121 Bump NuGet package versions 23 February 2017, 16:11:00 UTC
dc0dde6 Bump versions Conflict resolved for: bindings/python/doc/tutorials.rst 23 February 2017, 16:10:19 UTC
dea3ebd Main ReadMe News, February 23, 2017 23 February 2017, 15:47:22 UTC
174b6d6 Added simpler logic 23 February 2017, 09:01:30 UTC
ced8a79 Add CPU CTC E2E test baselines 23 February 2017, 06:44:59 UTC
5e79758 Refactor CPU version of CTC to align with GPU for readability 23 February 2017, 04:20:55 UTC
d78332a Fix a bug that CPUSparseMatrix::DoGatherColumnOf may generate matrix that's not CSC compliant and cause CUDA failure in GEMM 23 February 2017, 02:23:02 UTC
d2ff358 Merge remote-tracking branch 'origin/master' into nikosk/pyslots 23 February 2017, 00:58:57 UTC
5404310 Update the CTC E2E test 23 February 2017, 00:12:44 UTC
back to top