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 2 years ago

Reputation

0

Badges 1

109 × Eureka!
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi! I'm trying to deploy clearml server in GCP, but I don't have access to allegro's bucket
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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.
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
is there a way to sort plots by iteration?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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 ...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
4 years ago
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K 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(...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K 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...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hello, how can I make a pipeline that accepts parameters?
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K 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...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
What could be the reason for FAIL status of a task that seems to have completed correctly? No information in the log whatsoever
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Hi

great 🙂

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

like what I see in the debug samples:

4 years ago
0 What Could Be The Reason For My Package To Not Be Loading Under The "Installed Packages"? I Have A

Hi AgitatedDove14 , now I'm seeing under INSTALLED PACKAGES both "." and "my_package"..what could be the issue here?

4 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 =

4 years ago
0 What Does It Mean To Publish A Model Or A Dataset?

Hi! I was reading about datasets..I think this needs to be corrected..

4 years ago
0 Hi! Thanks For This Awesome Tool

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

4 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?

4 years ago
0 Hi , I Have This Use Case.

I think so, but I'm not an expert here, I started using this a few weeks ago
take a look at the cleanup service for reference:
https://github.com/allegroai/clearml/blob/master/examples/services/cleanup/cleanup_service.py

4 years ago
0 Hi

this creates the whl package that I then use in my requirements.txt file directly

4 years ago
0 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 Problem Is When I Call The

INHO, the remove_files('logo.png') shouldn't return 0..and I think the problem is that the file passed as argument is not correctly matched with the files stored in the dataset.

4 years ago
0 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

it does! thanks! I thought I had to modify the scripts, but now I see that it does it with the parameter_override

4 years ago
0 What Could Be The Reason For My Package To Not Be Loading Under The "Installed Packages"? I Have A

Python 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0]

absl_py == 0.10.0
azure_storage_blob == 12.7.1
clearml == 0.17.4
google_cloud_storage == 1.35.0

Detailed import analysis

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

IMPORT PACKAGE absl_py

generate_tfrecord_pipeline.py: 3

IMPORT PACKAGE azure_storage_blob

clearml.storage: 0

IMPORT PACKAGE clearml

generate_tfrecord_pipeline.py: 1

IMPORT PACKAGE google_cloud_storage

clearml.storage: 0

4 years ago
4 years ago
Show more results compactanswers