Frank Seide
|
665eab0929
|
bug fix in gap exclusion in DelayedValueNode
|
2016-09-07 11:38:55 -07:00 |
Frank Seide
|
69081351e6
|
towards precomputing DelayedValueNodeBase's mask CPU-side in BeginForwardProp();
bug fix: more traceLevel fixes for other network builders
|
2016-09-07 09:58:44 -07:00 |
Project Philly
|
dda783d216
|
Integrate zhouwang/remove-execonfig into master
|
2016-09-07 08:11:33 -07:00 |
Frank Seide
|
27e65d49f2
|
intermediate step towards more efficient mask matrix DelayedValueNodeBase;
bug fix: traceLevel should be read out when loading models from file and when creating them with old builders
|
2016-09-07 08:09:15 -07:00 |
Zhou Wang
|
1c32068530
|
remove unused solution folder
|
2016-09-07 09:09:39 +02:00 |
Frank Seide
|
254533724d
|
DelayerValueNodeBase now uses the same time offsets for backprop, in prep for sharing layouts;
backprop into initial state seems to work now;
addressed CR feedback
|
2016-09-06 23:06:28 -07:00 |
Frank Seide
|
0ac275ca16
|
(minor change in PastValue())
|
2016-09-06 21:17:19 -07:00 |
yuxiaoguo
|
0ab222b787
|
merge with master
|
2016-09-07 10:57:41 +08:00 |
yuxiaoguo
|
a24c296af1
|
revert 1BitSGD
|
2016-09-07 10:15:31 +08:00 |
Frank Seide
|
b909fc5fd0
|
implemented backprop into DelayedValueNode's initialState
|
2016-09-06 19:09:21 -07:00 |
Frank Seide
|
284778b832
|
DelayedValueNodeBase::Forward() now takes initial state from an external node (backprop into it still missing)
|
2016-09-06 18:32:52 -07:00 |
Frank Seide
|
9a8e683935
|
better error message in CloneFunction()
|
2016-09-06 11:07:10 -07:00 |
jeanfad
|
493c339e5b
|
add cntk_py to the tree
|
2016-09-06 17:55:15 +02:00 |
jeanfad
|
7beb59bf1c
|
address cr comment
|
2016-09-06 17:19:44 +02:00 |
jeanfad
|
2b4dea752d
|
Merge branch 'blis/PythonV2' of https://github.com/Microsoft/CNTK into blis/PythonV2
|
2016-09-06 17:08:53 +02:00 |
jeanfad
|
5f9778b841
|
example with numpy data
|
2016-09-06 17:08:33 +02:00 |
Amit
|
86e5e87263
|
CNTK v2 library: Python bindings related changes for linux
|
2016-09-06 06:33:31 -07:00 |
jeanfad
|
ea012e808a
|
Merge branch 'master' into blis/PythonV2
|
2016-09-06 13:54:17 +02:00 |
jeanfad
|
9229cf0ef7
|
resolve conflicts and address cr comments
|
2016-09-06 13:49:43 +02:00 |
jeanfad
|
7d5ca98bc4
|
shape.__getitem__ now revrses the dimensions for col row major
|
2016-09-06 10:44:11 +02:00 |
yuxiao.guo
|
c37240a8a7
|
delete two more lines
|
2016-09-06 14:31:43 +08:00 |
yuxiao.guo
|
8b46569b97
|
add more description on original ResNet
|
2016-09-06 10:31:02 +08:00 |
Amit Agarwal
|
8cff694aee
|
CNTK v2 library: Sequence to sequence python example
|
2016-09-05 18:11:27 -07:00 |
Frank Seide
|
994b5004d1
|
optimized DelayedValueNode by using non-syncing mask
|
2016-09-05 16:46:16 -07:00 |
jeanfad
|
fa12c5ee80
|
remove duplicated printing method
|
2016-09-05 22:58:44 +02:00 |
jeanfad
|
e0352f9022
|
fix printing of loss
|
2016-09-05 22:57:33 +02:00 |
jeanfad
|
e55237dd4d
|
fix dimensions in cifar example
|
2016-09-05 22:56:15 +02:00 |
jeanfad
|
6d564a5e50
|
gix gpu problem when copying ndarrayview
|
2016-09-05 22:51:17 +02:00 |
jeanfad
|
34e3ee090d
|
change gpudevice in resnet file
|
2016-09-05 22:41:37 +02:00 |
jeanfad
|
c88fb38d83
|
fix merge conflict
|
2016-09-05 22:38:49 +02:00 |
jeanfad
|
b3f2a0bd39
|
renaming of sgdlearner, cpu and gpu device, plus usage of default device and make funciton return output instead for replace_place holders
|
2016-09-05 22:34:47 +02:00 |
Amit Agarwal
|
3b763f7d53
|
CNTK v2 library: Fixed some python wrappers
|
2016-09-05 13:22:51 -07:00 |
Eldar Akchurin
|
a423aa8571
|
Addressing CR
|
2016-09-05 19:09:26 +02:00 |
Eldar Akchurin
|
09d68bf3fa
|
Fixing a bug
|
2016-09-05 19:09:26 +02:00 |
Eldar Akchurin
|
8f34c9627d
|
Fixing baseline
|
2016-09-05 19:09:26 +02:00 |
Eldar Akchurin
|
527e472c49
|
Fixing unavailable chunk in randomization
|
2016-09-05 19:09:26 +02:00 |
jeanfad
|
d610b2c639
|
add todos related to variable
|
2016-09-05 18:42:27 +02:00 |
jeanfad
|
1580b234d4
|
user facing improvements before the alpha release
|
2016-09-05 18:23:24 +02:00 |
Zhou Wang
|
f464f05a63
|
remove CSEvalClientTest.exe.config and other eval test executables
|
2016-09-05 17:24:11 +02:00 |
Project Philly
|
6882490d6f
|
Integrate zhouwang/evalsdk2 into master
|
2016-09-05 07:21:00 -07:00 |
jeanfad
|
34310a7d63
|
Merge branch 'amitaga/cntkv2LibraryOperators' of https://github.com/Microsoft/CNTK into amitaga/cntkv2LibraryOperators
|
2016-09-05 15:06:57 +02:00 |
Amit Agarwal
|
12a0220b15
|
CNTK v2 library: Cleaned up python examples and added some inline documentation
|
2016-09-05 06:04:56 -07:00 |
yuxiao.guo
|
fda75d977d
|
change the folder name to OriResNet and rename of cntk file
|
2016-09-05 18:34:50 +08:00 |
yuxiao.guo
|
d1b7d8caa7
|
add the original ResNet scripits
|
2016-09-05 18:30:16 +08:00 |
Frank Seide
|
8b646e586a
|
bug fix in DelayedValueNodeBase::ForwardProp()
|
2016-09-05 01:51:28 -07:00 |
yuxiao.guo
|
d0f6c8c17f
|
revert the brace into a new line
|
2016-09-05 16:10:15 +08:00 |
Frank Seide
|
61cf0f76d1
|
DelayedValueNodeBase::BackpropTo() now also uses a masked operation
|
2016-09-05 01:08:58 -07:00 |
Frank Seide
|
484059e055
|
DelayedValueNodeBase::ForwardProp() cleaned up
|
2016-09-05 00:28:17 -07:00 |
yuxiao.guo
|
c4db354dd6
|
add a space after if
|
2016-09-05 15:25:33 +08:00 |
yuxiao.guo
|
64b407e406
|
using space instead of tab
|
2016-09-05 15:19:38 +08:00 |