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
ConvolutedSealion94
Moderator
17 Questions, 90 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

89 × Eureka!
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Votes
12 Answers
942 Views
0 Votes 12 Answers 942 Views
I deployed a model with: clearml-serving \ --id 875de894b62144a7949e471532728809 \ model add \ --engine "xgboost" \ --endpoint "best_model" \ --preprocess "t...
2 years ago
0 Votes
0 Answers
443 Views
0 Votes 0 Answers 443 Views
2 years ago
0 Votes
3 Answers
981 Views
0 Votes 3 Answers 981 Views
I am completely stuck with the serving. I did the custom example. I see the endpoint in clearml-serving -id ... model list and it replies {"detail":"Error pr...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Where does clearml pick up these metrics from the code? When I run the same code in a notebook I can't figure out how to extract these numbers from the train...
2 years ago
0 Votes
0 Answers
932 Views
0 Votes 0 Answers 932 Views
Ok, but it must be somewhere in the bst class
2 years ago
0 Votes
0 Answers
993 Views
0 Votes 0 Answers 993 Views
https://github.com/allegroai/clearml/blob/master/examples/frameworks/xgboost/xgboost_metrics.py I ran this code and get these charts
2 years ago
0 Votes
1 Answers
991 Views
0 Votes 1 Answers 991 Views
(the payload is not the correct form, can that be a problem? I'd rather figure this out before I recreate the rather convoluted data structure that needs to ...
2 years ago
0 Votes
4 Answers
952 Views
0 Votes 4 Answers 952 Views
How does the Preprocess class exactly work? I need to pass information to it but it's _ init _ function doesn't have any parameters. How can I load an artifa...
2 years ago
0 Votes
3 Answers
985 Views
0 Votes 3 Answers 985 Views
I saw that ClearML overrides the random number generator is it possible to control this behaviour?
2 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
How can I remove a service with clearml-serving?
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
What happens if the Task.init doesn't happen in the same py file as the "data science" stuff I have a list of classes that do the coding and I initialise the...
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
2 years ago
0 Votes
1 Answers
964 Views
0 Votes 1 Answers 964 Views
Once I have a model successfully saved in ClearML, how can I instantiate it in a notebook? I have this for artifacts: def get_artifact(task_id, artifact_name...
2 years ago
0 Votes
2 Answers
895 Views
0 Votes 2 Answers 895 Views
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
How do I think about tasks/task_name-s? Do I see right if I run the same task with the same name, it overwrites the previous run? Is it possible to fail if t...
2 years ago
0 Votes
27 Answers
943 Views
0 Votes 27 Answers 943 Views
Hi, I am new to ClearML: When I run an experiment in a shell (having a single line of Task definition) I am getting this error: clearml.Repository Detection ...
2 years ago
0 What Happens If The Task.Init Doesn'T Happen In The Same Py File As The "Data Science" Stuff I Have A List Of Classes That Do The Coding And I Initialise The Task Outside Of Them. Something Like

task = Task.init(...) for foo in foos: data = foo.run() for key,value in data.items(): if key in 'auc', 'f1', etc: logger.log(key, value) elif key.startswith('model'): savemodel etc

2 years ago
0 I Am Completely Stuck With The Serving. I Did The Custom Example. I See The Endpoint In

Apparently our devops guy figured it out that you needed to have a different port number and a different docker container given 8080 was already occupied

2 years ago
0 I Deployed A Model With:

Is it possible that the Prerocess class is the problem?

2 years ago
0 I Deployed A Model With:

I guess so, this was done by our DevOps guy and he said he is following instructions

2 years ago
0 I Deployed A Model With:

Is there a more detailed logging about what's going on?

2 years ago
0 I Deployed A Model With:

TBH our Preprocess class has an import in it that points to a file that is not part of the preprocess.py so I have no idea how you think this can work.

2 years ago
0 I Saw That Clearml Overrides The Random Number Generator Is It Possible To Control This Behaviour?

Yeah, I found it, thanks.

I also found that you should have a deterministic ordering before you apply a fixed seed random sampling or else you will have a lot of head-scratching and assertion errors...

2 years ago
0 What Happens If The Task.Init Doesn'T Happen In The Same Py File As The "Data Science" Stuff I Have A List Of Classes That Do The Coding And I Initialise The Task Outside Of Them. Something Like

What I try to do is that DSes have some lightweight baseclass that is independent of clearml they use and a framework have all the clearml specific code. This will allow them to experiment outside of clearml and only switch to it when they are in an OK state. This will also help not to pollute clearml spaces with half backed ideas

2 years ago
0 I Deployed A Model With:

Is there any restriction on what can be in preprocess.py?

2 years ago
0 How Can I Remove A Service With Clearml-Serving?

everything is weird about this. I put two models in the same endpoint, then only one was running, then I started another docker container having a different port number and then the curls with the new model endpoint (with the new port) started working

2 years ago
2 years ago
2 years ago
0 How Can I Remove A Service With Clearml-Serving?

I put two models in the same endpoint, then only one was running,

Sorry I wanted to say "service id"

Same service-id but different endpoints

2 years ago
0 How Can I Remove A Service With Clearml-Serving?

also random tasks are popping up in the DevOps project in the UI

2 years ago
0 {"Detail":"Error Processing Request: Error: Failed Loading Preprocess Code For 'Py_Code_Best_Model': [Errno 2] No Such File Or Directory: '/Root/.Clearml/Cache/Storage_Manager/Global/Cd46Dd0091D71B5294Dc6870Ac6D17Dc..._Artifacts_Archive_Py_Code_Best_Model

And then get_model is what I wrote above, just uses the CML API to pick up the right model from the task_id and model_name and the model config contains the class name so get_model has an if/else structure in it to create the right class.

2 years ago
0 {"Detail":"Error Processing Request: Error: Failed Loading Preprocess Code For 'Py_Code_Best_Model': [Errno 2] No Such File Or Directory: '/Root/.Clearml/Cache/Storage_Manager/Global/Cd46Dd0091D71B5294Dc6870Ac6D17Dc..._Artifacts_Archive_Py_Code_Best_Model

yeah so in docker run:
-e TASK_ID='b5f339077b994a8ab97b8e0b4c5724e1' \ -e MODEL_NAME='best_model' \and then in Preprocess:
self.model = get_model(task_id=os.environ['TASK_ID'], model_name=os.environ['MODEL_NAME'])

2 years ago
0 {"Detail":"Error Processing Request: Error: Failed Loading Preprocess Code For 'Py_Code_Best_Model': [Errno 2] No Such File Or Directory: '/Root/.Clearml/Cache/Storage_Manager/Global/Cd46Dd0091D71B5294Dc6870Ac6D17Dc..._Artifacts_Archive_Py_Code_Best_Model

Ok, but I need to think with the head of the DS, this way they only need to remember (and me only need to teach them where to find) one id.

I expect the task to be the main entry point for all their work, and the above interface is easy to remember, check etc etc. Also it is the same as getting artifacts so less friction.

` def get_task(task_id):
return Task.get_task(task_id)

def get_artifact(task_id, artifact_name):
task = Task.get_task(task_id)
return task.artifacts[artifact...

2 years ago
0 {"Detail":"Error Processing Request: Error: Failed Loading Preprocess Code For 'Py_Code_Best_Model': [Errno 2] No Such File Or Directory: '/Root/.Clearml/Cache/Storage_Manager/Global/Cd46Dd0091D71B5294Dc6870Ac6D17Dc..._Artifacts_Archive_Py_Code_Best_Model

because we already had these get_artifact(), get_model() functions that the DSes use to get the data into notebooks to further analyse their stuff, I might as well just use those with a custom preprocess and call the predict myself.

2 years ago
2 years ago
Show more results compactanswers