st-resnet icon indicating copy to clipboard operation
st-resnet copied to clipboard

No property `pickTemporalCentre` for a layer of type `dagnn.Sum`.

Open gyguo opened this issue 7 years ago • 0 comments

There is an error while I run STMulNet.m

Error using dagnn.Layer/load (line 200) No property pickTemporalCentre for a layer of type dagnn.Sum. Error in dagnn.DagNN.loadobj (line 27) block.load(struct(s.layers(l).block)) ; Error in STMulNet (line 195) netB = dagnn.DagNN.loadobj(netB); Error in run (line 86) evalin('caller', [script ';']);

I have tried many version of MatconvNet, so I want to know which version of MatconvNet do you use while running STMulNet.m

gyguo avatar Oct 19 '17 12:10 gyguo