-
Notifications
You must be signed in to change notification settings - Fork 185
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
【Paddle Toolkit Development Competition No.3】 Paddle 适配 neuralop #1056
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
项目使用black .
进行格式化
test_db = GeneralTensorDataset(test_data, test_transforms) | ||
test_loader = paddle.io.DataLoader(test_db, | ||
batch_size=test_batch_size, shuffle=False, | ||
num_workers=0, pin_memory=True, persistent_workers=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paddle没有pin_memory这个参数,请检查
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paddle没有pin_memory这个参数,请检查
已检查,并且将项目使用black进行格式化,并且更新到私有仓库了
PR types
PR changes
Describe