每当我调用feature_columns()

时间:2019-04-26 22:32:39

标签: r tensorflow

我有一个全新的Windows 10安装版本,包括R,RStudio,Python 3.6.8,TensorFlow和tfestimators库。但是,每当我执行feature_columns()函数时,例如:

feature_cols <-feature_columns(column_numeric(“ test_column_name”))

...我收到此错误消息:

py_get_attr_impl(x,name,silent)中的错误: AttributeError:模块'tensorflow.python.feature_column.feature_column'没有属性'numeric_column'

任何想法如何解决这个问题?

我已经多次重启RStudio和Windows,重新安装了Python(使用我尝试过的3.7和3.6.8两个版本都会发生此错误),重新安装了tfestimators软件包,并重新安装了TensorFlow。总是会发生相同的错误。

0 个答案:

没有答案