8000
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
labels_camp = torch.from_numpy(labels_camp).permute([0,3,1,2]) 请问为什么gts变量(1,512,512)在进入tensorboard_label后不应该有四维,请问是label的格式错误了么? 我下载的就是md里面要求的Aug
The text was updated successfully, but these errors were encountered:
当batchsize = 1 时会报错
Sorry, something went wrong.
No branches or pull requests
labels_camp = torch.from_numpy(labels_camp).permute([0,3,1,2])
请问为什么gts变量(1,512,512)在进入tensorboard_label后不应该有四维,请问是label的格式错误了么?
我下载的就是md里面要求的Aug
The text was updated successfully, but these errors were encountered: