David Brownell
d39bc83f7d
Fixes for UWPBuilds
...
- Using installed version of the Windows Universal SDK
- Removed hard-coded version number
- Leveraging common settings in CNTK.Cpp.props and CNTK.Common.props
- Updating version for jenkins build
- Temporarily disabling CNTKLibraryCPPUWPEvalExampleTests
2018-05-02 08:13:15 -07:00
Thiago Crepaldi
e2375594e0
Bump release version to 2.5.1
2018-04-17 16:06:45 -07:00
Thiago Crepaldi
34ed567744
Preparing Release 2.5 - bump version number
2018-03-16 15:21:38 -07:00
Manik Jindal
fbbbaa92f6
Merge release/2.4
...
Squashed commit of the following:
commit 82e025bbe319008c535741a9fc78367032cc3be0
Merge: 0702c09c3 ed5451c83
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 21:23:23 2018 -0800
Merge branch 'release/2.4' into manikj/merge-release-2.4
commit 0702c09c3c3cc1ae1e4cba28df3ce64f091a8c3e
Merge: 32f6844ca 1afe40461
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 21:23:11 2018 -0800
Merge branch 'release/2.4' (early part) into manikj/merge-release-2.4
commit 32f6844ca84797db2dac8959eeb72576692986d0
Merge: 42a47a326
1f15d4649
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 21:21:55 2018 -0800
Merge branch 'release/2.4' (early part) into manikj/merge-release-2.4
commit ed5451c834
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 19:32:04 2018 -0800
MakeBinaryDrop: Fix lib names
commit c528a56d4a
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 12:35:40 2018 -0800
Update README.md
commit 490a58e4a9
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 12:08:57 2018 -0800
Add Halide to Release notes
commit 2196299a71
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 11:48:45 2018 -0800
MakeBinaryDrop: Change Cuda libs to 9.0
commit 3df48ddd3a
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 06:06:29 2018 -0800
Add release notes
commit 1afe404611
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 06:05:05 2018 -0800
Replace 2.4+ with 2.4
commit 1f15d46496
Author: Manik Jindal <manikj@microsoft.com>
Date: Wed Jan 31 06:04:24 2018 -0800
Bump version to 2.4
2018-01-31 21:38:52 -08:00
Manik Jindal
95d88730b2
Bump version to 2.3.1 and update release notes.
...
commit b906b2e94748f0303f4e4f41e860d882ab434a57
Author: Manik Jindal <manikj@microsoft.com>
Date: Tue Dec 5 18:35:02 2017 -0800
Add whl and NuGet package links in README.md
commit 5f4ff237c5ee3a449577ec29cbf93d64273c562a
Author: Manik Jindal <manikj@microsoft.com>
Date: Tue Dec 5 09:48:37 2017 -0800
Bump version 2.3 to 2.3.1
commit 1d0f37072524ad1a6de36bedf43359e0596c7382
Author: Manik Jindal <manikj@microsoft.com>
Date: Tue Dec 5 00:26:26 2017 -0800
Add release notes
commit 78b941b3e4e8c345bd6e8e45b6180ff624756d27
Author: Manik Jindal <manikj@microsoft.com>
Date: Tue Dec 5 00:19:23 2017 -0800
Bump version from 2.3 to 2.3.1
2017-12-05 21:15:50 -08:00
Manik Jindal
7579742935
Bump version from 2.2 to 2.3
2017-11-22 19:37:04 -08:00
Yuqing Tang
f1d6fc9ed6
Updated examples and tests with new Learning APIs.
2017-11-13 15:30:59 -08:00
hecli
96cdd12883
Bump version numbers
2017-09-18 10:58:47 -07:00
Yuqing Tang
ccfd6c7310
Refactor the core learner APIs:
...
* Simplified TrainingParameterSchedule
* Added minibatch_size to TrainingParameterSchedule and Learner
* Added minibatch size to Learner
* Added learning_parameter_schedule to Python APIs
* Marked as deprecated on UnitType, learning_parameter_schedule, momentum_as_time_constant_schedule
* Added minibatch_size parameter to all the learners: sgd, momentum_sgd, adam and all others except for user defined learner
* Simplified learner parameter logic: If minibatch_size == cntk.learners.IGNORE, act as the parameters are applied applied to the whole minibatch; otherwise, scaling the parameters according to the actual minibatch_size and the minibatch_size specified during the the schedules and the learners construction time.
More subtle details are in the docstrings and the comments.
2017-09-11 17:36:39 -07:00
Yue Zhang
a668bfead2
Update folder link in docs ( #2254 )
2017-08-23 07:32:50 -07:00
Taehoon Lee
a59b468173
Fix typos
2017-08-09 14:43:41 +09:00
Mark Hillebrand
61efb7a279
Links docs in release branch rather than tagged commit.
2017-07-31 17:55:45 +02:00
Mark Hillebrand
dd74af7e7e
Bump version numbers
2017-07-31 17:55:45 +02:00
StillKeepTry
025f24ce14
set TOLERANCE_ABSOLUTE
2017-07-24 02:10:24 -07:00
StillKeepTry
d5a18ba480
Update Readme
2017-07-23 01:52:51 -07:00
Qiwei Ye
98bdb9c6ed
removing binary file
2017-07-21 03:41:49 -07:00
Qiwei Ye
aac3c56f4b
Merge branch 'qiwye/lightrnn' of https://github.com/Microsoft/CNTK into qiwye/lightrnn
...
Conflicts:
Tests/EndToEndTests/Downloads/run-test
2017-07-21 03:36:52 -07:00
StillKeepTry
b243d302c3
fix typo
2017-07-21 03:22:27 -07:00
Qiwei Ye
252a2af027
Merge branch 'master' of https://github.com/Microsoft/CNTK into qiwye/lightrnn
2017-07-21 12:54:18 +08:00
StillKeepTry
a3789e28e9
Fix function names
2017-07-18 08:13:20 -07:00
Qiwei Ye
c1bb0db2e5
bug fix from jenkins
2017-07-17 18:41:03 +08:00
StillKeepTry
7b7c1abb2d
Fix bugs and add DLL complie method
2017-07-13 22:13:30 -07:00
Qiwei Ye
6f95ba2f7d
Merge branch 'qiwye/lightrnn' of https://github.com/Microsoft/CNTK into qiwye/lightrnn
2017-07-03 01:08:22 -07:00
StillKeepTry
09e37c2a76
add test cases
2017-07-03 01:04:17 -07:00
StillKeepTry
394f28a322
Fix bug
2017-06-30 07:15:32 -07:00
Qiwei Ye
9840372dbf
removing binary files
2017-06-26 16:14:50 +08:00
StillKeepTry
143f69a646
Move to Text Folder
2017-06-25 21:51:04 -07:00
Ivan Rodriguez
8f504ca72b
Adding word rnn test with real data
2017-06-07 10:21:47 +02:00
Mark Hillebrand
d6b55e28af
Bump version numbers
2017-06-01 15:12:14 +02:00
Ivan Rodriguez
dbeed8f2da
Fix for data_reader
2017-05-30 14:14:57 +02:00
Mark Hillebrand
8dc56e2d7c
Bump version numbers
2017-05-24 14:01:23 +02:00
Amit Agarwal
070389900b
CNTK v2 library: Remove all deprecated python APIs.
2017-05-22 15:44:54 -07:00
Mark Hillebrand
d4cf1aeab1
Tests/EndToEndTests/Downloads: add more
2017-05-22 15:42:50 +02:00
Nikos Karampatziakis
4d93dacd01
all occurences of input have been eliminated
2017-05-08 18:56:15 -07:00
Mark Hillebrand
a1e10ff9e7
Bump version numbers
2017-04-21 15:58:00 +02:00
Mark Hillebrand
861bfbd714
Bump versions
2017-04-03 18:16:31 +02:00
Amit Agarwal
a9607caadf
CNTK v2 library: Update all tests and examples to properly use ops.input and sequence.input methods for creating input variables
2017-03-22 06:44:59 -07:00
Emad Barsoum
8da12bcd49
Merge with master.
2017-03-17 10:36:40 -07:00
Alexey Reznichenko
124f07a0cc
Another attempt at streamlining device selection
...
Update device selection API as agreed:
* drop BestDevice() and DefaultDevice()
* add an option to specify excluded devices that should not be used as
globally default (neither auto-selected nor explicitly specified)
* add a mechanism to query device properties
* add a method to determine if a device is locked or not (in real-time)
* in SetDefaultDevice, offer an option to exclusively lock the specified
device.
2017-03-17 12:34:54 +01:00
Emad Barsoum
f341959d9d
More ont_hot fixes.
2017-03-16 16:30:04 -07:00
Emad Barsoum
e25dd44c70
Merge with master.
2017-03-15 22:10:17 -07:00
Emad Barsoum
d86c231d1f
Move all examples and notebook to use the new namespace.
2017-03-15 22:07:51 -07:00
Mark Hillebrand
97e674c934
Bump versions
2017-03-15 17:16:54 +01:00
Frank Seide
51a3ee5acb
merged from master
2017-03-03 10:30:11 -08:00
NORTHAMERICA\vistepan
6256c6e355
Updated examples to use the latest progress writer API
2017-03-02 17:57:57 -08:00
Frank Seide
e391687e43
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
2017-02-24 17:31:02 -08:00
Frank Seide
7adb475239
fixed Stabilizer() test;
...
fixed a few imports of new tests from cntk.blocks;
added new tests to PythonExamples.pyproj
2017-02-24 10:41:30 -08:00
Mark Hillebrand
dc0dde69ca
Bump versions
...
Conflict resolved for:
bindings/python/doc/tutorials.rst
2017-02-23 17:10:19 +01:00
Thilo Will
06f68fdf1e
Removing reference to download_data
2017-02-17 15:28:45 +01:00
Thilo Will
eac4bdce59
Merge remote-tracking branch 'origin/master' into thilow/WordRnn3
2017-02-17 14:51:11 +01:00