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
在使用您的代码时,我设置2d图像训练,在main.py文件中255行和277行,应该怎么修改吗?
The text was updated successfully, but these errors were encountered:
分别报RuntimeError: number of dims don't match in permute 以及ValueError: Input tensor must be 4D 这两个错误
Sorry, something went wrong.
你好,我也遇到了这个问题, model_output_one_hot = torch.nn.functional.one_hot(labels, num_classes=hp.out_class+1).permute(0,4,1,2,3)是这行代码报错 请问解决了吗?
抱歉,我会在最近更新一下代码
你好,请问您解决了吗?该如何解决啊
No branches or pull requests
在使用您的代码时,我设置2d图像训练,在main.py文件中255行和277行,应该怎么修改吗?
The text was updated successfully, but these errors were encountered: