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
MoodyCentipede68
Moderator
8 Questions, 15 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
3 Answers
658 Views
0 Votes 3 Answers 658 Views
one year ago
0 Votes
7 Answers
686 Views
0 Votes 7 Answers 686 Views
one year ago
0 Votes
9 Answers
671 Views
0 Votes 9 Answers 671 Views
one year ago
0 Votes
7 Answers
628 Views
0 Votes 7 Answers 628 Views
one year ago
0 Votes
2 Answers
514 Views
0 Votes 2 Answers 514 Views
one year ago
0 Votes
7 Answers
677 Views
0 Votes 7 Answers 677 Views
one year ago
0 Votes
3 Answers
628 Views
0 Votes 3 Answers 628 Views
one year ago
0 Votes
2 Answers
708 Views
0 Votes 2 Answers 708 Views
Hello guys, I got this error on my pipeline execution when processing data for model training. There are about 10 steps, but this errors occured when it reac...
one year ago
0 Hi Everyone How Can I Pass Manual Input During Git Action When The Command I Use Asking Me To Input Clearml Configuration. I'M Running 'Clearml-Init' Command On Git Action, How To Put The Configuration When It Ask For "Paste Copied Configuration Here: ",

Perfect, I already set the env variables in yaml file and now I can run train model.py and Task.init on git action. Thank You for your help SuccessfulKoala55 and CostlyOstrich36 😁

one year ago
0 Hi Community! I'M Currently Trying To Serve My Ai Model Using Clearml-Serving So I Can Access And Try My Model Through The Model Endpoint. Currently The Dataflow Of Clearml-Serving I Know Looks Like On This Diagram 1 (Model As A Rest Service). How Ever I

Actually AgitatedDove14 , let me try to explain my problem more clearly.

When I'm trying to serve my model with clearml-serving, the expected input-size for my AI model is always [1,60,1]. What I need is that model served by clearml-serving can receive the input-size dynamically.Is there any solution for the model to be able to receive the input size dynamically (especially dynamic for the first dimension) like [10,60,1] or [23000,60,1] etc?
Here are some diagram to help me explain this.

one year ago
0 Hi Everyone How Can I Pass Manual Input During Git Action When The Command I Use Asking Me To Input Clearml Configuration. I'M Running 'Clearml-Init' Command On Git Action, How To Put The Configuration When It Ask For "Paste Copied Configuration Here: ",

Hi CostlyOstrich36 thank you for your reply, can you explain more about the "inject the file itself into ~/clearml.conf "? and how to do that?
And fyi, the train model.py file cannot detect the clearml.conf file on git action execution, but on local execution train model.py file run just perfect.

one year ago
one year ago
0 Hi Community!, I'M Facing This Kind Of Error When Using Git Action To Run My Clearml Training Model File. This Error Occurs When It Reached Task.Init() Command In My Model Training File. "Valueerror: Clearml Configuration Could Not Be Found (Missing `~/Cl

Hi AgitatedDove14 I already have the .conf file in my C:/Users/[name]/clearml.conf directory, also I can run the train file on local execution. But it doesn't work on git action execution.

one year ago
0 Hello I'M New Here, I Found This Error When Testing My Tensorflow / Keras Model. I Already Create The Model Endpoint By Running Command 'Clearml-Serving --Id <Service_Id> Model Add --Engine Triton --Endpoint "Model_Name"... '. Also My Tensorflow / Keras M

clearml-serving --id cd4c615583394719b9019667068954bd model add --engine triton --endpoint "test_model_lstm2" --preprocess "preprocess.py" --name "train lstmae model - serving_model" --project "serving examples" --input-size 1 60 1 --input-name "lstm_input" --input-type float32 --output-size -1 60 1 --output-name "dense" --output-type float32

This is how i add my model and set the endpoint, is it right? AgitatedDove14

one year ago
0 Hello Guys, I Got This Error On My Pipeline Execution When Processing Data For Model Training. There Are About 10 Steps, But This Errors Occured When It Reaches Step 7

Hi CostlyOstrich36 Thank you for replying
Here is the ClearML version im currently using and also it is a self hosted server and running locally.

On step 7, I actually trying to pass temporary data to another preprocessing method. Step 6 successfully executed, but after that it wont go into step 7 and gives the error. Here is the screenshots.
I'm using pipeline from decorator by the way

one year ago
0 Hello I'M New Here, I Found This Error When Running This Command "Docker-Compose --Env-File Example.Env -F Docker-Compose-Triton.Yml Up". Actually, When I Run This Command For The First Time, It Worked. And Then When I Try To Change To My Friend'S Workspa

Hi AgitatedDove14 , thanks for your reply, here is the full log. Also when i try to test my keras model this gives me this error(sensored image, the code is on the last image). Thank you :D

one year ago