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

snapshot...

parent f97d4eb9
Branches
No related tags found
No related merge requests found
......@@ -348,7 +348,6 @@ class SRCNN:
@tf.function(input_signature=[tf.TensorSpec(None, tf.int32)])
def data_function_evaluate(self, indexes):
# TODO: modify for user specified altitude
out = tf.numpy_function(self.get_in_mem_data_batch_eval, [indexes], [tf.float32])
return out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment