Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Qq: I'M Trying To Run The

QQ: I'm trying to run the https://allegro.ai/clearml/docs/docs/tutorials/tutorial_explicit_reporting.html . After Step 1, I'm getting the following error that I don't know how to resolve.

ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring 2021-05-14 09:09:20,894 - clearml.model - INFO - Selected model id: 4de407d25fff4029b3f4b27e1d21a11e 2021-05-14 09:09:26,138 - clearml.model - INFO - Selected model id: 2c2bfc169ff94100bda9cd244abe5283 2021-05-14 09:09:26,705 - clearml.Task - INFO - Task connect, second input model is not supported, adding into comment section OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see .
Additional Context:
Yesterday, I was able to run things successfully after completing Step 1. However, as I was working my way through the remaining steps I ran into this error, so I opted to start the tutorial fresh again... but the error is persisting.

System Info:
MacOS Catalina Version 10.15.7
ClearML Version 0.17.5

  
  
Posted 2 years ago
Votes Newest

Answers 3


Hi SpotlessWorm70

OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized.
OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program.

This seems like OpenMP issue
I would assume something is off with the local environment (not really connected to clearml but to one of the frameworks, for example TF, Keras, etc.)

  
  
Posted 2 years ago

So if I used a remote environment, do you think that would resolve the problem? [this is my current path of troubleshooting]

  
  
Posted 2 years ago

I think so (you can also comment out the Task.init() just to verify this is not a clearml issue)

  
  
Posted 2 years ago