Skip to content

Commit

Permalink
Revert "Revert "Always use cloudpickle instead of cloudpickle_fast, e…
Browse files Browse the repository at this point in the history
…ven in Python 3.8+.""

This reverts commit fa66f19.
  • Loading branch information
emilyfertig committed Jul 6, 2020
1 parent fa66f19 commit c087524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_probability/python/layers/distribution_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import pickle

# Dependency imports
from cloudpickle import CloudPickler
from cloudpickle.cloudpickle import CloudPickler
import numpy as np
import six
import tensorflow.compat.v2 as tf
Expand Down

0 comments on commit c087524

Please sign in to comment.