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
WickedElephant66
Moderator
10 Questions, 86 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

86 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hey, I had a doubt with clearml-agent I run it locally in non docker mode, I was wondering if there is a cap to the number of cpu cores that are assigned to ...
2 years ago
0 Votes
8 Answers
950 Views
0 Votes 8 Answers 950 Views
Hey, how exactly do we store models generated from a stage in my pipeline? I was looking to store them in h5/ p th formats in particular. Is there an example?
2 years ago
0 Votes
4 Answers
985 Views
0 Votes 4 Answers 985 Views
Hello, Here's another observation that I've made, Im using pipeline decorators to make my pipeline. Setting the pipeline controller with pipeline_execution_q...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello How do I set dependencies for the pipeline controller? I'm using the PipelineDecorator to create my pipeline, and the return value of a stage(in the fo...
2 years ago
0 Votes
6 Answers
959 Views
0 Votes 6 Answers 959 Views
Hey, I need some help with StorageManager; So I have a minio bucket storing multiple images as objects in it. For some reason, downloading the bucket using t...
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
2 years ago
0 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K Views
Hey, I have my clearml server set up on my local machine , however I want to try clearml- serving on this machine as well; But here's the issue: When I run t...
2 years ago
0 Votes
32 Answers
22K Views
0 Votes 32 Answers 22K Views
Need a little help here; I have a clearml server set up on another machine and clearml configured on my laptop(running in wsl) for some reason I can't seem t...
2 years ago
0 Votes
31 Answers
21K Views
0 Votes 31 Answers 21K Views
Hey, I'm trying to build a clearml pipeline using decorators. My training script includes two modules(.py files) that's stored locally. This however causes a...
2 years ago
0 Votes
25 Answers
1K Views
0 Votes 25 Answers 1K Views
Hey, So I'm trying to upload an artefact to clearml’s fileserver(I have a self hosted clearml server running), I've uploaded the file using StorageManager.up...
2 years ago
0 Hey, I'M Trying To Set Up A Clearml Server On Docker As Per Documentation. Everything Goes Well Until The Docker-Compose Up Step, That'S When I Get This Error; Error: Error Pulling Image Configuration: Download Failed After Attempts=6: X509: Certificate

version: "3.6"
services:

apiserver:
command:
apiserver
container_name: clearml-apiserver
image: allegroai/clearml:latest
restart: unless-stopped
volumes:
/opt/clearml/logs:/var/log/clearml
/opt/clearml/config:/opt/clearml/config
/opt/clearml/data/fileserver:/mnt/fileserver
depends_on:
redis
mongo
elasticsearch
fileserver
environment:
CLEARML_ELASTIC_SERVICE_HOST: elasticsearch
CLEARML_ELASTIC_SERVICE_PORT: 920...

2 years ago
0 Hey,

A simple StorageManager.download_folder(‘url’)
My minio instance is hosted locally, so I'm providing an url like ‘ http://localhost:9000/bucket-name%E2%80%99

2 years ago
0 Need

I have hidden the host name as well

2 years ago
0 Need

image

2 years ago
0 Hey,

Hey We figured a temporary solution - by importing the modules and reloading the contents of the artefact by pickle. It still gives us a warning, though training works now. Do send an update if you find a better solution

2 years ago
0 Hey,

So I'd have to make edits to the docker-compose file for clearml-serving; there would not be any issues arising due to that right?

2 years ago
0 Hey,

Super sorry for being a bit late!

2 years ago
0 Hey,

Thank you so much for being active!

2 years ago
0 Hey,

Sure, in a moment

2 years ago
0 Hey,

Im using the clearml-serving for repo and running the docker-compose file there to set it tip ,
But im also running the clearml server on my machine self - hosted

2 years ago
0 Hey,

Thanks a lot David!

2 years ago
0 Hey,

stuff is a package that has my local modules - I've added it to my path by sys.path.insert, though here it isn't able to unpickle

2 years ago
0 Hey,

I'm facing the issue during the initial set up of clearml serving - i.e the step where you use docker-compose to launch the serving containers

2 years ago
0 Hey,

Here's the code, we're trying to make a pipeline using PyTorch so the first step has the dataset that ’ s created using ‘stuff’ - a local folder that serves as a package for my code. The issue seems to be in the unpicking stage in the train function.

2 years ago
0 Hey,

image

2 years ago
0 Hey,

Umm I suppose that won't work - this package consists of .py scripts that I use for a set of configs and Utils for my model.

2 years ago
0 Hey,

I tried it - it works for a library that you can install, not for something local I suppose

2 years ago
0 Hey,

However, I use this to create an instance of a dataloader(torch) this is fed into my next stage in the pipeline - though I import the local modules and add the folders to the path it is unable to unpickle the artifact

2 years ago
0 Hey,

Hey so I was able to get the local .py files imported by adding the folder to my path sys .path

2 years ago
0 Hey,

Here's what I get for the initial set up stage of clearml-serving

2 years ago
0 Hey,

Nop e

2 years ago
0 Hey,

Yep, the pipeline finishes but the status is still at running . Do we need to close a logger that we use for scalers or anything?

2 years ago
0 Hey,

Removing the “” in my env file gives me a timeout issue

2 years ago
0 Hey,

DefiantHippopotamus88 did you get it working?

2 years ago
Show more results compactanswers