bobosfw

Results 1 issues of bobosfw

When I try to train a very simple and small model with tensorflow and tensorflow_probability, the code is following def neg_log_likelihood(y_true, y_hat): return -y_hat.log_prob(y_true) inputs = tf.keras.layers.Input(shape=(X_train.shape[1], )) h1 =...