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

snapshot...

parent 8fdaec38
No related branches found
No related tags found
No related merge requests found
...@@ -691,6 +691,7 @@ class CloudHeightNN: ...@@ -691,6 +691,7 @@ class CloudHeightNN:
self.test_loss(t_loss) self.test_loss(t_loss)
self.test_accuracy(labels, pred) self.test_accuracy(labels, pred)
return t_loss
@tf.function @tf.function
def distributed_train_step(self, dataset_inputs): def distributed_train_step(self, dataset_inputs):
......
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