tutorials
tutorials copied to clipboard
Feedback to remove unused import `ParameterAlias` from benchmark tutorial
The ParameterAlias class is imported but never used in the tutorial.
File: recipes_source/recipes/benchmark.py Line 556: from torch.utils.benchmark import Fuzzer, FuzzedParameter, FuzzedTensor, ParameterAlias
If it is OK to remove unused import, then I will raise a PR soon to solve this issue.