Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it cost long time for atom3d/examples/ppi/gnn /data.py #64

Open
bozhenhhu opened this issue Jul 2, 2023 · 0 comments
Open

it cost long time for atom3d/examples/ppi/gnn /data.py #64

bozhenhhu opened this issue Jul 2, 2023 · 0 comments

Comments

@bozhenhhu
Copy link

when run the train.py for ppi/gnn, it spends a lot of time to load data in "for graph1, graph2 in dataloader:", but nothing outputs.

if name=="main":
from tqdm import tqdm

dataset = PPIDataset(os.path.join('/usr/data/data/DIPS-split/data/', 'train'))
dataloader = DataLoader(dataset, batch_size=3, shuffle=False, collate_fn=CollaterPPI(batch_size=3), num_workers=4)
for graph1, graph2 in dataloader:
    print(graph1)
    print(graph2)
    break

is there problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant