Skip to content
Snippets Groups Projects
Commit 5059d13b authored by François  LAURENT's avatar François LAURENT
Browse files

fixes #216

parent b1632a66
No related branches found
No related tags found
1 merge request!13Set of commits to be tagged v0.18.2
Pipeline #131763 passed
......@@ -213,6 +213,10 @@ Cannot find any Python package in project root directory:
# typically follows:
# UserWarning: CUDA initialization: CUDA unknown error
print(line)
elif line == ' return F.conv2d(input, weight, bias, self.stride,':
# typically follows:
# UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED ...
print(line)
# tensorflow logs
elif 26 < len(line):
# assume line[:26] to be e.g.: 2022-05-17 18:48:15.120981
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment