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
RobustFox47
Moderator
22 Questions, 94 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

89 × Eureka!
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Another thing that would be useful is to enable git clone via github personal access token as ssh config can be annoying when working in containerised env fo...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey, how can I download report_table objects back into python as a dataframe? I'm sure I've done this before but have no idea how I did it.
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
How can I call the runtime of a experiment running on the clearml agent?
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Loving the new website & design 😍 😍 😍 😍 😍 congratulations 🚀
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey, Are you thinking of getting ISO27001 or SOC2 at some point / do you already have it?
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Can I prevent torch.save()from automatically uploading the model and use task.update_output_model(model_path=best_model_path)at the end to upload the best mo...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi guys, I'm loving ClearML so far now we can quickly train and deploy customer models 🚀 however, when prototyping models in a .py file it's quite annoying ...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
any plans for log space for hyperparameter support (log argument)? this is supported config space https://github.com/automl/ConfigSpace/blob/772665a86bca0d5b...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Happy Friday Everyone 🙂 how can I apply uncommitted changes from a task manually to debug locally?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Are GP3 volumes automatically deleted when the instance is spun down using the clearml aws autoscaler?
aws
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi guys, I want automate the clearml-init in a docker container. Ideally I would do this by having the clearml.conf file in the container and then read in en...
aws
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi everyone, I think it would be nice if startup_bash_script that takes in bash_script for the AWS autoscalers can be completely overwritten to input custom ...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hi guys, I think there's something wrong on https://app.clear.ml . The font etc is changing to caps and . 's are being introduced into the path of project fo...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
I've just tried uploading a few datasets and they are not being detected on the UI.
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Hey, Just trying out clearml-serving and getting the following error the provided PTX was compiled with an unsupported toolchain in the clearml-serving-trito...
3 years ago
0 Votes
22 Answers
3K Views
0 Votes 22 Answers 3K Views
Hi guys for the AWS auto-scaler I need to access aws ssm or create .env file locally when using the init script. Has anyone done this?
aws
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi guys 🙂 hope you're having a good weekend. When I try and compare experiments on the Web UI the display just freezes. It would be great if you could give ...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hey how can I trigger multiple "Hyperparameter Optimization" in a for loop to run on a service? I have around 30 models I'd like to run a BO on in a service ...
2 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey guys, hope you're having a good week 🙂 How can i get the status of a task in the queue? status = Task.enqueue( cloned, queue_name='default', ) #now get ...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Hey Guys, Hope You'Re Having A Good Week

Thanks Martin 🙂 just seen this worked as expected

3 years ago
0 How Can I Call The

ahhh okay thank you 🙂

3 years ago
0 Another Thing That Would Be Useful Is To Enable Git Clone Via Github Personal Access Token As Ssh Config Can Be Annoying When Working In Containerised Env For Cloning Tasks In The Agent

Hi SuccessfulKoala55 thanks I didn't know it was possible to use in place of the pw. So in the .conf I can just add the git PAT instead of pw?

git_user: ${GITHUB_USER} git_pass: ${GITHUB_PAT}

3 years ago
0 Hey Guys, Hope You'Re Having A Good Week

if it's completed or not

4 years ago
0 Hi Guys For The Aws Auto-Scaler I Need To Access Aws Ssm Or Create .Env File Locally When Using The Init Script. Has Anyone Done This?

Thanks JitteryCoyote63 , I'll double check the permissions of key/secrets and if no luck I'll check with the team

3 years ago
0 How Do You Save Models And Store The Classes As Well? When We Save The Model Using Pytorch We Just Save The State Dict And Not The Custom Classes For Different Models. I Was Thinking Of Just Pickling The Model But If Anyone Has A Better Suggestion That Wo

I can run clearml.OutputModel(task, framework='pytorch') to get the model from a previous task. but how can I get the pytorch model ( torch.nn.Module ) from the output model object

3 years ago
0 Has Anybody Used

We use albumentations with scripts that execute remotely and have no issues. Good question from CostlyOstrich36

3 years ago
0 Has Anybody Used

` # dataset_class.py
from PIL import Image
from torch.utils.data import Dataset as BaseDataset

class Dataset(BaseDataset):

def __init__(
    self,
    images_fps,
    masks_fps,
    augmentation=None,
):
    self.augmentation = augmentation
    self.images_fps = images_fps
    self.masks_fps = masks_fps
    self.ids = len(images_fps)


def __getitem__(self, i):

    # read data
    img = Image.open(self.images_fps[i])
    mask = Image...
3 years ago
0 Has Anybody Used

we normally do something like that - not sure what why it's freezing for you without more info

3 years ago
0 How Can I Call The

Umm no luck

q = client.queues.get_all(name='default')[0] from_date = math.floor(datetime.timestamp(datetime.now() - relativedelta(months=3))) to_date = math.floor(datetime.timestamp(datetime.now())) res = client.queues.get_queue_metrics(from_date=from_date, to_date=to_date, interval=1, queue_ids=[q.id])

3 years ago
0 Are Gp3 Volumes Automatically Deleted When The Instance Is Spun Down Using The Clearml Aws Autoscaler?

Yep figured this out yesterday. I had been tagging G type instances with an alarm as a fail safe if the AWS autoscaler failed. The alarm only stopped the instance and didn't terminate it (which deletes the drive). Thanks anyway CostlyOstrich36 and TimelyPenguin76 🙂

3 years ago
0 How Can I Call The

next one I'm looking for is average queue time

3 years ago
0 How Can I Call The

` client.queues.get_default()

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/opt/conda/lib/python3.9/site-packages/clearml/backend_api/session/client/client.py", line 378, in new_func
return Response(self.session.send(request_cls(*args, **kwargs)))
File "/opt/conda/lib/python3.9/site-packages/clearml/backend_api/session/client/client.py", line 122, in send
raise APIError(result)
clearml.backend_api.session.client.client.APIError: APIError: code 4...

3 years ago
0 Hi Guys For The Aws Auto-Scaler I Need To Access Aws Ssm Or Create .Env File Locally When Using The Init Script. Has Anyone Done This?

I was having an issue with availability zone. I was using 'eu-west-2' instead of 'eu-west-2c'

3 years ago
0 Hi Guys, I Think There'S Something Wrong On

Same with new version
(deepmirror) ryan@ryan:~/GitHub/deepmirror/ml-toolbox$ python -c "import clearml; print(clearml.__version__)" 1.6.1
Generating SHA2 hash for 1 files 100%|███████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 2548.18it/s] Hash generation completed Uploading dataset changes (1 files compressed to 130 B) to BUCKET File compression and upload completed: total size 130 B, 1 chunked stored (average size 130 B)

3 years ago
0 Hi Guys

Hi SuccessfulKoala55 I gave up after 20 mins and also got a notification from firefox "This page is slowing down Firefox. The speed up your browser, stop this page". I'm heading out soon so I could leave it on. Also, had the same behaviour in chrome.

4 years ago
0 Hey How Can I Trigger Multiple "Hyperparameter Optimization" In A For Loop To Run On A Service? I Have Around 30 Models I'D Like To Run A Bo On In A Service Queue. If I Use The Code In This Example

For reference
import subprocess for i in ['1', '2']: command = ['python', 'hyp_op.py', '--testnum', f'{i}'] process = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)

2 years ago
0 Hi Guys For The Aws Auto-Scaler I Need To Access Aws Ssm Or Create .Env File Locally When Using The Init Script. Has Anyone Done This?

When I run in the UI I get the following response
Error: Can not start new instance, An error occurred (InvalidParameterValue) when calling the RunInstances operation: Invalid availability zone: [eu-west-2]When I run programatically it just stalls and I don't get any read out

3 years ago
0 Hey, Just Trying Out Clearml-Serving And Getting The Following Error

Just for ref if anyone has this issue. I had to update my cuda drivers to 510 on system os

` docker run --gpus=0 -it nvcr.io/nvidia/tritonserver:22.02-py3

=============================
== Triton Inference Server ==

NVIDIA Release 22.02 (build 32400308)

Copyright (c) 2018-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Various files include modifications (c) NVIDIA CORPORATION. All rights reserved.

This container image and its contents are gove...

3 years ago
0 Hey, Just Trying Out Clearml-Serving And Getting The Following Error

$ curl -X 'POST' ' ' -H 'accept: application/json' -H 'Content-Type: application/json' -d '{ "url": " " }' {"digit":5}

3 years ago
0 Hey, Just Trying Out Clearml-Serving And Getting The Following Error

I'm using "allegroai/clearml-serving-triton:latest" container I was just debugging using the base image

3 years ago
0 Can I Prevent

it would be useful to have some control over this if possible 🙂

3 years ago
0 How Can I Call The

Going for something like this:
` >>> queue = QueueMetrics(queue='queueid')

queue.avg_waiting_times `

3 years ago
Show more results compactanswers