enas icon indicating copy to clipboard operation
enas copied to clipboard

Error message: slice index 0 of dimension 0 out of bounds.

Open heraldiclily opened this issue 6 years ago • 1 comments

Hello, Thank you for your interesting paper. While executing the code, I encountered the error below:

File: general_child.py Line: 362 - res_layers.append(tf.cond(tf.equal(skip[i], 1), lambda: prev_layers[i], lambda: tf.zeros_like(prev_layers[i]))). ValueError: slice index 0 of dimension 0 out of bounds.

Could you please help.

heraldiclily avatar Jul 19 '18 20:07 heraldiclily

Hi @YasminaJaafra : I got the same problem when trying to run the code. Have you figured it out on how to fix this error ? Thank you

manhquang144 avatar Sep 22 '18 01:09 manhquang144