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 9 months ago

Reputation

0

Badges 1

48 × Eureka!
0 Votes
0 Answers
844 Views
0 Votes 0 Answers 844 Views
this is my dockerfile
one year ago
0 Votes
0 Answers
879 Views
0 Votes 0 Answers 879 Views
one year ago
0 Votes
0 Answers
754 Views
0 Votes 0 Answers 754 Views
file available.. same directory.. agent also available
one year ago
0 Votes
0 Answers
873 Views
0 Votes 0 Answers 873 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
865 Views
0 Votes 0 Answers 865 Views
2nd time re-ran i am getting this error
one year ago
0 Votes
0 Answers
786 Views
0 Votes 0 Answers 786 Views
one year ago
0 Votes
0 Answers
880 Views
0 Votes 0 Answers 880 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
892 Views
0 Votes 0 Answers 892 Views
one year ago
0 Votes
4 Answers
810 Views
0 Votes 4 Answers 810 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
777 Views
0 Votes 0 Answers 777 Views
1st time i ran codes.. all working fine.. status completed
one year ago
0 Votes
0 Answers
788 Views
0 Votes 0 Answers 788 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
887 Views
0 Votes 0 Answers 887 Views
one year ago
0 Votes
1 Answers
779 Views
0 Votes 1 Answers 779 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
2 Answers
755 Views
0 Votes 2 Answers 755 Views
if we add same queue multiple workers, what will happen?? how it will work..
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
1 Answers
962 Views
0 Votes 1 Answers 962 Views
one year ago
0 Votes
1 Answers
817 Views
0 Votes 1 Answers 817 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
3 Answers
790 Views
0 Votes 3 Answers 790 Views
Hi team. why am getting this error k8s helm ``` jithu@edgebricks:~/Downloads$ cat <
one year ago
0 Votes
9 Answers
619 Views
0 Votes 9 Answers 619 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...
9 months ago
0 Votes
17 Answers
802 Views
0 Votes 17 Answers 802 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
42 Answers
24K Views
0 Votes 42 Answers 24K 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
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
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 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.

9 months 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
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 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
Show more results compactanswers