st-resnet
st-resnet copied to clipboard
No property `pickTemporalCentre` for a layer of type `dagnn.Sum`.
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 ';']);