You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by get_dataset() is a TileDataset, the dataloader might not be able to be constructed from it. Since _len_(), and _get_item_() is not defined in TileDataset, unless
Hi, Dr. Lin, I think if the dataset returned here
pytorch_connectomics/connectomics/data/dataset/__init__.py
Line 141 in 36c185d
by get_dataset() is a TileDataset, the dataloader might not be able to be constructed from it. Since _len_(), and _get_item_() is not defined in TileDataset, unless
pytorch_connectomics/connectomics/data/dataset/dataset_tile.py
Line 72 in 36c185d
is called and construct the dataloader from a VolumeDataset. I haven't used TileDataset, please correct me if I'm wrong.
The text was updated successfully, but these errors were encountered: