transformer
transformer copied to clipboard
batch() got an unexpected keyword argument
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.
batch() doesn't require this argument shuffle_batch() does