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
ZealousFlamingo93
Moderator
5 Questions, 8 Answers
  Active since 14 September 2023
  Last activity 3 months ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
3 Answers
290 Views
0 Votes 3 Answers 290 Views
aws
5 months ago
0 Votes
4 Answers
291 Views
0 Votes 4 Answers 291 Views
hi all, i am designating an ec2 instance to host my web-server and handle all auto-scaling operations on aws. i used the AMI (ami-094b50dd004bdb97d) that was...
5 months ago
0 Votes
5 Answers
362 Views
0 Votes 5 Answers 362 Views
hey there! question about the aws autoscaler, the TLDR is that i can't get the aws_autoscaler.py when running with --remote flag to clone my git repository (...
aws
5 months ago
0 Votes
3 Answers
192 Views
0 Votes 3 Answers 192 Views
3 months ago
0 Votes
6 Answers
517 Views
0 Votes 6 Answers 517 Views
7 months ago
0 Hey All, In Amazon Aws, Using The Auto Scaler, I Want To Mount My Efs On All Ec2 Workers Who Get Spawned By The Auto Scaler. Assuming I Edited My Security Group Rules, And Updated My Iam Role So It Could Access The Efs, How Do I Mount The Efs To The Machi

hey @<1523701087100473344:profile|SuccessfulKoala55>
it's self hosted server.
the extra configurations affected the sg and subnet id of the machines created though, so i assumed it affects them as well.
if that's not the place where i can mount my EFS, how do i do it?

3 months ago
0 General Infrastructure Question: My Company Isn'T Using Aws For Training, We Have All Our Gpu'S Inhouse In Our Own Servers, We Have A Problem Where We Want On One Hand To Give All The Gpus For The Clearml-Agent (Ie' That They Will Be Available For Tasks)

im sorry im quite new,
do you mean if the daemon is running inside a docker container? or if the task itself is in a container?
the way i understood it, when i configure the task i set the base docker image and let it run with that

7 months ago
0 Another Question About The Aws Auto_Scaler, I Managed To Get The Scaler Service Running, It Listens To A Queue Called "Aws" (Yes, Very Imaginative), When I Queue A Simple Task I See That It'S Being Handled But The Task Is Stuck As Pending. When Checking T

@<1523701070390366208:profile|CostlyOstrich36>
hey john,
yeah this is what i'm running, im running it on a local machine (where the web server is also running if thats relevant), the aws credentials i've given it are with an IAM role that gives access to EC2:

{                  
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "ec2:DescribeInstances",
                "ec2...
5 months ago
0 Another Question About The Aws Auto_Scaler, I Managed To Get The Scaler Service Running, It Listens To A Queue Called "Aws" (Yes, Very Imaginative), When I Queue A Simple Task I See That It'S Being Handled But The Task Is Stuck As Pending. When Checking T

@<1523701070390366208:profile|CostlyOstrich36>
ok from what im seeing, for some reason my the updated credentials don't get to the actual task, when i spin up the task and go to the configurations tab in the webserver, it shows an old key and secret. any idea why this is happening?

5 months ago
0 Hi All, I Am Designating An Ec2 Instance To Host My Web-Server And Handle All Auto-Scaling Operations On Aws. I Used The Ami (Ami-094B50Dd004Bdb97D) That Was Given From The Website, When Running The Aws_Autoscaler.Py I'M Getting This Error:

@<1637624992084529152:profile|GlamorousChimpanzee22> downgrading rullib3 didn't help, from the link you sent me it seems like my original solution is the only one that will work with the current AMI, need to manually install python with my version of openSSL

5 months ago
0 General Infrastructure Question: My Company Isn'T Using Aws For Training, We Have All Our Gpu'S Inhouse In Our Own Servers, We Have A Problem Where We Want On One Hand To Give All The Gpus For The Clearml-Agent (Ie' That They Will Be Available For Tasks)

ty for the reply!
ill look into clearml-session,
but lets say for now if i stick with spinning the daemons, if i take a daemon down while a task is already running, will it stop it? or will it continue to run?

7 months ago
0 Hey There! Question About The Aws Autoscaler, The Tldr Is That I Can'T Get The Aws_Autoscaler.Py When Running With --Remote Flag To Clone My Git Repository (Hosted On Gitlab). Here'S What I Did So Far:

@<1600661428556009472:profile|HighCoyote66> managed to solve the issue, the git i've provided was indeed in developer role, i switched to my personal git (which is maintainer) and it works smoothly. but thanks for the help!

5 months ago
0 Hey There! Question About The Aws Autoscaler, The Tldr Is That I Can'T Get The Aws_Autoscaler.Py When Running With --Remote Flag To Clone My Git Repository (Hosted On Gitlab). Here'S What I Did So Far:

hey, thanks for the reply.
i understood, perhaps i was wrong, that i need to create the "scaler" queue and have an agent listening on the queue so that when i run the auto_scaler with the --remote flag someone will pick up the task.
as for the current setup question, do you mean like how my machines are configured?
what im trying to achieve is that i could instantiate ec2 clients so that we could train our networks, i want to be able to instantiate multiple instances, but also control when i ...

5 months ago