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
GorgeousPuppy74
Moderator
21 Questions, 48 Answers
  Active since 26 April 2023
  Last activity one year ago

Reputation

0

Badges 1

48 × Eureka!
0 Votes
9 Answers
838 Views
0 Votes 9 Answers 838 Views
Hi everyone!! Is clearml multi GPU support. I have 2 machines. each machine have 2 A100 GPU. Do we have any option to run workload in these GPU. same time li...
one year ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
clearml-session not working for me.. agent also there.. its showimg clearml-session not found
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
2 Answers
921 Views
0 Votes 2 Answers 921 Views
if we add same queue multiple workers, what will happen?? how it will work..
one year ago
0 Votes
17 Answers
963 Views
0 Votes 17 Answers 963 Views
@<1523701087100473344:profile|SuccessfulKoala55> hi jake.. is there any way to create clearml token from shell( linux ). why am asking means .. i am trying t...
one year ago
0 Votes
0 Answers
923 Views
0 Votes 0 Answers 923 Views
1st time i ran codes.. all working fine.. status completed
one year ago
0 Votes
1 Answers
985 Views
0 Votes 1 Answers 985 Views
i have one doubt i tried clearml pipeline_from_functions.py queue name i changed to queue-02 because this queue available. but currently its not executing in...
one year ago
0 Votes
4 Answers
980 Views
0 Votes 4 Answers 980 Views
ClearML results page: Traceback (most recent call last): File "/tmp/tmpme6zq4_2.py", line 59, in results = prepare_data(**kwargs) File "/tmp/tmpme6zq4_2.py",...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
The concept of my doubt is, while running code 1st time.. this process should execute in agent machine. even i changed code. its executing wrong queue name w...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
i wanna run my python code using docker conatiner but its failing, is someone can help. it will be great
one year ago
0 Votes
1 Answers
956 Views
0 Votes 1 Answers 956 Views
@<1523701087100473344:profile|SuccessfulKoala55> one morething.. i really like clearml. beautiful UI & a lot of features.. drawback is the functions & featur...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
this is my dockerfile
one year ago
0 Votes
0 Answers
928 Views
0 Votes 0 Answers 928 Views
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
2nd time re-ran i am getting this error
one year ago
0 Votes
0 Answers
936 Views
0 Votes 0 Answers 936 Views
If its not possible to help me also let me know.. i try to research about another app. thanks..
one year ago
0 Votes
3 Answers
962 Views
0 Votes 3 Answers 962 Views
Hi team. why am getting this error k8s helm ``` jithu@edgebricks:~/Downloads$ cat <
one year ago
0 Votes
0 Answers
914 Views
0 Votes 0 Answers 914 Views
file available.. same directory.. agent also available
one year ago
0 Votes
42 Answers
35K Views
0 Votes 42 Answers 35K Views
Documentation is not good because beginner or intermiate people cant undeerstand, only more 20 years of exp can i understand.. i checked with exp people so i...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

@<1523701087100473344:profile|SuccessfulKoala55> @<1523701070390366208:profile|CostlyOstrich36> thanks for the help.. i created creds.. using this command

curl -s -u "antony:antony" 

now i need help to bypass clearml-init manual paste key its wont support .. any other bypass is available

one year ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

but i need it.. from terminal.. how to create using terminal in clearml server. this one i needed.. how to create access key & secret key using terminal

one year ago
one year ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

i tell u my issue.. i created the template to come up clearml server & clearml work worker.. so our ml enginner expecting no manual authentication. they want all automation. now your case all manual.. when we want make pipeline like jenkins..we need automation.. my expectation.. only i need access key & secret key .. how to create?? other steps i created for the template.. then i will approach to my team.. thn they start cleaml enterprises solution

one year ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy
@Jake H. 
#!/bin/bash

# Get the access key and secret key from the API response
response=$(curl -s -u "antony:antony" 
)
access_key=$(echo "$response" | jq -r '.data.credentials.access_key')
secret_key=$(echo "$response" | jq -r '.data.credentials.secret_key')

# Echo the access key and secret key
echo "Access Key: $access_key"
echo "Secret Key: $secret_key"

# Verify the presence of access key and secret key
if [[ -n "$access_key" && -n "$secret_key" ]]; then
    echo "Acc...
one year ago
0 Hi Jake.. Is There Any Way To Create Clearml Token From Shell( Linux ). Why Am Asking Means .. I Am Trying To Attach Clearml Agent From Command Cli. Because I Am Trying To Make A Single Script.

i tell u my expectation, once we install pip install clearml, or clearml-agent then will go clearml init, this clearml init, i wanna do in terminal only. you understood right

one year ago
0 Clearml Results Page:

@<1523701087100473344:profile|SuccessfulKoala55> 1st time.. it is running from jupyter notebook.. synced with clearml default.. 2md time it will run agent..

one year ago
0 Clearml Results Page:

csv file located.. jupyter..

one year ago
one year ago
0 Hi Jake.. Is There Any Way To Create Clearml Token From Shell( Linux ). Why Am Asking Means .. I Am Trying To Attach Clearml Agent From Command Cli. Because I Am Trying To Make A Single Script.

basically i wanna bypass clearml init or clearml-agent init, i wanna do it in ternimal only.. so do not know to create clearml credentials using terminal & save it clearml.conf file.

one year ago
0 Clearml-Session Not Working For Me.. Agent Also There.. Its Showimg Clearml-Session Not Found

yes.. if from clearml side.. there is no option then its fine.. i want this option .. to play with public ip

one year ago
0 Clearml-Session Not Working For Me.. Agent Also There.. Its Showimg Clearml-Session Not Found

yeah.. but i am running clearml-session in aws.. its showing localhost.. how can i change to anywhere IP.

one year ago
0 Hi Jake.. Is There Any Way To Create Clearml Token From Shell( Linux ). Why Am Asking Means .. I Am Trying To Attach Clearml Agent From Command Cli. Because I Am Trying To Make A Single Script.

@<1523701087100473344:profile|SuccessfulKoala55> sorry for the delay msg. actually i tried to connect clearml agent to clearml master from backend shell script. usually we will create api token access key from UI right. i wanna do it fully in terminal

one year ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

i am saying in the UI, if u give all in UI .. then give to UI.. why u mixing all.. becz of this password auth issue.. i am trying to do all from backend

one year ago
one year ago
Show more results compactanswers