geffy / tffm

TensorFlow implementation of an arbitrary order Factorization Machine
MIT License
780 stars 176 forks source link

“upper_bound” or “i + batch_size” #48

Open SAwxl opened 5 years ago

SAwxl commented 5 years ago

image In base.py, there is a function named batcher. You define a variable upper_bound, but why not use it to update ret_y and ret_w ?