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

2075 Коммитов

Автор SHA1 Сообщение Дата
Friedel van Megen b1f05d6c59 fix references to files that are compiled into cntk.common. 2017-03-20 09:34:02 +01:00
Friedel van Megen 92a1c209a7 fix name, it is a reader, not a writer 2017-03-20 09:34:01 +01:00
Friedel van Megen 5b946fec59 reference new lib 2017-03-20 09:34:01 +01:00
Friedel van Megen b78d581531 make readers have a version and the loader check for the version 2017-03-20 09:34:00 +01:00
Friedel van Megen 53a42e1307 updating reader and writer names 2017-03-20 09:33:58 +01:00
Friedel van Megen bffb377070 updating the projects 2017-03-20 09:33:58 +01:00
Project Philly c7426fe944 Integrate 99fd271757 into master 2017-03-19 14:27:17 -07:00
Deyu Fu 99fd271757 Modify threshold for passing test. 2017-03-17 12:41:33 -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 900c41893d Fix LU test. 2017-03-17 00:10:57 -07:00
Emad Barsoum 578504a0ad More fixes. 2017-03-16 19:33:12 -07:00
Emad Barsoum 8af0ea3f18 Merge branch 'master' into 2.0rc/breakingChanges
Merge with master...
2017-03-16 14:19:31 -07:00
Eldar Akchurin dc8ab74819 Fixing error message when bundler cannot reconcile sequences 2017-03-16 12:49:54 +01:00
Zhou Wang 927c1e49cf add CreateSequence from sparse input
expose CreateSequence using sparse in C#

adapt API and C# binding

update baseline

aligning argument names

adapt test case to make sure at 1 non-zero values is created

adapt random generation of sparse sequence
2017-03-16 07:30:57 +01: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
Amit Agarwal a195ebf73a CNTK v2 library: Fix output Value object shapes to not have the sequence axis if the variable the Value corresponds to does not have a sequence axis 2017-03-14 12:04:48 -07:00
Willi Richert 12de85a20c Add math explicitly 2017-03-14 12:11:25 +01:00
Project Philly de3679a741 Integrate wilrich/debugger into master 2017-03-14 03:55:17 -07:00
Willi Richert 58116030df Explicitly import cntk.debugging 2017-03-14 09:05:10 +01:00
Project Philly 0a03da9ef8 Integrate 2.0rc/breakingChanges into master 2017-03-13 18:22:00 -07:00
Emad Barsoum 6d16a925d8 Refactor Adam. 2017-03-13 14:15:29 -07:00
Project Philly 09c68400a0 Integrate alrezni/v2_reset_lr into master 2017-03-13 08:55:36 -07:00
Project Philly 958ff31057 Integrate mahilleb/TestMatrix into master 2017-03-13 06:56:33 -07:00
Alexey Reznichenko ad8a12875c Fix an issue in ResetLearningState
Adjust the new schedule to be relative to the current number of
  elapsed samples/sweeps.
2017-03-13 13:42:23 +01:00
Mark Hillebrand cf08db94fb Slightly reshuffle BVT tests 2017-03-13 12:46:05 +01:00
Willi Richert 9ff947a7bc Increase atol for basic GAN 2017-03-13 09:34:19 +01:00
Zhou Wang 7acaad4ece update baseline 2017-03-11 21:34:12 +01:00
Zhou Wang 7b8b9c1b74 add LoadModel from byte array
use istream

add tests

add check legacy model using memory buffer

make swig map char* type correctly

update test baseline

address CR comments
2017-03-11 21:34:12 +01:00
Mark Hillebrand 6246cc8e11 Split v2 tests according to device target 2017-03-11 14:46:13 +01:00
Mark Hillebrand e42ea9a7cf Baseline update 2017-03-11 14:44:45 +01:00
Mark Hillebrand b3a8627fd6 add comment 2017-03-11 13:57:34 +01:00
Mark Hillebrand 4ba3acdbaa Examples/AlexNet_ImageNet_Distributed_test.py: disable test_alexnet_imagenet_distributed_block_momentum() until further investigation 2017-03-11 13:56:05 +01:00
Mark Hillebrand 6097f3ee28 Tests/UnitTests/MathTests/GPUMatrixTests.cpp: disable test 2017-03-11 13:56:05 +01:00
Project Philly 656ce7e72f Integrate kedeng/fixGapNan2 into master 2017-03-10 18:45:23 -08:00
Junjie Qian bd93d7ec5a Copy gradients into a continous buffer in v2 aggregator 2017-03-10 09:15:40 -08:00
Mark Hillebrand 21bf3af1aa Tests/Install/linux/Dockerfile-Ubuntu14-GPU: fix parameter name 2017-03-10 12:31:42 +01:00
Wolfgang Manousek bccffbf4d6 check error code of install.ps1 2017-03-10 12:31:42 +01:00
Mark Hillebrand 2b82add9fa Tests/Install/windows: pass through -WheelBaseUrl 2017-03-10 12:31:41 +01:00
KeDengMS c4102866b8 Fix gaps in sequence.reduce_sum and convolution
Fix a bug in times sequence reduction that gradient may not be updated correctly
Rename times infer rank consts to the right ones
Enable track gap nan for v2libraryTest and python tests
2017-03-09 21:45:46 -08:00
Project Philly 356eb21f8e Integrate amtiaga/bugFixesForReasonNet into master 2017-03-09 19:16:25 -08:00
Amit Agarwal c0e42d84a3 CNTK v2 library: Add support for sparse inputs with sample shape > 1D 2017-03-09 17:41:09 -08:00
Project Philly a0c30a309d Integrate alrezni/quick_fix into master 2017-03-09 11:11:32 -08:00
Alexey Reznichenko 66c922b2e0 Fix second gpu detection in GPUMatrixTests 2017-03-09 18:11:04 +01:00
Mark Hillebrand 4668a6d6e8 Tests/Install/linux/prep-run-test.sh: bump Jupyter ExecutePreprocessor.timeout 2017-03-09 15:40:52 +01:00
Mark Hillebrand ba134e7183 Linux drops: move out Python wheels, download during installation 2017-03-09 15:40:52 +01:00
Project Philly c2f03c9cfd Integrate t-ivrodr/distributed_e2e_tests_squashed into master 2017-03-09 05:58:06 -08:00
Project Philly f586c9d9ac Integrate alrezni/binary_reader into master 2017-03-09 05:17:05 -08:00
Project Philly 7255c06646 Integrate alrezni/quick_fix into master 2017-03-09 04:57:56 -08:00