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
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
Frank Seide
35c44227cb
bug fixes: traceLevel parameters must be treated as optional;
...
fixed a left-over %zd
2016-09-04 15:56:55 -07:00
Frank Seide
c72fa31167
log spew in training and model creation/loading now guarded by traceLevel>0;
...
log pathname is now just the stderr parameter;
log path "rankN" is now ".rankN" and not added for rank 0
2016-09-03 20:58:14 -07:00
Frank Seide
0f4ca24066
added traceLevel to ComputationNetwork (through ComputationEnvironment);
...
added exhaustive forward/backprop logging for extreme debugging, under traceLevel=1000000;
bug fix in WriteMinibatchWithFormatting(): must show all elements also for matrices without MBLayout;
refactored FSAdaGrad, towards fixing the "static" bug (still repros the bug);
removed an unnecessary warning;
fix in RecurrentLSTMLayerStack{}
2016-09-02 21:50:06 -07:00
Frank Seide
a369a18a14
BrainScriptNetworkBuilder now allows curlies
2016-08-12 16:16:20 -07:00
Frank Seide
fbf07fb634
(removed debug code)
2016-06-09 17:59:25 -07:00
Frank Seide
40ba15570f
rolled back using NetworkFactory for eval command, and rolled back the superfluous NDLNetworkBuilder for 03_
2016-06-09 14:00:22 -07:00
Frank Seide
f50f6a78e8
changed 01_OneHidden to BrainScript & dealt with fallout
2016-06-06 18:22:10 -07:00
frankseide
80461f42e1
CNTK error message now comes last, so it can be seen using 'tail';
...
prettied up BrainScript error messages
2016-05-05 10:57:18 -07:00
Frank Seide
531f5538b6
updated seq-2-seq decoder to match updated training;
...
new operation Trace() (TraceNode) as a debugging aid;
WriteMinibatchWithFormatting() can now log by FrameRange;
WriteFormattingOptions now in ComputationNode.h
2016-04-02 23:29:40 -07:00
Frank Seide
d276fcf655
GetModelFromConfig() now honors outputNodeNames also when creating/editing a network
2016-03-21 22:24:14 -07:00
Frank Seide
c461625931
implemented constructing a model from another with replacements;
...
changed GetModelFromConfig() to *first* check for a network builder, and then for model path, so that modelPath can be used as an input to a builder for editing;
several fixes in Duplicate() and CopyTo()
2016-03-20 20:07:19 -07:00
Frank Seide
6c7fbfb10f
changed node tag (WithTags) to a set to allow multiple-group memberships again
2016-03-18 22:16:52 -07:00
Frank Seide
333d233444
node tags and node groups are now kept in sync
2016-03-18 20:25:52 -07:00
Frank Seide
87adfada6f
BS can now load networks from file, in prep for on-the-fly editing;
...
bumped model-file format to save precision (float/double) in the model file
2016-03-18 15:16:27 -07:00
Frank Seide
36566d1bf7
BrainScriptNetworkBuilder now accepts any BS expression, instead of just a config record for ComputationNetwork. This allows to use 'include' for network definitions and will enable network editing on the fly.
2016-03-16 14:20:14 -07:00
Gaizka Navarro
6d57746934
Applies CR feedback
...
Cleanup
2016-03-14 09:55:08 +01:00
Gaizka Navarro
e33f85e871
Make gcc happy
2016-03-14 09:55:07 +01:00
Gaizka Navarro
d360e48af1
Make gcc happy
2016-03-14 09:55:07 +01:00
Gaizka Navarro
6603f55e32
Added GetModelFromConfig to encapsulate the logic for deciding to either load the model or create the network
2016-03-14 09:55:04 +01:00
Gaizka Navarro
0b7733489c
Applied changes from master regarding BrainScript Network Builder
2016-03-14 09:55:02 +01:00
Gaizka Navarro
d238daaccd
Relocates NetworkFactory header content to inside Actions.h and removes the NetworkFactory.h file
...
Assigns the correct build configuration to the solution platform for the NetworkTests project
2016-03-14 09:54:59 +01:00
Gaizka Navarro
e2f31ff658
Addresses CR : Rename NetworkCreator to NetworkFactory
2016-03-14 09:54:57 +01:00