tf_repos icon indicating copy to clipboard operation
tf_repos copied to clipboard

wide_n_deep.py 中设置隐层节点数

Open mathlf2015 opened this issue 7 years ago • 2 comments

hidden_units = map(int, FLAGS.deep_layers.split(",")) 改为 hidden_units = list(map(int, FLAGS.deep_layers.split(",")))

mathlf2015 avatar Jun 26 '18 10:06 mathlf2015

因为你用的python3

WLCOOLONGS avatar Jul 06 '18 02:07 WLCOOLONGS

请教下,wide_deep中怎么处理多值特征。

mathlf2015 avatar Jul 11 '18 11:07 mathlf2015