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, 4015 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi, Trying To Debug

Yes please šŸ™‚

2 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

Before injecting anything into the instances you need to spin them up somehow. This is achieved by the application that is running and the credentials provided. So the credentials need to be provided to the AWS application somehow.

2 years ago
0 Hi, Community. I Want To Delete Experiment And See This Error. How I Can Solve This?

AbruptHedgehog21 , can you go into the network tab of the developer tools and see which request is returning 500?

2 years ago
0 Hello Everyone! Do You Know How To Run Several Agents Simultaneously On The Same Pc? I Launched The First One And If I Try To Run The Second One I Get:

ExcitedSeaurchin87 , I think you can differentiate them by using different worker names. Try using the following environment variable when running the command: CLEARML_WORKER_NAME

I wonder, why do you want to run multiple workers on the same GPU?

3 years ago
0 Does Any One Know This Error While Running A Pipeline:

Hi @<1559711623147425792:profile|PlainPelican41> , How are you running the pipeline? Where is agent running ?

one year ago
0 Hi, I Noted That If I Run My Codes On My Laptop With Remote_Execute Off A Python3.8 Venv, And When The Remote Task Starts Executing But The Image Is Installed With A Different Version Of Python, Say Python3.8, We Would Encounter Errors With Venv. At This

SubstantialElk6 , the agent is designed to re-run in an environment as close as possible to the original. Can you please provide logs of the two experiments so we can compare? I'm not sure what the issue is. Do both computers have the same python versions?

3 years ago
0 Hi Everybody. When I Want To Force The Agent To Not Reproduce My Local Pip Environment, I Add

I think if you provide an absolute path it should work šŸ™‚

3 years ago
0 Hello, I’M Using

This is interesting, I'll take a look into it šŸ™‚

2 years ago
0 Hi. I Am Trying To Install Clearml-Agent On The Remote Server On Aws. I Successfully Installed It To The Home Directory: Successfully Installed Attrs-20.3.0 Clearml-Agent-1.2.3 Distlib-0.3.4 Filelock-3.4.1 Furl-2.1.3 Idna-2.10 Orderedmultidict-1.0.1 Path

I can think of two solutions:
Fix local python environments and begin using virtual environments ( https://github.com/pyenv/pyenv for example) Use the agent in --docker mode. You won't need to worry about python versions but you will need to install Docker on that machine.

2 years ago
0 Hello All. I Am Having Trouble Saving Pytorch Models As Clearml Artifacts When I Run My Training Script From Fir.Fire Calling.ā€

Hi @<1577830989026037760:profile|EnormousGiraffe79> , can you please a self contained code snippet that reproduces this?

one year ago
0 How Does Clearml Store Some Of The More Intrinsic Data (Scalars, Plots, Etc)? We Recently Recovered Mongo From A Backup And While The Projects And Tasks Are There, The Console, Info, Etc Of All Of Them Is Missing

Hmmm I would guess something would be possible but I'm not sure how to go about it. Maybe @<1523701087100473344:profile|SuccessfulKoala55> or @<1523701994743664640:profile|AppetizingMouse58> can give some more input.

2 years ago
0 Has Anybody Encountered:

I think the issue is that the message isn't informative enough. I would suggest opening a GitHub issue on this requesting a better message. Regarding confirming - I'm not sure but this is the default behavior of Optuna. You can run a random or a grid search optimization and then you won't see those messages for sure.

What do you think?

one year ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Are you using a self hosted server or the SaaS solution?

2 years ago
2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CluelessElephant89 , Hi!

It looks like there is a problem with the API server. Can you please look for the docker logs and see what errors that it prints and paste here šŸ™‚

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?

3 years ago
0 Is It Possible To Run In Offline Mode And Still Save The Machine Monitoring Metrics? By Default It Is Monitored For Me In Online Mode But Not In Offline Mode.

Hi @<1558624430622511104:profile|PanickyBee11> , I think this might be a bug. Please open a GitHub issue to follow up on this šŸ™‚

one year ago
Show more results compactanswers