gpt4 book ai didi

python - 警告 :tensorflow:TensorFlowDNNRegressor class is deprecated. 请考虑使用 DNNRegressor 作为替代方案

转载 作者:太空宇宙 更新时间:2023-11-03 16:29:17 25 4
gpt4 key购买 nike

昨天,我将 Tensorflow 从 0.8 更新到了 0.9 版本。之后,我在 Skflow 模型中观察到以下警告。谁能告诉我这是什么意思吗?有办法解决吗?是否有其他方法可以使用 Skflow 对 DNN 回归器进行建模?

/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tensorflow/python/ops/array_ops.py:1197:VisibleDeprecationWarning: converting an array with ndim > 0 to anindex will result in an error in the future result_shape.insert(dim,1)

WARNING:tensorflow:TensorFlowDNNRegressor class is deprecated.Please consider using DNNRegressor as an alternative.

最佳答案

这只是一个警告,因此您的模型可以正常训练。 Skflow(或 TFLearn 相同的东西)建议您使用 skflow.DNNRegressor 而不是 skflow.TensorFlowDNNRegressor

以下是 DNNRegressordoc 的参数:

tf.contrib.learn.DNNClassifier.__init__(
hidden_units,
feature_columns=None,
model_dir=None,
n_classes=2,
weight_column_name=None,
optimizer=None,
activation_fn=relu,
dropout=None,
config=None)

但是,根据this previous post ,新功能还无法使用,所以我建议您暂时使用旧功能!

关于python - 警告 :tensorflow:TensorFlowDNNRegressor class is deprecated. 请考虑使用 DNNRegressor 作为替代方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37755579/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com