Граф коммитов

14334 Коммитов

Автор SHA1 Сообщение Дата
Joannes Vermorel 9c6a1692b8 ctf2bin.py upgraded to Python 3.3+ (#2053)
The script `ctf2bin.py` was broken under Python 3.
The fix provides minimal adjustments for the Python
version that is presently installed by CNTK deployment
scripts.

Fixes Microsoft/CNTK#2052
2017-06-27 10:15:20 -07:00
Project Philly b87de85d19 Integrate mahilleb/DlPascalExcp into master 2017-06-27 05:16:21 -07:00
Wolfgang Manousek 3f5f509a83 typo fix 2017-06-27 10:51:13 +02:00
Mark Hillebrand fe88f1f6ee Examples/Image/DataSets/Pascal/install_pascalvoc.py: fix NameError during exception handling 2017-06-27 10:47:17 +02:00
Cha Zhang be6a128fa8 Typo fix 2017-06-26 22:19:31 -07:00
Cha Zhang 5bdf30e31f Update README.md 2017-06-26 17:54:57 -07:00
Project Philly 8303d15751 Integrate sayanpa/manchkin into master 2017-06-26 16:45:13 -07:00
Cha Zhang 650d66138b Update news. 2017-06-26 16:28:25 -07:00
Cha Zhang 88942de2c8 Update news. 2017-06-26 16:25:49 -07:00
REDMOND\sayanpa 277c902e4b Bug fixes and content update 2017-06-26 15:03:05 -07:00
Cha Zhang a4b2036576 Update news. 2017-06-26 14:54:02 -07:00
Cha Zhang de5569ea35 Update news. 2017-06-26 14:52:18 -07:00
Mark Hillebrand 909e5235be Address CR comments 2017-06-26 15:26:02 +02:00
Mark Hillebrand dfe93c9d1d bindings/python: misc doc fixes 2017-06-26 15:26:02 +02:00
Christoph Boeddeker 5394b760b3 Bugfix for get_data_type (#1955)
* Bugfix for get_data_type

* Fix: isinstance np.inexact does not catch np.ndarray

* Add get_data_type tests for scalars
2017-06-23 17:26:52 -07:00
Cha Zhang e96e39d169 Merge pull request #1939 from boeddeker/patch-1
improve exception msg
2017-06-23 16:07:49 -07:00
Cha Zhang 5eb15263eb Merge pull request #1956 from boeddeker/patch-3
Fix broadcast_as_operand for float64 and scalar
2017-06-23 16:04:11 -07:00
Cha Zhang 5b62abff8c Merge pull request #2004 from boeddeker/patch-5
Fix: past_value/future_value dtype of initial_state
2017-06-23 16:03:24 -07:00
Big Data Tech. Lab 이태훈 1c1c70de90 Fix typos 2017-06-23 16:44:56 +09:00
Nikos Karampatziakis 61d524e8c0 Debugging guide 2017-06-22 19:15:09 -07:00
REDMOND\sayanpa 2c099bbd87 Added man page for how to feed data into cntk 2017-06-22 15:59:58 -07:00
Project Philly 4be61cf326 Integrate zhouwang/cseval-sparse into master 2017-06-22 02:20:39 -07:00
Geoffrey Churchill a99ad296dd Minor revisions to CNTK_101_LogisticRegression.ipynb (phrasing/clarification) (#2011)
* Update CNTK_101_LogisticRegression.ipynb

Incorporated sayanpa's suggested changes
2017-06-21 10:54:32 -07:00
Zhou Wang f8d2a2a884 add exception tests for CopyVairableValueTo
update baseline

address CR comments
2017-06-20 22:51:15 +02:00
Zhou Wang 4eb4657561 add NumColsInMatrix as return value of ValidateCSCAndGetIndexBufferSizes() and bug fixes 2017-06-20 22:51:10 +02:00
Zhou Wang 67e36ab971 check NumRows/Cols of matrix; fix bug in CopyVariableValueToSparseCSC 2017-06-20 22:51:02 +02:00
Zhou Wang 3191e6dccc add Value:CopyVariableTo() for sparse csc output; re-arrange test cases;
add workaround for GPUSparseMatrix->CPUSparseMatrix; create variable using sparse format
2017-06-20 22:50:47 +02:00
Zhou Wang 3659e57fb5 add check using NDArrayView on CPU in TestDataBuffer 2017-06-20 22:50:10 +02:00
Zhou Wang 03b9971525 add test for DataBuffer 2017-06-20 22:49:54 +02:00
Zhou Wang 14c4798918 add tests for SparseCSCDataBuffers
improve unit tests: add GeenrateNumOfAxes(); use Fixture for NDArrayViewTests; remove unneeded srand()
2017-06-20 22:49:42 +02:00
Zhou Wang ab17bd89d0 implement CopyVariableValueTo().
remove unused parameter outputVariable; remove unnecessary check for 1D shape
2017-06-20 22:49:15 +02:00
Zhou Wang debba9ff84 add SparseCSCDataBuffers() to NDArrayView() 2017-06-20 22:48:55 +02:00
Emad Barsoum a2d015620b Address CR feedbacks. 2017-06-19 14:32:00 -07:00
Emad Barsoum 583a540ac8 Merge branch 'master' into ebarsoum/roipooling
For CR...
2017-06-16 16:43:04 -07:00
Project Philly 81b0c40b65 Integrate kedeng/fixDeadlock into master 2017-06-16 12:37:10 -07:00
Project Philly 002a553216 Integrate sayanpa/playgithub-master into master 2017-06-16 06:07:19 -07:00
Project Philly 4d09c6119e Integrate ed668cde0b into master 2017-06-16 02:47:15 -07:00
REDMOND\sayanpa e56e6e25f7 merged with origin 2017-06-15 23:14:53 -07:00
REDMOND\sayanpa e77ec9c72b Update test tollerance for GPU 2017-06-15 22:18:26 -07:00
abc b7273ce85b bug fix
1. one more input sample (line 208)
2. correct map of inputs and labels (line 218)

Update the test tollerance
2017-06-15 22:16:49 -07:00
REDMOND\sayanpa 3f425bd250 Update the test tollerance 2017-06-15 18:28:05 -07:00
abc 21105c1a03 bug fix
1. one more input sample (line 208)
2. correct map of inputs and lables (line 218)
2017-06-15 17:11:16 -07:00
KeDengMS ce36a32175 Fix std::once deadlock in Function::InitOutputs
Also fix a wrong parameter in TrainResNet_CIFAR10_Distributed.py

commit 216a07f30f
Author: KeDengMS <kedeng@microsoft.com>
Date:   Mon Jun 12 15:49:47 2017 -0700

    no omit frame pointer and other changes
2017-06-15 14:23:49 -07:00
Emad Barsoum e720442a96 Fix versioning test and revert NMS to its original implementation. 2017-06-14 14:56:39 -07:00
Christoph Boeddeker 35c4a1a6ce Fix: past_value/future_value dtype of initial_state 2017-06-14 14:31:40 -07:00
michhar 7f6beb1803 Merge with upstream/master to submit a PR for 101 tutorial 2017-06-14 13:44:46 -07:00
Emad Barsoum 9b23b14629 Fix unit test. 2017-06-13 22:26:24 -07:00
Emad Barsoum 0c2ec6dc6f Fix nms. 2017-06-13 19:18:55 -07:00
Big Data Tech. Lab 이태훈 ed668cde0b Fix typos 2017-06-14 10:27:50 +09:00
Emad Barsoum 211bef0c87 Sum gradient as before to match Caffe implementation. 2017-06-13 10:18:27 -07:00