Short name describing what triggered the graph break
Uninitialized nn.Module
Values or code snippet captured at the break point
typestr(value)
Explanation of why the graph break was triggered
Attempted to trace an uninitialized nn.Module of type {typestr(value)}.
Hints on how to resolve the graph break
super().__init__()
.