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
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
2 Answers
925 Views
0 Votes 2 Answers 925 Views
if we add same queue multiple workers, what will happen?? how it will work..
one year ago
0 Votes
0 Answers
938 Views
0 Votes 0 Answers 938 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
0 Answers
930 Views
0 Votes 0 Answers 930 Views
1st time i ran codes.. all working fine.. status completed
one year ago
0 Votes
17 Answers
969 Views
0 Votes 17 Answers 969 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
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
9 Answers
845 Views
0 Votes 9 Answers 845 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
1 Answers
988 Views
0 Votes 1 Answers 988 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
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
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
4 Answers
982 Views
0 Votes 4 Answers 982 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
920 Views
0 Votes 0 Answers 920 Views
file available.. same directory.. agent also available
one year ago
0 Votes
1 Answers
958 Views
0 Votes 1 Answers 958 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
3 Answers
964 Views
0 Votes 3 Answers 964 Views
Hi team. why am getting this error k8s helm ``` jithu@edgebricks:~/Downloads$ cat <
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
1K Views
0 Votes 0 Answers 1K 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
this is my dockerfile
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
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
0 Answers
934 Views
0 Votes 0 Answers 934 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

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
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
curl '
' \
  -H 'Accept: application/json' \
  -H 'Accept-Language: en-US,en;q=0.9' \
  -H 'Connection: keep-alive' \
  -H 'Content-Type: application/json' \
  -H 'Cookie: clearml_token_basic=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoX3R5cGUiOiJCZWFyZXIiLCJpYXQiOjE2ODMwMDMxMDksImVudiI6Ijx1bmtub3duPiIsImV4cCI6MTY4NTU5NTEwOSwiaWRlbnRpdHkiOnsicm9sZSI6InVzZXIiLCJjb21wYW55X25hbWUiOiJjbGVhcm1sIiwidXNlcl9uYW1lIjoiZWRnZWJyaWNrcyIsInVzZXIiOiI3Zjg2YWM1NzZmZDA0MTA1YTliNjVmOTc2OGM0M2...
one year ago
0 Hi Team. Why Am Getting This Error K8S Helm

@<1523704207914307584:profile|ObedientToad56> already i added

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 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 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 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 Like Virtually. Do We Have The Support??

clear my doubt.. actually i tried .. i created queue name called test. i attached 2 GPU from diffrent machine.. but workload is going only one GPU.. this is my problem now.. slurm is not happening.

one year ago
one year ago
Show more results compactanswers