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
Profile picture
CostlyOstrich36
Moderator
0 Questions, 4175 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi! I Developed Clearml Pipeline As Python Package (

Does the other PC have the package locally there somewhere?

2 years ago
0 Hi Guys! I Try To Create Leaderboard On A Project, And Nothing Is Happen... Can You Tell Me Where The Error Might Be? I Couldn'T Add Any Metrics

Hi @<1742355077231808512:profile|DisturbedLizard6> , I think you need to select the last/max/min options

10 months ago
0 Hi All, I Am Using A Self-Hosted Clearml Instance. I'M Exploring The Report Feature And Ran Into A Bug. Steps To Reproduce:

Hi @<1600661428556009472:profile|HighCoyote66> , I'm not sure I understand, can you please elaborate on this?

  • Upload image from device via the UI buttonWhat do you mean by device?
one year ago
0 Hi. I'M Using Clearml To Log My Experiments. During Training, I Load Files Using Torch.Load.Clearml Displays The Following Message:

SoreDragonfly16 You can disable this with the following argument in task.init() - auto_connect_frameworks=False for example:
task = Task.init(..., auto_connect_frameworks={'pytorch': False})You can refer to this documentation for further reading at this https://clear.ml/docs/latest/docs/references/sdk/task#taskinit 🙂

4 years ago
3 years ago
0 Ui Suggestion:

DepressedChimpanzee34 which section are you referring to, can you provide a screenshot of what you mean?

3 years ago
2 years ago
0 Hi Friends

Hi CooperativeOtter46 ,

I think the best way would be to use the API (You can use the SDK but I don't think it is so easy to filter times)
Use https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksget_all api call to to get all the tasks according to the time frame & filtering you want and then sum up the run time from all experiments returned 🙂

3 years ago
0 Hi, Anyone Know How To Report Scalars With Tenserflow? Thanks

Is your function taking into account iterations? How are iterations moved along? Do you attempt this scalar report on every iteration or only once in the script?

3 years ago
0 Hi, Me Again. How Can I See User-Specified

Hello FuzzyMole65 , what do you see in compare currently?

Can you give a small snippet to reproduce these scalers?

2 years ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

Can you please run ls -la /opt/clearml and send the output + your docker compose file

3 years ago
0 Hi. I'M Using Clearml To Log My Experiments. During Training, I Load Files Using Torch.Load.Clearml Displays The Following Message:

SoreDragonfly16 Hi, what is your usage when saving/loading those files? You can mute both the save/load messages but not each one separately.

Also, do you see all these files as input models in UI?

4 years ago
0 Hi, I Recently Updated My Clearml To 1.1.2 And A Code That Was Working Before Now Behaves Completely Differently: I Am Using The Following To Log Debug Samples:

JitteryCoyote63 , Hi 🙂

I'm having a bit of trouble understanding. Can you give a concise example of before VS after?

3 years ago
0 Hi, Question Regarding

Can you try with blank worker_id/work_name in your clearml.conf (basically how it was before)?

You can force kill the agent using kill -9 <process_id> but clearml-agent daemon stop should work.

Also, can you verify that one of the daemons is the clearml-services daemon? This one should be running from inside a docker on your server machine (I'm guessing you're self hosting - correct?).

3 years ago
0 Can I Connect Wtih Some One Who Was Able To Successfully Deploy Clearml On Gcp. Are There Tutorials For This ?

It's not a requirement but I guess it really depends on your setup. Do you see any errors in the docker containers? Specifically the API server

one year ago
0 Hi, We Are Trying To Understand When The Auto-Logging Parameters Configuration. From The

Hi, it does not log the internal sklearn configuration, that is correct.
I think the problem is finding a standard way to allow you both log and change it later from the UI. But I think you can still connect it directly as a configuration and that should work 🙂

3 years ago
0 Hi All, I'M New To Clearml, And Trying To Understand The Set_Metadata Method Of The Dataset Class. The Documentation Is Almost Non-Existent Does Anyone Have An Example Script? How Would I Add Data Using E.G. Pandas. I Assume One Column Would Relate To The

Hi @<1574931891478335488:profile|DizzyButterfly4> , I think if you have a pandas object pd then the usage would be something like ds.set_metadata(metadata=pd, metadata_name="my pandas object")

I think you would be referencing the entire thing using the metadata_name parameter

2 years ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

SmugTurtle78 , regarding the CPU only mode - How are you running. Are you using the application in PRO version or are you running through one of the examples?

3 years ago
Show more results compactanswers