You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the @profile decorator to a custom module method (after from pytorch_memlab import LineProfiler, profile) and the output is the truncated display with the error KeyError: "['XXX'] not in index" for my method XXX. What's the meaning of this?
The text was updated successfully, but these errors were encountered:
Can you post the code snippet and the full error message? The error message indicates the function under profiling is missing. However I still need more information to find out the actual reason.
I added the
@profile
decorator to a custom module method (afterfrom pytorch_memlab import LineProfiler, profile
) and the output is the truncated display with the errorKeyError: "['XXX'] not in index"
for my method XXX. What's the meaning of this?The text was updated successfully, but these errors were encountered: