hughperkins / DeepCL

OpenCL library to train deep convolutional neural networks
Mozilla Public License 2.0
865 stars 199 forks source link

adding "-drop" layer throws error #100

Closed kikaxa closed 7 years ago

kikaxa commented 7 years ago

Something went wrong: need to copyToDevice() before calling kernel->input

to anything as simple as "netdef=10n-elu-100n-elu-51n" -> "netdef=10n-drop-elu-100n-elu-51n" it gives the same error regardless of the place i insert "-drop" into.

input is 32x32, deepcl-win64-v11.3.1, iris pro 5200, win7

log.txt

kikaxa commented 7 years ago

it might be in DropoutForward::forward for outputWrapper? i'll check it later

hughperkins commented 7 years ago

Cool, thanks! :-)