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
Hi, I Have An Error With Clearml-Agent 1.5.1 When Importing Tensorflow 2.10

Hi, I have an error with clearml-agent 1.5.1 when importing tensorflow 2.10
from tensorflow.python.client._pywrap_tf_session import * File "/root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/clearml/binding/import_bind.py", line 54, in __patched_import3 mod = builtins.__org_import__( ImportError: initialization failedCan I disable the clearml bindings?

  
  
Posted one year ago
Votes Newest

Answers 5


Hi JitteryCoyote63 , you can get around it using the auto_connect_frameworks parameter in Task.init()

  
  
Posted one year ago

Can you please open a GitHub issue to follow up on this issue?

  
  
Posted one year ago

Yes, thanks!

  
  
Posted one year ago

I see, thanks for the input!

  
  
Posted one year ago

Actually was not related to clearml, the higher level error causing this one was (somewhere in the stack trace): RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd -> wrong numpy version

  
  
Posted one year ago
687 Views
5 Answers
one year ago
one year ago
Tags