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
TimelyPenguin76
Administrator Moderator
0 Questions, 711 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
3 years ago
0 Hi There. I Have My Own Clearml Server Working On

do you have the port at the end?

2 years ago
4 years ago
0 Is It Possible To Write Text File And See It In Results Of The Experiment? I Want To Use It To Version Data As In Keeping A Track Of What Images Have Been Trained On. Or Is There A Better Way Of Data Versioning In Clearml?

Is it possible to write text file and see it in results of the experiment?
You can upload any file as an artifact to your task, try:

task.upload_artifact(name=“results”, artifact_object=“text_file.txt”)

Notice the max preview for an artifact is 65k, and it is suggested to have one file like this (and not for every iteration for example)

3 years ago
0 Hi , I Have This Use Case.

Not sure getting that, if you are loading the last dataset task in your experiment task code, it should take the most updated one.

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

Hi WackyRabbit7 , checking that, so only lines with value 0 are missing?

3 years ago
0 Hi, There Is A Bug With Get_Logger Here:

Hi SmarmySeaurchin8 , Thanks, we will check that, can you share the Python version you use? 3.6?

3 years ago
0 Hi, When I Use The Slack Monitoring Service It Creates A Link With

Hi GreasyPenguin14 ,

What is the web server configure in your ~/clearml.conf file ( api.web_server )?

3 years ago
0 I Have Just Installed The Pypi Version Of

Hi VivaciousPenguin66 ,

This issue should be fixed in the coming version, will be out soon. You can use the Github https://github.com/allegroai/clearml-serving.git version which is already fixed 🙂

3 years ago
0 Like The Groups And Roles. I Try To Request A Demo But Not Hear Anything Yet

Hi ColorfulRaven45 , I’ll ask someone from the ClearML Sales team to contact you (can you send me you email in DM?)

3 years ago
0 Hi, I'M Using Clearml Python Package On Sagemaker Notebook Instance. If I Want To Edit The Clearml.Conf On The Notebook Instance, How Could I Do That?

SquareFish25 do you have a way trying with access and secret without token? just for the checking

3 years ago
0 Question, When Using

Hi WackyRabbit7 ,

It should take the latest one (sorting according to date/time)

3 years ago
0 If Possible, I Would Like All Together Prevent The Fileserver And Write Everything To S3 (Without Needing Every User To Change Their Config)

PricklyRaven28 at the beginning of the log, the clearml agent should print the configuration, do you have api.fileserver as the S3 bucket?

2 years ago
0 Is It Possible To Write Text File And See It In Results Of The Experiment? I Want To Use It To Version Data As In Keeping A Track Of What Images Have Been Trained On. Or Is There A Better Way Of Data Versioning In Clearml?

Hi VexedCat68

Is it possible to write text file and see it in results of the experiment?

You can upload any file as an artifact to your task, try:

task.upload_artifact(name="results", artifact_object="text_file.txt")

I want to use it to version data as in keeping a track of what images have been trained on. Or is there a better way of data versioning in ClearML?

You can use https://clear.ml/docs/latest/docs/clearml_data/ for making the data accessible from every machine...

3 years ago
0 Hi, I'M Using Clearml Python Package On Sagemaker Notebook Instance. If I Want To Edit The Clearml.Conf On The Notebook Instance, How Could I Do That?

Hi SquareFish25 , what about AWS_DEFAULT_REGION , did you add it too? Can you try with it if not?
What version of ClearML are you using?

3 years ago
0 Hi , I Have This Use Case.

how do you load the data inside each task in PROJ_2?

3 years ago
0 I Am Trying To Use Clearml In My Work And I Am Facing Some Problems So Could Anyone Help Me With That? I Have Connected My Workstation With The Clearml Server As An Agent And When I Run The Code In My Local Device Then Clone It And Enqueue It To Run The C

According to the message above, can you try installing nbconvert and re run it? You should be able to view the script in the uncommitted changed

` pip install nbconvert

OR

conda install nbconvert `

is there a resources like youtube videos or tuotorials about using clearML? I watched and learned from ClearML chaneel in youtube but I think I need more to see maybe I have done something wrong?

Yes,
ClearML Youtube (best ever) channel - https://www.youtube.com/c/ClearML/featur...

2 years ago
Show more results compactanswers