tensorflow / tensor2tensor

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Apache License 2.0
15.37k stars 3.48k forks source link

Remove extra `.value` in `tensor.shape[-1].value` #1890

Closed paulo-raca closed 1 year ago

paulo-raca commented 3 years ago

I couldn't figure out why the .value was ever added, but running it results in AttributeError: 'int' object has no attribute 'value'

paulo-raca commented 1 year ago

Abandoning