tf.sub()
更改為tf.subtract()
tf.mul()
更改為tf.multiply()
tf.types.float32
更改為tf.float32
tf.pact()
更改為tf.stact()
tf.select()
更改為tf.where()
tf.per_image_whitening
改為tf.image.per_image_standardization
更多參考:Remove tf.train.SummaryWriter and tf.train.SummaryWriterCache.
module 'pandas.core.computation' has no attribute 'expressions'
pd.core.computation.expressions.set_use_numexpr(False)
AttributeError: 'module' object has no attribute 'expressions'
解決方案:
conda update dask pandas
pip throws TypeError: parse() got an unexpected keyword argument 'transport_encoding' when trying to install new packages
解決方案:
conda install pip