I have this model written in Keras that is supposed to take 2 np arrays as input of shapes (n,50)
in_var_1 = Input(shape=(50)) in_var_2 = Input(shape=(50)) emb_v