sort by:
Revision Author Date Message Commit Date
610065c adapted train_models_for_evaluation.py to run on CPU 03 March 2017, 03:55:57 UTC
2d62f18 moved Variable.__getitem__() to TensorMixIn in prep for merge 03 March 2017, 03:26:11 UTC
6a4c9d6 reverted __call__() to old behavior 03 March 2017, 01:45:31 UTC
b141fc0 added some debug code for tracking down Python 2.7 __getattr__() problem; fixed accidental commit of build.bat 03 March 2017, 01:34:23 UTC
60cc5e2 updated a test 03 March 2017, 00:55:16 UTC
b2369d8 _train_test_mb_map_args() now a little less strict about signature of model and metric 03 March 2017, 00:46:07 UTC
0f00a0f merge-fix (softplus) 03 March 2017, 00:37:57 UTC
90610df fixed a merge error 02 March 2017, 23:09:25 UTC
35b953b addressed CR feedback 02 March 2017, 20:01:29 UTC
76ee697 removed unused options in depth_first_search(); a Python 2.7 fix in seq2seq 02 March 2017, 19:47:41 UTC
736d2f0 merged from master 02 March 2017, 19:46:22 UTC
c1413f5 added buildinfo.h to .gitignore 02 March 2017, 04:02:16 UTC
16620e2 train_models_for_evaluation.py can only run on the GPU due to sparse model updates 02 March 2017, 03:58:24 UTC
c4846b0 removed accidentally committed buildinfo.h from repo 02 March 2017, 03:55:28 UTC
beee267 added a back-compat blocks.py that shows a deprecation warning 02 March 2017, 03:46:49 UTC
de1dcbb changed the test for LayerNormalization() due to rounding problems 02 March 2017, 03:32:41 UTC
913a33f updated s2s test 02 March 2017, 03:14:41 UTC
ac19c14 made Python 2.7 happy; refined Type.__str__() 02 March 2017, 03:11:55 UTC
de6371b CNTK v2 library: C++ user-defined Function example 02 March 2017, 02:11:10 UTC
9576147 removed plot() command in LanguageUnderstanding, since it fails in testing (GraphViz not installed) 02 March 2017, 00:46:54 UTC
4803185 updated a test 02 March 2017, 00:44:15 UTC
0b883c0 bug fix: under Python 2.7, get_python_function_arguments() should actually use the __annotations__ it finds 02 March 2017, 00:40:31 UTC
03dea26 utils.debughelpers.dump_signature() now prints a more or less correct Python 3 type annotation 02 March 2017, 00:30:59 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
28b749d Update CNTK_106B_LSTM_Timeseries_with_IOT_Data.ipynb 01 March 2017, 20:05:13 UTC
3bb57a3 completed adding docstrings to all in layers.py with examples that double up as tests 01 March 2017, 19:22:32 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
a6dd32f Scripts/install/*/conda-*.yml added pydot-ng==1.0.0 (via Pip) 01 March 2017, 16:02:59 UTC
2e9c6f2 (a comment) 01 March 2017, 16:02:57 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
edbfb43 bug fix: sequential Convolution() must add bias before final reshape, as to not mix up the dimensions; fixed a now incorrect shape of an sequential 1D-convolution test 01 March 2017, 02:39:32 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
9b29735 bug fix in axis emulation in Convolution(); added some docstrings 01 March 2017, 00:48:45 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
5dbe591 fixed a merge error in BatchNormalization(); fixed a few more in language_understanding_test.py 28 February 2017, 19:56:38 UTC
1a7bff6 updated a few tests 28 February 2017, 19:38:31 UTC
5000db7 addressed CR feedback 28 February 2017, 19:23:13 UTC
b9f734f Integrate ebarsoum/prim1 into master 28 February 2017, 19:14:20 UTC
b6f806e bug fix in _train_test_mb_map_args(): should detect the tuple(dict, List[bool]) case. Also updated the doc string 28 February 2017, 19:08:50 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
0856bc7 updated a test 28 February 2017, 02:32:54 UTC
e015c0a changed from @FunctionWithSignature decorator to @Signature as agreed with Chris, Willi, and Sayan 28 February 2017, 02:11:31 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
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
af42897 (typo) 25 February 2017, 01:33:52 UTC
e391687 simplified layers_test.py (no more fooDict); changed all example @Function with signature to @FunctionWithSignature for python 2.7 happiness; fixed an incorrect use of default values in word_rnn.py and 207 tutorial; updated a CS test w.r.t. LanguageUnderstanding.py 25 February 2017, 01:31:02 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
c10e72e updated layers_test.py for Python 2.7 happiness 24 February 2017, 23:04:09 UTC
9c71c15 changed utils.RecordWith() to a member function Record.updated_with() 24 February 2017, 22:56:09 UTC
38579f0 CNTK v2 library: Add support for multi-ouput User defined Functions 24 February 2017, 22:42:45 UTC
77fecf1 implemented @FunctionWithSignature, as an emulation of a @Function with type annotations for pre-2008 Python users 24 February 2017, 22:41:11 UTC
9384fed Add ELU to CheckEnum. 24 February 2017, 22:10:10 UTC
108ed99 updated language_understanding_test.py 24 February 2017, 21:56:51 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
f270709 softplus() tests now have correct expected values 24 February 2017, 18:52:55 UTC
7adb475 fixed Stabilizer() test; fixed a few imports of new tests from cntk.blocks; added new tests to PythonExamples.pyproj 24 February 2017, 18:41:30 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
0e3a110 merged from master 24 February 2017, 02:06:25 UTC
995c0b4 addressed CR feedback 24 February 2017, 01:16:00 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
ead46d4 convolution _pad_to_shape() now requires vector to either fully broadcast or already match the rank of the rf_shape, per Nikos' CR feedback; addressed CR feedback 23 February 2017, 23:52:21 UTC
back to top