How to convert this tensorflow 1.0 code to tensorflow 2.0 when the upgrade script fails?

前端 未结 0 1260
走了就别回头了
走了就别回头了 2021-01-17 08:04

I have the following tensorflow 1.0 code:

import tensorflow as tf

feature_cols = tf.contrib.learn.infer_real_valued_columns_from_input(X_train)
dnn_clf = tf.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题