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

Reputation

0

Badges 1

29 × Eureka!
0 Votes
2 Answers
608 Views
0 Votes 2 Answers 608 Views
Hello again guys, just curious, how do I get my artifact to be under my Models page? So I'm looking at the https://clear.ml/docs/latest/docs/fundamentals/art...
2 years ago
0 Votes
5 Answers
595 Views
0 Votes 5 Answers 595 Views
2 years ago
0 Votes
4 Answers
596 Views
0 Votes 4 Answers 596 Views
2 years ago
0 Votes
7 Answers
519 Views
0 Votes 7 Answers 519 Views
Hi guys, I hope this isn't a super dumb question but... how do I unpublish an experiment? I tried to archive it and then restore it, but no luck.
2 years ago
0 Votes
4 Answers
494 Views
0 Votes 4 Answers 494 Views
Okay another question !! Okay so I would like to edit parameters through the ui and run it. So this is my script from clearml import Task task = Task.init(pr...
2 years ago
0 Votes
5 Answers
602 Views
0 Votes 5 Answers 602 Views
2 years ago
0 Votes
20 Answers
538 Views
0 Votes 20 Answers 538 Views
Hello everyone! I launched an EC2 instance that's free tier ( Ubuntu Server 20.04 LTS (HVM), SSD Volume Type) . I installed docker and docker-compose and the...
2 years ago
0 Votes
11 Answers
483 Views
0 Votes 11 Answers 483 Views
Okay, 3rd question in a row here, you guys are so helpful here!! Okay so is there some kind of script that launches when say you "publish" an experiment so t...
2 years ago
0 Votes
6 Answers
503 Views
0 Votes 6 Answers 503 Views
hey guys, I believe clearml-agent-services isn't necessary right? I assume it's just an agent that is running on the same clearml server I have right? I'm la...
2 years ago
0 Votes
3 Answers
456 Views
0 Votes 3 Answers 456 Views
2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

hi CostlyOstrich36 thanks for responding. So running that command I get

`
[2021-10-19 20:53:52,726] [9] [INFO] [clearml.app_sequence] ################ API Server initializing #####################
[2021-10-19 20:53:52,727] [9] [INFO] [clearml.database] Initializing database connections
[2021-10-19 20:53:52,727] [9] [INFO] [clearml.database] Using override mongodb host mongo
[2021-10-19 20:53:52,728] [9] [INFO] [clearml.database] Using override mongodb port 27017
[2021-10-19 20:53:52,729] ...

2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CostlyOstrich36 uh oh... I think i need more memory...

`

There is insufficient memory for the Java Runtime Environment to continue.

Native memory allocation (mmap) failed to map 2060255232 bytes for committing reserved memory.

An error report file with more information is saved as:

logs/hs_err_pid59.log

error:
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
OpenJDK 64-Bit Server VM warning: IN...

2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CostlyOstrich36 O geez, you're going to laugh, but Im using a ec2 free tier and it only gives me 1 GiB of memory

2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

Okay thanks CostlyOstrich36 and SuccessfulKoala55 I'll beef up my server first and then run this again.

2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

oh wait, I don't see the 99-clearml.conf yet... let me try that before I kill this instance

2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

Looks like the ElasticSearch service is down?

2 years ago
0 Okay, 3Rd Question In A Row Here, You Guys Are So Helpful Here!! Okay So Is There Some Kind Of Script That Launches When Say You "Publish" An Experiment So That You Can Get The

sorry, I'll update that. I meant like the best artifacts. So multiple artifacts of the same task that I thought was the best. It may or may not be the latest task.

2 years ago
2 years ago
0 Hi Guys, I Hope This Isn'T A Super Dumb Question But... How Do I Unpublish An Experiment? I Tried To Archive It And Then Restore It, But No Luck.

CostlyOstrich36 Oh, im just thinking if it was super late at night and I'm at near 0% brain power and accidentally published the wrong experiment (even though maybe I told myself not to publish until I'm not so tired) haha. It would be nice to undo it without having to delete it completely.

And just curious, I tried out the reset code, but I get an error.

Here's my code:

` from clearml import Task
a_task = Task.get_task(task_id='7dae94daf28144b09011e0582bcd130e')
a_task.reset(force=True) ...

2 years ago
0 Hi Guys, I Hope This Isn'T A Super Dumb Question But... How Do I Unpublish An Experiment? I Tried To Archive It And Then Restore It, But No Luck.

CostlyOstrich36 okay gotcha, actually, I found a workaround! I just use a_task.mark_stopped(force=True) or even
a_task.mark_started(force=True) works too!

2 years ago
0 Hey Guys, I Believe

AgitatedDove14 Thanks for the follow up as usual. And roger that. But I am curious, how would I get an agent to launch in the same instance of my clearml server? I figured I might as well set it up since it's there haha

2 years ago
0 Hey Guys, I Believe

AgitatedDove14 I am an idiot. Thank you for your wonderful patience. Yes, you are absolutely right. So I just needed to take the generated API Access key and Secret key and then export them as env variables, and... boom! Now I have a worker/agent clearml-services on my server ready for work!

2 years ago
0 Hey Guys, Great Tool So Far!!! I'M Just Wondering About The Username Display In The Dashboard. So I Am Using The Self-Hosted Version And It Seems Like If Anyone Runs Anything, The Username Will Always Be The Same. @ It Doesnt Matter If The User Changes Th

SuccessfulKoala55 Thank you for your wonderful helpful fast replies as always. This is cool! So... I currently have the servers up via docker-compose up command which has a lot of containers up and running. I assume... I need to spawn a bash shell inside the clearml-webserver container, (currently there is no /opt/clearml/config/apiserver.conf file) , create a apiserver.conf inside /opt/clearml/config, and add those username and passwords and, save and then restart ...

2 years ago
0 Okay, 3Rd Question In A Row Here, You Guys Are So Helpful Here!! Okay So Is There Some Kind Of Script That Launches When Say You "Publish" An Experiment So That You Can Get The

Ah the latest tag of production sounds good to me. Then I guess I can retrieve the artifacts from that specific latest tagged task then.

2 years ago
0 Random Question (And Possible Suggestion): Does Clearml Offer Some Kind Of "Forum" Inside The Web Gui? For Example, I'M Thinking That Different Users Might Want To Comment On Results Of An Experiment And Stuff. Im Sure These Things Can Be Done Externally

AgitatedDove14 True. Haha not sure, now are we talking about a mini wiki kind of thing? And actually the slack thing is actually a good workaround this since people can just comment easily. It would only be bad if slack is not allowed to run in certain orgs or whatever.

2 years ago
0 Random Question (And Possible Suggestion): Does Clearml Offer Some Kind Of "Forum" Inside The Web Gui? For Example, I'M Thinking That Different Users Might Want To Comment On Results Of An Experiment And Stuff. Im Sure These Things Can Be Done Externally

AgitatedDove14 Wow this can go many different ways actually! I didn't think too much about where to place it too deeply. I just thought a comment section under tasks might be helpful but you're right. It might be too granular. But an experiment wide thread might be nice, same with project level too haha. Maybe.... an entire separate "forum" module might be cool (a whole new icon on the left hand side below worker/agent button) where people can do @'s for experiments/projects/tasks and even c...

2 years ago
0 Hi Guys, I Was Wondering If I Can Change The Base Docker Image On My Agent And Use An Image That I Custom Built Now Inside My Agent'S Docker Images Library With All Its Python Library That Is Needed. If So, Does Anyone Have An Example Code I Can Run? I Wa

CostlyOstrich36 thanks for your quick replies as always, I sadly can't find where the execution tab is... I'm testing with the self hosted and free http://clear.ml account and I don't see it.

2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

I believe I ran that vm command already

2 years ago
0 Okay Another Question !! Okay So I Would Like To Edit Parameters Through The Ui And Run It. So This Is My Script

AgitatedDove14 hello, I think I got this to work. But just to make sure I am doing this correctly ... in order for me to get the task_id, do i have to upload and run a script with its default value first (since I don't have an initial task id), then clone it, edit the configuration inside that newly cloned one, get the id of the clone, and pass this into my script as the task_id and run it from my machine?

Is there a way do this without running it on my machine? Like the another user can e...

2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CostlyOstrich36 SuccessfulKoala55 super late update, but it turns out I needed to beef up the machine. Thanks for all the help!

2 years ago
0 Hello Again Guys, Just Curious, How Do I Get My Artifact To Be Under My Models Page? So I'M Looking At The

CostlyOstrich36 Yep! Okay so adding in OutputModel().update_weights('my_best_model.bin') was enough ! Now my outputs are stored as both in the models AND artifacts tab which is what I want. Thanks!

2 years ago