Skip to content

Commit 73ff5ae

Browse files
Johannes Ballécopybara-github
authored andcommitted
Cosmetic changes.
PiperOrigin-RevId: 432217865 Change-Id: I2c6aa125e691b603fdf2f097876049366bb1d9aa
1 parent 8531c69 commit 73ff5ae

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

models/bls2017.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
from absl import app
3737
from absl.flags import argparse_flags
3838
import tensorflow as tf
39-
import tensorflow_datasets as tfds
4039
import tensorflow_compression as tfc
40+
import tensorflow_datasets as tfds
4141

4242

4343
def read_png(filename):

models/bmshj2018.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
from absl import app
3535
from absl.flags import argparse_flags
3636
import tensorflow as tf
37-
import tensorflow_datasets as tfds
3837
import tensorflow_compression as tfc
38+
import tensorflow_datasets as tfds
3939

4040

4141
def read_png(filename):

models/hific/archs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
from compare_gan.architectures import arch_ops
2525
import numpy as np
2626
import tensorflow.compat.v1 as tf
27-
2827
import tensorflow_compression as tfc
2928

3029
from hific.helpers import ModelMode

models/ms2020.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
from absl import app
3636
from absl.flags import argparse_flags
3737
import tensorflow as tf
38-
import tensorflow_datasets as tfds
3938
import tensorflow_compression as tfc
39+
import tensorflow_datasets as tfds
4040

4141

4242
def read_png(filename):

models/toy_sources/ntc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import matplotlib.pyplot as plt
44
import numpy as np
55
import tensorflow as tf
6-
import tensorflow_probability as tfp
76
import tensorflow_compression as tfc
7+
import tensorflow_probability as tfp
88
from toy_sources import compression_model
99

1010
tfpd = tfp.distributions

models/toy_sources/toy_sources.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"from absl import logging\n",
5959
"import numpy as np\n",
6060
"import tensorflow as tf\n",
61-
"import tensorflow_probability as tfp\n",
6261
"import tensorflow_compression as tfc\n",
62+
"import tensorflow_probability as tfp\n",
6363
"\n",
6464
"tfm = tf.math\n",
6565
"tfkl = tf.keras.layers\n",

0 commit comments

Comments
 (0)