machine learning - how to set train batch size when using input_fn in tensorflow -


in tensorflow estimator/estimator.py, function fit, partial_fit, predict , on, says when using input_fn, batch_size must none. so, set batch_size. in code, input_fn needed because use select features origin data. thanks.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -