Skip to content
Snippets Groups Projects
Commit a37b03d9 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 6b3edcd3
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,7 @@ class IcingIntensityNN:
@tf.function
def train_step(self, mini_batch):
inputs = [mini_batch[0], mini_batch[1], mini_batch[2]]
inputs = [mini_batch[0], mini_batch[1]]
labels = mini_batch[2]
with tf.GradientTape() as tape:
pred = self.model(inputs, training=True)
......
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