Skip to content

Conversation

@ZHUI
Copy link
Collaborator

@ZHUI ZHUI commented Mar 16, 2021

Add PinSage model.

class ShardedDataset(Dataset):
def __init__(self, data_index, data_label, mode="train"):
worker_info = get_worker_info()
if worker_info is None or mode != "train":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ShardedDataset这块好像有问题。

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get_worker_info()之前测试一直为None

@CLAassistant
Copy link

CLAassistant commented Sep 24, 2024

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

3 participants