pytorch
fe45c2c9
- Allow slicing sequential container (#40538)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Allow slicing sequential container (#40538) - fixes #38034 - works around missing slice functionality in Sequential by casting to tuple and slicing that instead - supports iterating on the resulting slice but not call()
References
#40538 - Allow slicing sequential container
Author
wconstab
Parents
a9996bb4
Loading