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
model.compile(layer_sizes, f_model, X, u_star, vars, col_weights=col_weights) # baseline approach can be done by simply removing the col_weights arg
56
+
model.tf_optimizer_weights=tf.keras.optimizers.Adam(lr=0.005, beta_1=.95) # an example as to how one could modify an optimizer, in this case the col_weights optimizer
0 commit comments