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,Kat
why do you define the average_error:
cost = tf.div(tf.add(base_cost, regularizer), num_ratings_tr * 2, name="average_error"
but not
cost = tf.div(tf.add(base_cost, regularizer), num_ratings_tr, name="average_error"