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
FiercePenguin76
Moderator
18 Questions, 150 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

147 × Eureka!
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
What’s the point of tracking artifacts dynamically? https://allegro.ai/clearml/docs/docs/examples/reporting/artifacts.html#dynamically-tracked-artifacts In t...
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
I have a reporting task I want to schedule using TaskScheduler. 2 main input params are datetime_from and datetime_to (which is datetime.now() by default). I...
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Do I understand correctly, that running Dataset.list_datasets(only_completed=False)should return all datasets from all projects?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
I want to run my clearml task on an agent in k8s together with a memory profiler (maybe https://github.com/plasma-umass/scalene or https://github.com/pythons...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hey, ClearML team! When can we expect an updated roadmap? Last one is from august https://docs.google.com/document/d/1QlPiDO2EzDq_HRvuVhYwPh5F_IsjgmmRTlPNdHi...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
How can I upload a model manually if I’m training using catboost framework, which is not natively supported by http://clear.ml ? I checked the docs, e.g. htt...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Found this placeholder project on pypi: https://pypi.org/project/clearml-serving/ Should we expect some good news from Allegro team soon? 😃
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
I have a notebook which is uncommited. It is being run on a remote machine with clearml-agent through clearml-session. Everything with newest versions, serve...
4 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Hi! I have a GPU workstation at the office (no public ip) with latest clearml-agent installed. When I was in the same network - I was able to use clearml-ses...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
bug: There a bunch of phantom tasks in a queue: they are archived and in status draft. Trying to remove them results in a “Remove Queue failed” popup. If I d...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
how can I make sure that S3 artifacts will be deleted, when I delete an experiment from UI? Credentials for S3 with write-permission are set up in UI, but I ...
3 years ago
0 Votes
15 Answers
3K Views
0 Votes 15 Answers 3K Views
I’m using catboost for training, but sadly it does not have a native integration with clearml (xgboost and lightgbm do have integrations). But catboost write...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
None “You can view the reported text in the ClearML Web-App (UI) , RESULTS tab, LOG sub-tab.” But I don’t see a LOG sub-tab. Using the community server
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
I just posted a GH issue which totally prevents me from using a scheduler. https://github.com/allegroai/clearml/issues/648 Maybe I missed something, but it l...
3 years ago
0 Hi! I Have A Gpu Workstation At The Office (No Public Ip) With Latest Clearml-Agent Installed. When I Was In The Same Network - I Was Able To Use Clearml-Session From My Laptop. Now I Work From Home, And Clearml-Session Fails With

` Remote machine is ready
Setting up connection to remote session
Starting SSH tunnel
Warning: Permanently added '<CENSORED>' (ECDSA) to the list of known hosts.
Enter passphrase for key '/Users/jevgenimartjushev/.ssh/id_rsa': <CENSORED>

SSH tunneling failed, retrying in 3 seconds `

4 years ago
0 I Just Posted A Gh Issue Which Totally Prevents Me From Using A Scheduler.

Also added implementation thought to the issue

3 years ago
0 I Have A Bunch Of Python Modules With Clearml Tasks. They Are Using 3Rd-Party Libraries But No Module Uses Code From Another Module. When I Run Such A Task Remotely - Then Clearml Deduces The Dependencies From Imports, Which Works Fine. Now I Decided To T

ā€œTo have the Full pip freeze as ā€œinstalled packagesā€ - that’s exactly what I’m trying to prevent. Locally my virtualenv has all the dependencies for all the clearml tasks, which is fine because I don’t need to download and install them every time I launch a task. But remotely I want to keep the bare minimum needed for the concrete task. Which clearml successfully does, as long as I don’t import any local modules.

3 years ago
0 Announcing Clearml 0.17.5 Features

I would probably like to see a fully-blown example with other market leading technologies covering parts which are missing from clear-ml. E.g. clearml+feast+seldon

4 years ago
3 years ago
0 Do I Understand Correctly, That Running

when I go into Dataset.list_datasets with the debugger and remove system_tags=[ā€œdatasetā€] from api call params - I get the correct response back

4 years ago
0 Bug: There A Bunch Of Phantom Tasks In A Queue: They Are Archived And In Status Draft. Trying To Remove Them Results In A “Remove Queue Failed” Popup. If I Delete The Task - Then The Queue Entry Becomes Blank, But You Still Cannot Delete It

for the tasks that are not deleted, log is different:
[2021-09-09 12:19:07,718] [8] [WARNING] [clearml.service_repo] Returned 400 for tasks.dequeue in 4ms, msg=Invalid task id: status=stopped, expected=queued

4 years ago
0 I Just Posted A Gh Issue Which Totally Prevents Me From Using A Scheduler.

For me - workaround is totally acceptable, thus scheduler is once again usable for me.

3 years ago
0 I Have A Reporting Task I Want To Schedule Using Taskscheduler. 2 Main Input Params Are

Maybe it makes sense to use schedule_function instead of schedule_task_id and then the schedule function will perform the cloning of the last task and starting the clone?

3 years ago
0 I Have A Bunch Of Python Modules With Clearml Tasks. They Are Using 3Rd-Party Libraries But No Module Uses Code From Another Module. When I Run Such A Task Remotely - Then Clearml Deduces The Dependencies From Imports, Which Works Fine. Now I Decided To T

if you call Task.init in your entire repo (serve/train) you end up with "installed packages" section that contains all the required pacakges for both use cases ?
yes, and I thought that it is looking at what libraries are installed in virtualenv, but you explained that it rather doing a static analysis over whole repo.

3 years ago
0 I Want To Run My Clearml Task On An Agent In K8S Together With A Memory Profiler (Maybe

[.]$ /root/.clearml/venvs-builds/3.8/bin/python -u '/root/.clearml/venvs-builds/3.8/code/-m filprofiler run catboost_train.py' doesn’t look good

4 years ago
0 Bug: There A Bunch Of Phantom Tasks In A Queue: They Are Archived And In Status Draft. Trying To Remove Them Results In A “Remove Queue Failed” Popup. If I Delete The Task - Then The Queue Entry Becomes Blank, But You Still Cannot Delete It

I think they appeared when I had a lot of HPO tasks enqueued and not started yet, and then I decided to either Abort or Archive them - I don’t remember already

4 years ago
0 I Have A Reporting Task I Want To Schedule Using Taskscheduler. 2 Main Input Params Are

and ClearML should strive to be clear, amirite? šŸ˜„

3 years ago
0 I Have A Notebook Which Is Uncommited. It Is Being Run On A Remote Machine With Clearml-Agent Through Clearml-Session. Everything With Newest Versions, Server Is Community-Hosted. Under Uncommitted Changes I See

Also, installed packages are also incorrect (not including ones that I install fmor within the notebook using !pip install package_name_here )

` # Python 3.8.5 (default, Jan 27 2021, 15:41:15) [GCC 9.3.0]
azure_storage_blob == 12.8.0
boto3 == 1.17.30
clearml == 0.17.5
google_cloud_storage == 1.36.2
ipykernel == 5.5.0

Detailed import analysis

**************************

IMPORT PACKAGE azure_storage_blob

clearml.storage: 0

IMPORT PACKAGE boto3

clearml.storage: 0

IMPORT PACKA...

4 years ago
0 Hey, Clearml Team! When Can We Expect An Updated Roadmap? Last One Is From August

we are just entering the research phase for a centralized serving solution. Main reasons against clearml-serving triton are: 1) no support for kafka 2)no support for shadow deployments (both of these are supported by Seldon, which is currently the best=looking option for us)

4 years ago
0 I Have A Bunch Of Python Modules With Clearml Tasks. They Are Using 3Rd-Party Libraries But No Module Uses Code From Another Module. When I Run Such A Task Remotely - Then Clearml Deduces The Dependencies From Imports, Which Works Fine. Now I Decided To T

ok, so if it goes over whole repository, then my question transforms into: how to make sure it will traverse only current package? I have separate packages for serving and training in a single repo. I don’t want serving requirements to be installed.

3 years ago
Show more results compactanswers