We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
作者您好,首先恭喜您中刊,文章很棒,
请问您50000次迭代的训练时间是多少,我这里采用DDP训练gpu利用率100%但是,1张卡和4张卡训练速度是相同的,您知道是为什么吗
The text was updated successfully, but these errors were encountered:
dataset = MyDataset() sampler = DistributedSampler(dataset) dataloader = DataLoader(dataset, batch_size=bsz, sampler=sampler, num_workers=8)
Sorry, something went wrong.
4090 single card According to the default settings of train.py, each round takes 3 hours
No branches or pull requests
作者您好,首先恭喜您中刊,文章很棒,
请问您50000次迭代的训练时间是多少,我这里采用DDP训练gpu利用率100%但是,1张卡和4张卡训练速度是相同的,您知道是为什么吗
The text was updated successfully, but these errors were encountered: