xzr12 / PredCNN

Code release for "PredCNN: Predictive Learning with Cascade Convolutions" (IJCAI 2018)
26 stars 12 forks source link

Unable to train #5

Open razvanc92 opened 5 years ago

razvanc92 commented 5 years ago

Hello,thank you for the implementation. I've tried to run the code and I'm receiving this error: ValueError: slice index 0 of dimension 1 out of bounds. for 'predcnn/strided_slice_10' (op: 'StridedSlice') with input shapes: [32,0,16,16,16], [2], [2], [2] and with computed input tensors: input[1] = <0 0>, input[2] = <0 1>, input[3] = <1 1>.

Am I missing something?

alexshaodong commented 4 years ago

Hello,thank you for the implementation. I've tried to run the code and I'm receiving this error: ValueError: slice index 0 of dimension 1 out of bounds. for 'predcnn/strided_slice_10' (op: 'StridedSlice') with input shapes: [32,0,16,16,16], [2], [2], [2] and with computed input tensors: input[1] = <0 0>, input[2] = <0 1>, input[3] = <1 1>.

Am I missing something?

Hello! I have the same problem. Have you solved it?