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 Everyone. How Can I Get Metadata For Datasets From An Entire Project? I See The Opportunity To Work With Only One Dataset

Hi @<1524560082761682944:profile|MammothParrot39> , how do you usually fetch metadata from a dataset?

one year ago
0 Hi Community, I Might Have A Misunderstanding Of The Use Of Task.Connect Method. It Seems Like The Object I Connect Is Immutable, While It Should Be Mutable.

Hi @<1523703961872240640:profile|CrookedWalrus33> , I think by "mutable" it means that the object itself is mutable when connecting.

I'm curious, what is your use case that you want to change the values in the code itself? The intended usage is to connect the config object and then control it via the webUI / API

one year ago
0 Hi, I'Ve Been Using Your Saas Platform For Over A Month Now, But Today I Suddenly Noticed Most Of My Data Is Missing, I See That I Have 40 Tasks In My Data Project From The Dashboard As It Should Be, But Inside The Project I Can Only See 6, I Couldn'T Fin

Hi CrookedMonkey33 ,

Can you please open developer tools (F12) and see what is returned when you navigate to the 'projects' page (When you see 41 experiments)

Also go into 'Settings' -> 'Configuration' and verify that you have 'Show Hidden Projects' enabled

3 years ago
0 Hello. How Do I Tell The Clearml Agent To Not Install The Tasks Requirements And Use Existing Local Env Instead? Also What Should I Do If My Task Depends On Multiple Git Repos That Need To Fetched?

Hi @<1523722618576834560:profile|ShaggyElk85> , please see here: None
I think these are the ones you're looking for:
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL

Regarding your second question, I think this is possible only when talking about submodules

one year ago
0 Hi, Can I Provide A Direct Url For Pytorch Wheel Through Clearml.Conf File Or Somewhere Else? I'M Having A Following Issue.

@<1664079296102141952:profile|DangerousStarfish38> , are you running different python versions on the different machines? Remote vs local

one year ago
0 Hello

@<1523701977094033408:profile|FriendlyElk26> , try upgrading to the latest version, I think it should be fixed on the latest version

one year ago
0 Hello, I Have A Question Regarding Clearml Task And Pytorch Lightning I Am Training A Model And I Want Clearml To Plot The Accuracy And Loss. According To

Hi @<1547028031053238272:profile|MassiveGoldfish6> , what version of clearml & pytorch-lightning ? Does this happen to you with the example as well? Are you on a self deployed or the community server?

2 years ago
0 If I Want To Run Tensorflow (Version 2.10.0 With Python 3.8) With The Aws Autoscaler, Which Ami And Docker Base Image Should I Choose?

I would look for an AMI that has already cuda and all drivers installed. Same goes for the docker image

2 years ago
0 Hi There. I Run Example

Not sure what you mean, it looks like your experiment ran for 6 minutes.. Can you add the full log?

one year ago
0 Hi, When Trying To To Run An Experiment With Pytorch, Pip Keeps Failing On Installing The Pytorch Packages, Did Somebody Else Solve This Problem? Here Are My Log Files.

Hi CluelessFlamingo93 , I see the following traceback in your log:
`
1672308338689 bfm:0 DEBUG ━━━━━━━━━━━━━━╸ 0.7/1.8 GB 5.9 MB/s eta 0:03:16
ERROR: Exception:
Traceback (most recent call last):
File "/home/bat/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py", line 437, in _error_catcher
yield
File "/home/bat/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py", line 560, in read
...

2 years ago
0 Clearml-Session Question: I’M Using The Tool With An On-Prem Machine. Normal Tasks Are Being Executed Normally - But When Using

Hi @<1523704461418041344:profile|EnormousCormorant39> , is there any chance this could be indeed network related if it does manage to work sometimes?

Can you add a larger portion of the log with errors?

Also what type of machines are these? Linux to linux?

2 years ago
0 Hi, I Have An Error With Clearml-Agent 1.5.1 When Importing Tensorflow 2.10

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

2 years ago
0 Hi There. I Run Example

Hi @<1686547380465307648:profile|StrongSeaturtle89> , as Alon mentioned, you need to connect a worker to the relevant queues (Both for the controller and the steps)

one year ago
Show more results compactanswers