pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch

Home Page:https://pytorch.org/text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torch Text Transform Documentation Mismatch

Subhanshu-2411 opened this issue Β· comments

πŸ“š The doc issue

Screenshot 2024-01-21 222914
I was going through the torch text documentation and found out that there is a type mismatch mentioned in the documentation that the Pad Transform function takes two integers as input but in description it is written that it takes 1 integer and 1 boolean value

Suggest a potential alternative/fix

No response