/[marvin]/marvin/src/libnn/input/inputTdnnVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/input/inputTdnnVisitor.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by srv89, Mon Sep 1 13:08:34 2003 UTC revision 1.4 by srv89, Mon Sep 8 23:28:47 2003 UTC
# Line 69  object Line 69  object
69        inputLearnVector = network#getInputLearnVector in        inputLearnVector = network#getInputLearnVector in
70        match (!inputSum, inputLearnVector) with        match (!inputSum, inputLearnVector) with
71            (a, b) when (Array.length a.(0) * Array.length a.(0).(0)) != Array.length inputLearnVector            (a, b) when (Array.length a.(0) * Array.length a.(0).(0)) != Array.length inputLearnVector
72              -> (Env.getEnv())#toChannel "Class inputTdnnVisitor : The inputSum and the inputLearnVector haven't the same size, I stop here.\n"              -> (Env.getEnv())#err "tdnn/input" "The inputSum and the inputLearnVector don't have the same size. I stop here."
73          | _ ->          | _ ->
74              begin              begin
75                for i = 0 to network#getLayerNb - 1 do                for i = 0 to network#getLayerNb - 1 do

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26