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
MagnificentSeaurchin79
Moderator
13 Questions, 160 Answers
  Active since 10 January 2023
  Last activity 10 months ago

Reputation

0

Badges 1

109 × Eureka!
0 Votes
14 Answers
360 Views
0 Votes 14 Answers 360 Views
Hi! I'm trying to deploy clearml server in GCP, but I don't have access to allegro's bucket
2 years ago
0 Votes
8 Answers
372 Views
0 Votes 8 Answers 372 Views
I don't quite understand the way Iterations work. In my current experiment I report every 10 epochs, I'm currently in my epoch 30, but in the UI it says iter...
2 years ago
0 Votes
30 Answers
356 Views
0 Votes 30 Answers 356 Views
What could be the reason for FAIL status of a task that seems to have completed correctly? No information in the log whatsoever
2 years ago
0 Votes
6 Answers
344 Views
0 Votes 6 Answers 344 Views
Hello, how can I make a pipeline that accepts parameters?
2 years ago
0 Votes
30 Answers
351 Views
0 Votes 30 Answers 351 Views
Hi! I was wondering regarding this issue: https://github.com/allegroai/clearml/issues/181 The solution seems to be to not log by default, and only use a cont...
2 years ago
0 Votes
7 Answers
368 Views
0 Votes 7 Answers 368 Views
Hi! I'm getting the following error when I upload a folder to GCS using StorageManager, and then use StorageManager to download that folder to use in another...
one year ago
0 Votes
30 Answers
388 Views
0 Votes 30 Answers 388 Views
Hi! Thanks for this awesome tool ๐Ÿ˜„ I wanted to know if there was a way of specifying the output_uri depending on whether I'm running on GCP or in my local s...
2 years ago
0 Votes
7 Answers
356 Views
0 Votes 7 Answers 356 Views
is there a way to sort plots by iteration?
2 years ago
0 Votes
4 Answers
378 Views
0 Votes 4 Answers 378 Views
Hi! I'm using dataset.list_files with wildcards but it is not working as I expected: I think the problem is only when the files are in the root of the dataset.
2 years ago
0 Votes
5 Answers
440 Views
0 Votes 5 Answers 440 Views
Hi all! I I tried to run the manual_upload_model.py script, using a worker, and it fails because when looking at the installed packages, tensorflow is not th...
2 years ago
0 Votes
29 Answers
394 Views
0 Votes 29 Answers 394 Views
what could be the reason for my package to not be loading under the "INSTALLED PACKAGES"? I have a . in the requirements.txt I added a task.add_requirements(...
2 years ago
0 Votes
7 Answers
442 Views
0 Votes 7 Answers 442 Views
I'm following the pipeline controller example...this is the output I get after running the the three scripts for step1, step2, and step3, and finally the pip...
2 years ago
0 Votes
30 Answers
380 Views
0 Votes 30 Answers 380 Views
Hi, I'm having a hard time trying to understand the Dataset class. What I need is to be able to get the dataset, delete a file, and upload it again. But the ...
2 years ago
0 Hi! Thanks For This Awesome Tool

is there a way to prevent from creating a new setup in my worker each time?

2 years ago
0 Hi! Thanks For This Awesome Tool

if I launch the same script in GCP, (I don't run it as a clearml-agent), then everything works fine

2 years ago
0 Hi! Thanks For This Awesome Tool

but it still saves using the output_uri from the server that created the task

2 years ago
0 Hi! Thanks For This Awesome Tool

and in the script I removed the output_uri= , in the task initialization

2 years ago
0 Hi! Thanks For This Awesome Tool

since it didn't change (the packages installed)

2 years ago
0 Hi! Thanks For This Awesome Tool

if I put ~/clearml in the default_output_uri key, and start the task, when run as agent in GCP I get clearml.Task - INFO - Completed model upload to file:///$github_proj_directory/~/clearml/$proj_name/$experiment_name

2 years ago
0 Hi! Thanks For This Awesome Tool

no, only in the clearml.conf file
Now I removed the output_uri in the conf file of the machine that started the task, and when I run it as agent in GCP it works.
Is this a bug?

2 years ago
0 Hi! Thanks For This Awesome Tool

even though I have set the default_output_uri in GCPs conf file

2 years ago
0 Hi! Thanks For This Awesome Tool

this is the one in GCP

2 years ago
0 Hi! Thanks For This Awesome Tool

so with these two configurations, and no output_uri in the task creation in the script:
I get model saved model in tl2 and in GCP (when run as agent):
/home/tglema/git_repo/~/clearml/

2 years ago
0 Hi! Thanks For This Awesome Tool

do I create an issue for this as well? SuccessfulKoala55 ?

2 years ago
0 Hi! Thanks For This Awesome Tool

this is the one in tl2

2 years ago
0 Hi! Thanks For This Awesome Tool

ok, ran the script, and had the same issue..I detected another bug I think..going to put it outside the thread

2 years ago
0 Hi! Thanks For This Awesome Tool

let me run the model_upload example in your repo instead of my script

2 years ago
0 Hi! Thanks For This Awesome Tool

if I write:
in tl2 conf : default_ output_uri : "/home/tglema/clearml"
in GCP it saves in that same dir

2 years ago
0 Hi! Thanks For This Awesome Tool

now I have:
in tl2: default_ output_uri : "~/clearml"
in GCP: default_ output_uri : "gs://..."

2 years ago
0 Hi! Thanks For This Awesome Tool

My setting is the following:
-run script in tl2 (local server)
-clone task and enque it, run it in GCP
Ideally I would like to:
if the script in run in tl2 it should save to local filesystem if the script is run in GCP it should save to GS

2 years ago
0 Hi! Thanks For This Awesome Tool

mmm..I'm having the same issue:
in my GCP agent:

base) root@gst-cv-glema3-final-tf2-cu101:~# clearml-agent daemon --queue redness
Current configuration (clearml_agent v0.17.1, location: /root/clearml.conf):


sdk.storage.cache.default_base_dir = ~/.clearml/cache
sdk.development.default_output_uri =

2 years ago
0 Is There A Way To Sort Plots By Iteration?

btw, I think this should be the output of report_confusion_matrix ...what do you think?

2 years ago
0 Hi Guys, I Have Many Questions To Ask, Sorry If This Questions Were Posted Already - If The Answer Exist, Please, Point Me To It. Thank You For Your Help. I'M Training Object Detection Model Using Tf 2.3 Object Detection Api And Use Clearml On Local Serve

clearml == 0.17.5rc5
google_cloud_storage == 1.36.1
joblib == 1.0.1
matplotlib == 3.3.4
numpy == 1.20.0
object_detection == 0.1
opencv_python_headless == 4.5.1.48
pandas == 1.2.3
scikit_learn == 0.24.1
tensorflow == 2.4.0

2 years ago
Show more results compactanswers