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
DangerousStarfish38
Moderator
6 Questions, 11 Answers
  Active since 02 February 2024
  Last activity 2 months ago

Reputation

0

Badges 1

11 × Eureka!
0 Votes
5 Answers
179 Views
0 Votes 5 Answers 179 Views
2 months ago
0 Votes
5 Answers
143 Views
0 Votes 5 Answers 143 Views
Hi, can I provide a direct url for pytorch wheel through clearml.conf file or somewhere else? I'm having a following issue. clearml_agent: Warning: could not...
2 months ago
0 Votes
3 Answers
194 Views
0 Votes 3 Answers 194 Views
Hi all, I'm wondering if I could use clearml agent to use multiple machines in a self-hosted server in Windows.
2 months ago
0 Votes
5 Answers
243 Views
0 Votes 5 Answers 243 Views
2 months ago
0 Votes
1 Answers
170 Views
0 Votes 1 Answers 170 Views
Hi all! I've found this from clearml-agent docs. I'm a little confused with content. Could anyone explain this line Docker Mode is only suppported in linux ....
2 months ago
0 Votes
4 Answers
153 Views
0 Votes 4 Answers 153 Views
About clearml-agent daemon --docker , I tried to execute a training task with yolov5 model (by ultralytics), I enqueued the task with the right queue from we...
2 months ago
0 Hi All, I'M Wondering If I Could Use Clearml Agent To Use Multiple Machines In A Self-Hosted Server In Windows.

@<1523701205467926528:profile|AgitatedDove14>
Thanks!
Would you mind walking me through the process?

Upon my understanding, first I'm gonna build a self-hosted server with docker on my windows computer.

Secondly, I'm gonna connect other windows computers with the server. To do that, I need a token from my server, so that I could copy and paste it when I execute the command clearml-agent init --token <my_token> --queue default from 'other windows computers'.

Lastly, I just execute `c...

2 months ago
0 Hi All! I Just Got Started To Learn Things Here, And I Have Some Questions. How Am I Supposed To Do To Perform An Experiment For Training A Model With The Existing Dataset On Clearml Server? So Basically What I'M Trying To Do Here Is To Get An Existing Da

@<1523701070390366208:profile|CostlyOstrich36>
I have a follow-up question for the first question.

I initiated a task, did get_local_copy of a dataset,
and then I executed and finished the task (training).
From web UI, I don't see any information saying that the task and dataset are related or linked.

What should I do to connect or link those two or find the information about it?

2 months ago
0 Hi All! I Just Got Started To Learn Things Here, And I Have Some Questions. How Am I Supposed To Do To Perform An Experiment For Training A Model With The Existing Dataset On Clearml Server? So Basically What I'M Trying To Do Here Is To Get An Existing Da

@<1523701070390366208:profile|CostlyOstrich36>
Actually, I've got another questions about dataset!

I tried add_external_files from AWS S3 as a simple test.
And in web UI, it says it's been uploading for 16hours now.
The zip file I tried to upload is under 50MB.
Is something wrong here?

Also, I'm wondering if I could add files that are not "zipped" files, for example a directory containing various files.

2 months ago
0 Hi Everyone! I'M Having A Trouble With Executing Tasks Remotely From Web Ui Using Clearml Agent Docker Mode. (With Self-Hosted Server On Windows Computer) I Enqueued A Training Task From Web Ui, And The Docker Container Is Always "Running", But The Acutal

Sorry for the late reply.
I believe this is the why it's not working (from console log):

adfba156d16e: Pull complete
Digest: sha256:0ce15c07d55860dfd2eeae535c42d85383a664821da5ff18d10448b5a2993e5a
Status: Downloaded newer image for ultralytics/yolov5:latest
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0...
2 months 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.

@<1523701070390366208:profile|CostlyOstrich36> I didn't specify remote version. Where can I check the version and adjust?

2 months 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.

@<1523701070390366208:profile|CostlyOstrich36> I'm using python 3.9.11 and pytorch 1.11.0+cu113.

2 months ago
0 About

@<1523701070390366208:profile|CostlyOstrich36> Hi! Actually, I changed it to run the training in local environment now (not docker) !
I ran a queued task from web UI by clicking 'enqueue', and I got this error!

# Error logs
agent.package_manager.system_site_packages = false
agent.package_manager.force_upgrade = false
agent.package_manager.conda_channels.0 = pytorch
agent.package_manager.conda_channels.1 = conda-forge
agent.package_manager.conda_channels.2 = defaults
agent.package_manag...
2 months ago
0 About

I've found this from docs.
Am I not supposed to run the agent in docker mode on Windows computer?
image

2 months ago
0 About

But, I also would like to know how to run this with docker!
This is the log file!
Thanks a lot!!

2 months ago