Commit 928c8899 authored by cclauss's avatar cclauss Committed by GitHub
Browse files

Remove unused code `app.run()`

`app` is not defined and this looks like leftover code.  In general, `utils.py` should not be run standalone.
parent 6a2b8dd2
...@@ -134,6 +134,3 @@ def logSumExp(t, axis=0, keep_dims = False): ...@@ -134,6 +134,3 @@ def logSumExp(t, axis=0, keep_dims = False):
return tf.expand_dims(res, axis) return tf.expand_dims(res, axis)
else: else:
return res return res
if __name__ == '__main__':
app.run()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment