I want to create a dataset from a tsv file with pytorch. I was thinking of using
torchtext.data.TabularDataset.splits
but I'm getting an error message.
AttributeError:module 'torchtext.data' has no attribute 'TabularDataset'
I want to create a dataset from a tsv file with pytorch. I was thinking of using
torchtext.data.TabularDataset.splits
but I'm getting an error message.
AttributeError:module 'torchtext.data' has no attribute 'TabularDataset'
Try torchtext.legacy.data.TabularDataset.splits