dvlab-research / outpainting_srn

Wide-Context Semantic Image Extrapolation, CVPR2019
MIT License
132 stars 32 forks source link

decoding data #16

Open kareem337 opened 2 years ago

kareem337 commented 2 years ago

Hey, may I ask for help? because the code is implemented using older versions of tensorflow so i tried to run it using the newer version. However, i am facing problem in data.py file.

File "C:\Users\hp\OneDrive\Desktop\outpainting_srn-master\data\data.py", line 20, in next im_gt =tf.io.decode_image(tf.io.read_file(self.data_queue[0]), channels=3)

TypeError: 'TensorSliceDataset' object is not subscriptable

thank you in advance.