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
NonchalantOx99
Moderator
16 Questions, 71 Answers
  Active since 10 March 2023
  Last activity 2 years ago

Reputation

0

Badges 1

67 × Eureka!
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
hey guys, running a clearml pipeline, we keep getting an 'abort by user' message:
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
hey guys, i didn't see any record of it in the documentation and i am wondering what the following attributes in the clearml.conf are responsible of: - conda...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hey guys while trying to serve, following: None after running : cd docker && docker-compose --env-file example.env -f docker-compose.yml up i get many errors...
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hey ClearML! I created a worker, and configured it to work with my git account (using ssh-key) when my coworker tries to run a task using the same worker, he...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
hey in clearml-serving when deleteing a model endpoint, it doesn't delete the preprocessing artifact you should fix it
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
hey while trying to upload a (~14 gb) dataset, we get the following error:
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey, Is there a way to hide certain configuration paramters? We want to login to db to fetch data, for task run. But we don't want the db connection details ...
2 years ago
0 Votes
5 Answers
3K Views
0 Votes 5 Answers 3K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
31 Answers
164K Views
0 Votes 31 Answers 164K Views
hey guys trying to save a model via the OutputModel.update_weights function I get the following error: 2023-03-23 11:43:23,298 - clearml.storage - ERROR - Fa...
2 years ago
0 Votes
32 Answers
139K Views
0 Votes 32 Answers 139K Views
Hey, we run a pipeline using the PipelineController, when we do it from team member 1 computer, we see clearml-agent installing lots of unrelevant packages, ...
2 years ago
0 Hey, Is There A Way To Hide Certain Configuration Paramters? We Want To Login To Db To Fetch Data, For Task Run. But We Don'T Want The Db Connection Details To Be Logged Into Clearml, Is There A Way To Hide It?

how do i access the clearnl.conf custom variables then?
or - how do i configure and access env variables that way?

the use case is simple:
i wanna fetch data from an sql table, inside a task.
so i want to execcute a query, and then do some operations on it, from within a task, to do that i have to connect to the db,
and i don't want the connection details to be logged

2 years ago
0 Another Question: How Do I Make Clearml Acknowledge/Recgonize A Local Python Module That I Am Using Say I Have A Local Config.Py In Root Directory And A Task Nested In Root_Directory/Tasks Folder Atm, When I Run Clearml Remotely, He Gives Me An Error: Im

basicaly now i understand that I do need to define a PYTHONPATH inside my dockerimage
my only problem is that the path depends on the clearml worker
for example, i see that the current path is:
File "/root/.clearml/venvs-builds/3.10/task_repository/palmers.git

is there a way for me to know that dynamiclly?

2 years ago
0 Hey Guys Trying To Save A Model Via The Outputmodel.Update_Weights Function I Get The Following Error:

@<1523701205467926528:profile|AgitatedDove14>
ok so now i upload with the following line:

op_model.update_weights(weights_filename=model_path, upload_uri=upload_uri) #, upload_uri=upload_uri, iteration=0)

and while doing it locally, it seems to upload
when i let it run remotely i get yhe original Failed uploading error.

altough, one time when i ran remote it did uploaded it. and then at other times it didn't. weird behaivor

can you help?

2 years ago
0 Another Question: How Do I Make Clearml Acknowledge/Recgonize A Local Python Module That I Am Using Say I Have A Local Config.Py In Root Directory And A Task Nested In Root_Directory/Tasks Folder Atm, When I Run Clearml Remotely, He Gives Me An Error: Im

Hey @<1523701087100473344:profile|SuccessfulKoala55> , thanks for the quick response
I'm not sure I understand, but that might just be my lack of knowledge, to clarify:

i am running the task remotely on a worker with the --docker flag.
how can i add the root folder to PYTHONPATH?
as far as I understand, clearml is creating a new venv inside this docker, with its own python executeable, (which i don't have access to in advance)

2 years ago
0 Hey Guys Trying To Save A Model Via The Outputmodel.Update_Weights Function I Get The Following Error:

hey martin thanks for the reply.
im doing the calling at the main function

2 years ago
0 Hey Clearml! I Created A Worker, And Configured It To Work With My Git Account (Using Ssh-Key) When My Coworker Tries To Run A Task Using The Same Worker, He Fails, The Error Is "Could Not Read User Name For Git:// ***"

Hey joey, i configured ssh locally for my pc as well, and now it works.

are you guys planning in the future a feature which will allow me to specify the connection type, without relation to what i am running locally?

2 years ago
0 Hey Guys, First Of All Clearml Rocks! I Love It

i have the same error
it seems like:
files.clear.ml
is down???

2 years ago
0 Hey, We Run A Pipeline Using The Pipelinecontroller, When We Do It From

is it possible to tell him not the install my local libraries all at once? instead of manually saying ignore_requirements?

2 years ago
0 Also ,Getting This Error Message So How To Configure Repo In Clearml.Conf

this is not an error per se, rather an INFO log

2 years ago
0 Hey, We Run A Pipeline Using The Pipelinecontroller, When We Do It From

then it works
i opened a new, clean venv just now

2 years ago
0 Hey Guys Trying To Save A Model Via The Outputmodel.Update_Weights Function I Get The Following Error:

ok so i accidentally (probably with luck) noticed the max_connection: 2 in the azure.storage config.
canceled that, and so now everything works

2 years ago
0 Hey, We Run A Pipeline Using The Pipelinecontroller, When We Do It From

basically, only test.py need the packages, but for somereason pipeline_test installs them as well

2 years ago
0 Hey, We Run A Pipeline Using The Pipelinecontroller, When We Do It From

why those library need to run on a pipelinecontroller task, this task requires no libraries at all

2 years ago
0 Hey, We Run A Pipeline Using The Pipelinecontroller, When We Do It From

the unsuccesslful:
Using cached meteostat-1.6.5-py3-none-any.whl (31 kB)
Requirement already satisfied: neuralprophet==0.5.3 in /usr/local/lib/python3.9/site-packages (from -r /tmp/cached-reqs58y_jg9f.txt (line 9)) (0.5.3)
Requirement already satisfied: numpy==1.23.5 in /usr/local/lib/python3.9/site-packages (from -r /tmp/cached-reqs58y_jg9f.txt (line 10)) (1.23.5)
Requirement already satisfied: pandas==1.5.3 in /usr/local/lib/python3.9/site-packages (from -r /tmp/cached-reqs58y_jg9f.txt (lin...

2 years ago
Show more results compactanswers