Vishal Goyal

Results 3 issues of Vishal Goyal

Validate bias, and batch_first parameter types in RNN/LSTM/GRU modules with clear error messages. Add comprehensive test coverage. Fixes #136954

triaged
open source
release notes: nn

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,...