nicholas-leonard/dp

_.split function in mediator.lua messed up

liuchang8am opened this issue · 1 comments

I encounter a very weird situation, where the _.split function in mediator.lua line 142 will point to the Tensor.split() function in Tensor.lua, rather than the expected _.split() function in underscore.lua. The channelNamespace is "optimizer:doneFeedback". Could you please help? How would this happen?

closing as solved. torch.max() added in propagator.lua seems to cause the problem.