sunhaoyuan3310

Results 1 comments of sunhaoyuan3310

I meet the same problem, and I sovled it by replacing function `reduce_dimensions` in file tensor2tensor/utils/metrics.py. Origin function: (assuming you are using t2t 1.13.0) ```python def reduce_dimensions(predictions, labels): """Reduce dimensions...