We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TorchFix failes to detect requres_grad mistyping when using condition instead of plain bool value
Here is the code to reproduce
import torch.nn as nn model = nn.Module() for name, param in model.named_parameters(): param.require_grad = 'specific_layer' in name
TorchFix version: 0.1.1