marcellacornia / sam

Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model. IEEE Transactions on Image Processing (2018)
https://ieeexplore.ieee.org/document/8400593
MIT License
208 stars 76 forks source link

Outputs must be theano variables or Out instances #44

Open shilpamathew14 opened 3 years ago

shilpamathew14 commented 3 years ago

When trying to run the cloned repository, I get a TypeError like ' TypeError: Outputs must be theano Variable or Out instances. Received InplaceDimShuffle{3,2,0,1}.0 of type <class 'theano.tensor.var.TensorVariable'>'

Can you suggest a solution to get rid of this?