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
x_front, _ = torch.split(x1, [5, 1], dim=1)转caffe不支持类似于切片操作 如果用x_front = torch.index_select(x1, 1, torch.tensor([0, 1, 2, 3, 4])),后一层则提醒TypeError: None has type NoneType, but expected one of: bytes, unicode 请教下怎么解决
The text was updated successfully, but these errors were encountered:
No branches or pull requests
x_front, _ = torch.split(x1, [5, 1], dim=1)转caffe不支持类似于切片操作
如果用x_front = torch.index_select(x1, 1, torch.tensor([0, 1, 2, 3, 4])),后一层则提醒TypeError: None has type NoneType, but expected one of: bytes, unicode
请教下怎么解决
The text was updated successfully, but these errors were encountered: