Skip to content
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

split层不支持 #117

Open
xingmurong opened this issue Feb 7, 2023 · 0 comments
Open

split层不支持 #117

xingmurong opened this issue Feb 7, 2023 · 0 comments

Comments

@xingmurong
Copy link

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
请教下怎么解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant