Commit d1a66bfc authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix many reload failure

parent 10357d74
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -288,8 +288,6 @@ def test_normalizing_flow_model_reload():
  import tensorflow_probability as tfp
  tfd = tfp.distributions
  tfb = tfp.bijectors
  tfk = tf.keras
  tfk.backend.set_floatx('float64')

  model_dir = tempfile.mkdtemp()