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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
@<1523701087100473344:profile|SuccessfulKoala55> one morething.. i really like clearml. beautiful UI & a lot of features.. drawback is the functions & featur...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
this is my dockerfile
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
If its not possible to help me also let me know.. i try to research about another app. thanks..
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2nd time re-ran i am getting this error
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
file available.. same directory.. agent also available
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K 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
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2 years 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
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
clearml-session not working for me.. agent also there.. its showimg clearml-session not found
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
1st time i ran codes.. all working fine.. status completed
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
if we add same queue multiple workers, what will happen?? how it will work..
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi team. why am getting this error k8s helm ``` jithu@edgebricks:~/Downloads$ cat <
2 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K 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...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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",...
2 years ago
0 Votes
42 Answers
133K Views
0 Votes 42 Answers 133K 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...
2 years ago
2 years 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

2 years ago
2 years ago
0 Hi Team. Why Am Getting This Error K8S Helm

@<1523704207914307584:profile|ObedientToad56> already i added

2 years 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

2 years 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

2 years 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...
2 years 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
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

2 years ago
Show more results compactanswers