transformer icon indicating copy to clipboard operation
transformer copied to clipboard

batch() got an unexpected keyword argument

Open SiameseTheDog opened this issue 6 years ago • 1 comments

Hi, I directly run the code and it shows as below: File "C:\Users\hp\Desktop\transformer-master0\transformer-master\data_load.py", line 104, in get_batch_data allow_smaller_final_batch=False) TypeError: batch() got an unexpected keyword argument 'min_after_dequeue'

all my packages meet the requirements and I can find out why. Thank you.

SiameseTheDog avatar Oct 23 '18 13:10 SiameseTheDog

batch() doesn't require this argument shuffle_batch() does

thormacy avatar May 08 '19 07:05 thormacy