alexanderkroner / saliency

Contextual Encoder-Decoder Network for Visual Saliency Prediction [Neural Networks 2020]
MIT License
172 stars 46 forks source link

Problem in experimental module #6

Closed dibs06 closed 3 years ago

dibs06 commented 4 years ago

After successfully download salicon it was showing error "tensorflow.data has no attribute experimental can you give me the solution?

alexanderkroner commented 4 years ago

This sounds like a version issue to me. Are you using tensorflow 1.13.1?

dibs06 commented 4 years ago

I am using TensorFlow 1.9.0

alexanderkroner commented 4 years ago

In that case try to update your version to 1.13.1 This should solve the problem!