enas
enas copied to clipboard
Error message: slice index 0 of dimension 0 out of bounds.
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.
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