Skip to content
Snippets Groups Projects
Commit 468c2685 authored by Dennis Noll's avatar Dennis Noll
Browse files

[keras] LBN: adds list of all variables

parent d310c33f
No related branches found
No related tags found
No related merge requests found
......@@ -1085,14 +1085,14 @@ class LBNLayer(tf.keras.layers.Layer):
"pt",
"p",
"m",
# "phi",
# "eta",
# "beta",
# "gamma",
# "pair_cos",
# "pair_dr",
# "pair_ds",
# "pair_dy",
"phi",
"eta",
"beta",
"gamma",
"pair_cos",
"pair_dr",
"pair_ds",
"pair_dy",
]
def call(self, input_tensors, training=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment