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 one year ago

Reputation

0

Badges 1

89 × Eureka!
0 Votes
7 Answers
695 Views
0 Votes 7 Answers 695 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
2 years ago
0 Votes
22 Answers
752 Views
0 Votes 22 Answers 752 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
2 years ago
0 Votes
4 Answers
632 Views
0 Votes 4 Answers 632 Views
2 years ago
0 Votes
4 Answers
723 Views
0 Votes 4 Answers 723 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 ...
one year ago
0 Votes
8 Answers
571 Views
0 Votes 8 Answers 571 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 ...
2 years ago
0 Votes
6 Answers
612 Views
0 Votes 6 Answers 612 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 ...
2 years ago
0 Votes
24 Answers
592 Views
0 Votes 24 Answers 592 Views
How can I call the runtime of a experiment running on the clearml agent?
one year ago
0 Votes
2 Answers
610 Views
0 Votes 2 Answers 610 Views
Hey, Are you thinking of getting ISO27001 or SOC2 at some point / do you already have it?
one year ago
0 Votes
3 Answers
605 Views
0 Votes 3 Answers 605 Views
any plans for log space for hyperparameter support (log argument)? this is supported config space https://github.com/automl/ConfigSpace/blob/772665a86bca0d5b...
2 years ago
0 Votes
6 Answers
605 Views
0 Votes 6 Answers 605 Views
I've just tried uploading a few datasets and they are not being detected on the UI.
one year ago
0 Votes
16 Answers
695 Views
0 Votes 16 Answers 695 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...
one year ago
0 Votes
18 Answers
709 Views
0 Votes 18 Answers 709 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...
one year ago
0 Votes
12 Answers
590 Views
0 Votes 12 Answers 590 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 ...
2 years ago
0 Votes
3 Answers
605 Views
0 Votes 3 Answers 605 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 ...
2 years ago
0 Votes
7 Answers
584 Views
0 Votes 7 Answers 584 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...
2 years ago
0 Votes
4 Answers
655 Views
0 Votes 4 Answers 655 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...
2 years ago
0 Votes
2 Answers
592 Views
0 Votes 2 Answers 592 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.
one year ago
0 Votes
11 Answers
557 Views
0 Votes 11 Answers 557 Views
2 years ago
0 Votes
3 Answers
583 Views
0 Votes 3 Answers 583 Views
Happy Friday Everyone 🙂 how can I apply uncommitted changes from a task manually to debug locally?
2 years ago
0 Votes
0 Answers
562 Views
0 Votes 0 Answers 562 Views
Loving the new website & design 😍 😍 😍 😍 😍 congratulations 🚀
2 years ago
0 Votes
4 Answers
621 Views
0 Votes 4 Answers 621 Views
Are GP3 volumes automatically deleted when the instance is spun down using the clearml aws autoscaler?
aws
2 years ago
0 Votes
7 Answers
582 Views
0 Votes 7 Answers 582 Views
2 years ago
0 Hi Guys, I Think There'S Something Wrong On

(deepmirror) ryan@ryan:~$ python -c "import clearml print(clearml.__version__)" 1.1.4

one year 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)

one year ago
0 Hi Guys, I Think There'S Something Wrong On

Hi SuccessfulKoala55 yes I can see the one upload using 1.6.1 but all old datasets have now been remove. I guess you want people to start moving over?

one year ago
0 Hi Guys, I Think There'S Something Wrong On

This was the error I was getting from uploads using the old SDK
has been rejected for invalid domain. heap-2443312637.js:2:108655 Referrer Policy: Ignoring the less restricted referrer policy "no-referrer-when-downgrade" for the cross-site request:

one year ago
0 Hi Guys, I Think There'S Something Wrong On

`
import os
import glob
from clearml import Dataset

DATASET_NAME = "Bug"
DATASET_PROJECT = "ProjectFolder"
TARGET_FOLDER = "clearml_bug"
S3_BUCKET = os.getenv('S3_BUCKET')

if not os.path.exists(TARGET_FOLDER):
os.makedirs(TARGET_FOLDER)

with open(f'{TARGET_FOLDER}/data.txt', 'w') as f:
f.writelines('Hello, ClearML')

target_files = glob.glob(TARGET_FOLDER + "/**/*", recursive=True)

# upload dataset

dataset = Dataset.create(dataset_name=DATASET_NAME, dataset_project=DATASET_PR...

one year ago
0 Has Anybody Used

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

2 years ago
0 Has Anybody Used

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

2 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

one year 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?

`
2021-10-19 14:19:07
Spinning new instance type=aws4gpu
Error: Can not start new instance, An error occurred (InvalidParameterValue) when calling the RunInstances operation: Invalid availability zone: [eu-west-2]
Spinning new instance type=aws4gpu
ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
Error: Can not start new instance, An error occurred (InvalidParameterValue) when calling the RunInstances operation: Invalid availability zone: [eu-west-2]
S...

2 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)

one year ago
0 Hey Guys, Hope You'Re Having A Good Week

if it's completed or not

2 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...
2 years ago
0 Hi Everyone, I Think It Would Be Nice If

yep using the community version

2 years ago
0 Hi Everyone, I Think It Would Be Nice If

In short we clone the repo, build the docker container, and run agent in the container. The reason we do it this, rather than provide a docker image to the clearml-agent is two fold:

We actively develop our custom networks and architectures within a containerised env to make it easy for engineers to have a quick dev cycle for new models. (same repo is cloned and we build the docker container to work inside) We use the same repo to serve models on our backend (in a slightly different contain...

2 years ago
0 Hi Everyone, I Think It Would Be Nice If

Yes, it's the dependencies. At the moment I'm doing this as a work around.
` autoscaler = AwsAutoScaler(hyper_params, configurations)

startup_bash_script = [
    '...',
]

autoscaler.startup_bash_script = startup_bash_script ` I'd prefer to run it on the Web UI. Also, we seem to have problems when it's executed remotely
2 years ago
0 Hi Everyone, I Think It Would Be Nice If

Yes on the apps page is the possible to tigger programatically?

remote execution is working now. Internal worker nodes had not spun up the agent correctly 😛

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

I've got it... i just remembered I can call
task_idfrom the cloned tasked and check the status of that 🙂

2 years ago
Show more results compactanswers