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.