https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
19c2de3 enable ceilOutDim in BS 02 March 2017, 08:35:14 UTC
1e2c999 Update zipfacefilereader 02 March 2017, 05:50:24 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
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
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
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
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
b4ec1a2 Update zipfacefilereader 01 March 2017, 11:40:04 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
d597f7a add a python unit test for ceil pooling 01 March 2017, 07:04:35 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
1cfe422 Merge branch 'master' into v-yuxgu/ceil-pooling 01 March 2017, 01:45:09 UTC
9e0f3f5 add an extra term ceilOutDim to ceil the output size 01 March 2017, 01:44:02 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
c8b7651 fix reader `Register` 25 February 2017, 09:08:00 UTC
c3daa25 Updated python function and the test 25 February 2017, 08:31:37 UTC
1403e82 Merge branch 'master' into v-lelu/facereader-test 25 February 2017, 07:36:40 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
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
60ea759 Allow for non-percentage metric in ProgressPrinter Added optional argument to constructor for ProgressPrinter which enables treatment of metrics as standard values. Original treatment was hardcoded to output metric as a percentage. New class will output in the same format as the loss if metric_is_pct is set to false. 24 February 2017, 02:43:16 UTC
1d0e380 Update README.md 24 February 2017, 02:26:09 UTC
back to top