Short name describing what triggered the graph break
UnspecializedNNModuleVariable wrapped around ScriptModules unsupported
Values or code snippet captured at the break point
str(value)
Explanation of why the graph break was triggered
ScriptModules aren’t supported in UnspecializedNNModuleVariable because their .forward function isn’t a static member of their type.
Hints on how to resolve the graph break