Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696501595
  • Loading branch information
Googler authored and tensorflower-gardener committed Nov 14, 2024
1 parent 4c10aa4 commit 751461f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion tensorflow_probability/examples/bayesian_neural_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import os
import warnings

# Dependency imports
from absl import app
from absl import flags
import matplotlib
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/examples/cifar10_bnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import os
import warnings

# Dependency imports
from absl import flags
import matplotlib
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/examples/logistic_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import os

# Dependency imports
from absl import app
from absl import flags
from matplotlib import cm
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/examples/vq_vae.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import os
import time

# Dependency imports
from absl import flags
from matplotlib import cm
from matplotlib import figure
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/glm/family_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for GLM families."""

# Dependency imports

import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.distributions import bernoulli
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/glm/fisher_scoring_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for GLM Fisher Scoring."""

# Dependency imports

import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/glm/proximal_hessian_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for GLM fitting with Proximal Hessian method."""

# Dependency imports

import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/vi/csiszar_divergence.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import traceback
import warnings

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import functools
import re

# Dependency imports
from absl.testing import parameterized

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/vi/optimization_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for variational optimization."""

# Dependency imports
import numpy as np

import tensorflow.compat.v1 as tf1
Expand Down

0 comments on commit 751461f

Please sign in to comment.