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
Post a Comment