pytorch
fe45c2c9 - Allow slicing sequential container (#40538)

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()
Author
Parents
Loading