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
LazyFish41
Moderator
3 Questions, 4 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
4 Answers
568 Views
0 Votes 4 Answers 568 Views
Hi, Is there any way to say ClearML which python to use inside a docker container to run the Task? Or maybe is there an option that says clearml to install t...
2 years ago
0 Votes
9 Answers
545 Views
0 Votes 9 Answers 545 Views
Hello, I am trying to run some algorithm in my docker container with Clearml Task . But the algorithm uses ROS, so I need somehow to setup environment before...
2 years ago
0 Votes
5 Answers
528 Views
0 Votes 5 Answers 528 Views
Hi, I have this issue with clearml datasets. Do you know hot to solve it? (vslam38) quetalasj@quetalasj-Swift-SF514-51:~/PycharmProjects/vslam-experiment$ cl...
2 years ago
0 Hi, I Have This Issue With Clearml Datasets. Do You Know Hot To Solve It?

dataset with this id exists but I cannot get access to any dataset on the server from my PC.
Also, I cannot download it with such error.
2021-09-08 19:06:27,495 - clearml.storage - INFO - Downloading: 745.00MB / 751.71MB @ 3.08MBs from 2021-09-08 19:06:29,183 - clearml.storage - INFO - Downloading: 750.00MB / 751.71MB @ 2.96MBs from 2021-09-08 19:06:29,348 - clearml.storage - INFO - Downloaded 751.71 MB successfully from ` , saved to /clearml_agent_cache/storage_manage...

2 years ago
0 Hi, Is There Any Way To Say Clearml Which Python To Use Inside A Docker Container To Run The Task? Or Maybe Is There An Option That Says Clearml To Install The Needed Python?

Thank you!
Do I have to manually install pip for python that I specify in agent.python_binary ? Or ClearML installs pip itself?

2 years ago
2 years ago
0 Hi, I Have This Issue With Clearml Datasets. Do You Know Hot To Solve It?

AgitatedDove14 Yes, Thank you!
This command solves the problem:
sudo chmod -R 777 /home/quetalasj/.clearml/cache/storage_manager/datasets/

2 years ago