Commit 25efe03e authored by Toby Boyd's avatar Toby Boyd
Browse files

fix imports again based on sponge error.

parent fd955c93
...@@ -20,9 +20,10 @@ from __future__ import print_function ...@@ -20,9 +20,10 @@ from __future__ import print_function
import time import time
import numpy as np
# pylint: disable=g-bad-import-order # pylint: disable=g-bad-import-order
from absl import flags from absl import flags
import numpy as np
import tensorflow as tf import tensorflow as tf
from tensorflow.python.keras.optimizer_v2 import (gradient_descent as from tensorflow.python.keras.optimizer_v2 import (gradient_descent as
gradient_descent_v2) gradient_descent_v2)
......
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