You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm running the code, and it's throwing an error when compiling the model for the oracles. The neg_loss function is expecting a two element y_pred for each gfp variant, but the model for the oracles generated by the function build_pred_model only outputs a one element y_pred. The full error output when running [run_gfp_tests.py] is below:
ValueError: slice index 1 of dimension 1 out of bounds. for 'loss/dense_1_loss/strided_slice_2' (op: 'StridedSlice') with input shapes: [?,1], [2], [2], [2] and with computed input tensors: input[1] = <0 1>, input[2] = <0 2>, input[3] = <1 1>.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I'm running the code, and it's throwing an error when compiling the model for the oracles. The neg_loss function is expecting a two element y_pred for each gfp variant, but the model for the oracles generated by the function build_pred_model only outputs a one element y_pred. The full error output when running [run_gfp_tests.py] is below:
Thanks.
The text was updated successfully, but these errors were encountered: