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
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
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
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
5 Answers
3K Views
0 Votes 5 Answers 3K Views
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
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
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
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 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Hey Guys Trying To Save A Model Via The Outputmodel.Update_Weights Function I Get The Following Error:

im trying to figure out
i'll play with it a bit and let you know

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

the successful, which is aborted for some reason (but at least the enviorment is setup correctly)
the end of it is :

  • urllib3==1.26.15
  • virtualenv==20.23.0
  • wcwidth==0.2.6
  • Werkzeug==2.3.2
  • widgetsnbextension==4.0.7
  • xgboost==1.7.5
  • yarl==1.9.2
    Environment setup completed successfully
    Starting Task Execution:
    2023-04-29 21:41:02
    Process terminated by user
2 years ago
0 Hey Guys Trying To Save A Model Via The Outputmodel.Update_Weights Function I Get The Following Error:

ignore it, I didn't try and read everything you said so far, I'll try again tomorrow and update this comment
oh, so then we're back to the old problem, when i am using
weights_filename, and it gives me the error
Failed uploading: cannot schedule new futures after interpreter shutdown

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

ok martin, so what i am having troubles with now is understanding how to save the model in our azure blob storage, what i did was to specify:

upload_uri = f'
'
output_model.update_weights(register_uri=model_path, upload_uri=upload_uri, iteration=0)

but it doesn't seem to save the pkl file (which is the model_path) to the storage

2 years ago
0 Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

WebApp: 3.16.3-949 • Server: 3.16.1-974 • API: 2.24

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

that's the one, I'll add a comment (I didn't check the number of connections it opens, so idk the right number)

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

do you want the entire log files? (it is a pipeline, and i can't seem to find the "Task" itself, to download the logs)

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> hey martin, i deleted the task.mark_completed() line
but still i get the same error,
could it possibly be something else?

2 years ago
0 Hey While Trying To Upload A (~14 Gb) Dataset, We Get The Following Error:

Hey john, i thought this was the end of it, but apperantly the dataset was uploaded in the end

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

but why does it matter if i ran it on a remote agent?

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

it is installed as a pip package
but i am not using it in the code

2 years ago
2 years ago
0 Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

only sometimes, the pipeline runs using local machines

2 years ago
2 years ago
0 Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

we use the clearml hosted server, so i don't know the version

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

for some reason the agent tries to install the locally installed pip packages

2 years ago
Show more results compactanswers