Created
April 28, 2016 18:45
-
-
Save NaelsonDouglas/c7cb078645a321e923db74e05b234dca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From worker 2: Creating Neighborhoods | |
| From worker 2: Generating Second Level Training Data | |
| From worker 3: Generating Second Level Training Data | |
| elapsed time: 128.976356024 seconds | |
| TRAINING COMPLETED | |
| From worker 3: (4,2000) | |
| From worker 2: (4,2000) | |
| ERROR: LoadError: On worker 2: | |
| DimensionMismatch("A has dimensions (11,2) but B has dimensions (3,2000)") | |
| in gemm_wrapper! at linalg/matmul.jl:312 | |
| in * at linalg/matmul.jl:132 | |
| in applylayer at /home/carray/.julia/v0.4/NeuralNets/src/mlp.jl:26 | |
| in prop at /home/carray/.julia/v0.4/NeuralNets/src/backprop.jl:7 (repeats 2 times) | |
| in prop at /home/carray/.julia/v0.4/NeuralNets/src/backprop.jl:11 | |
| in test_model at /home/carray/coding/src/version1.0/Workers.jl:386 | |
| in anonymous at multi.jl:920 | |
| in run_work_thunk at multi.jl:661 | |
| in run_work_thunk at multi.jl:670 | |
| in anonymous at task.jl:58 | |
| in remotecall_fetch at multi.jl:747 | |
| in call_on_owner at multi.jl:793 | |
| in fetch at multi.jl:811 | |
| in map at ./essentials.jl:153 | |
| in runMaster at /home/carray/coding/src/version1.0/Master.jl:191 | |
| in run_tests at /home/carray/coding/src/version1.0/test.jl:38 | |
| [inlined code] from /home/carray/coding/src/version1.0/test.jl:57 | |
| in anonymous at no file:0 | |
| in include at ./boot.jl:261 | |
| in include_from_node1 at ./loading.jl:320 | |
| while loading /home/carray/coding/src/version1.0/test.jl, in expression starting on line 56 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment