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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -