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
CluelessFlamingo93
Moderator
16 Questions, 45 Answers
  Active since 10 January 2023
  Last activity 4 months ago

Reputation

0

Badges 1

45 × Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi, When trying to to run an experiment with pytorch, pip keeps failing on installing the pytorch packages, did somebody else solve this problem? Here are my...
one year ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi, When using a pipeline decorator how do i add a local module? i keep on getting this error message: Traceback (most recent call last): File "/tmp/tmpjwvz_...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, In my code i have some functions i call from a different folder from my original project but is in the same repository, when i run the following code loc...
one year ago
0 Votes
4 Answers
864 Views
0 Votes 4 Answers 864 Views
Hi, I'm trying to reduce my team and my api calls when training models, we all ready added the following flags in our config file on each training agent work...
one year ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hi, I've been getting the following error when running training code through an agent, RuntimeError: CUDA error: no kernel image is available for execution o...
one year ago
0 Votes
8 Answers
432 Views
0 Votes 8 Answers 432 Views
4 months ago
0 Votes
2 Answers
360 Views
0 Votes 2 Answers 360 Views
Hi, I have a yolox project that when I run locally its working but when I try to run it with an agent (on the same server and same user) it fails. with the f...
4 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, When migrating from the ClearML server to a self hosted server is there a way to transfer all the data/training tasks between them?
one year ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi, When running a agent during the pip installation of packages i get the following error: The user requested PyYAML==6.0 clearml 1.8.3 depends on PyYAML>=3...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, When creating a pipeline from tasks how can I set each step configuration from the web UI? for example in the training step i want to choose if i use a c...
one year ago
one year ago
0 Hi, When Running A Agent During The Pip Installation Of Packages I Get The Following Error:

yeah i see it now in the requirements of the task, that's weird, I'll create a new environment and check it again, thanks

one year ago
0 Hi, I'Ve Noticed That In A Few Experiments That Got Stuck With No Indication That Something Went Wrong And It Kept On "Running" Until I Manually Aborted The Experiments, Is There A Way To Create A Timeout For If The Server Is Stuck? For Clarification I'M

we had a few experiments that were stuck for a few hours until we noticed that and we also had 1 that was stuck for 2 days (on the weekend). and they weren't auto aborted.

4 months ago
0 Hi, I Have A Yolox Project That When I Run Locally Its Working But When I Try To Run It With An Agent (On The Same Server And Same User) It Fails. With The Following Message:

Hi @<1523701205467926528:profile|AgitatedDove14> ,
That solved my problem thank you, from my deep dive I've found the problem there was a package called install that changed it's name to pip-install and its requirement was setuptools .
Thanks again for the help.

4 months ago
4 months ago
0 Hi, When Using A Pipeline Decorator How Do I Add A Local Module? I Keep On Getting This Error Message:

@<1523701087100473344:profile|SuccessfulKoala55> yes the working dir is set to the correct path and yet it cannot import the train module

one year ago
0 Hi, I'Ve Been Getting The Following Error When Running Training Code Through An Agent,

It’s running a agent without docker, we aren’t using docker

one year ago
0 Hi, I'Ve Been Getting The Following Error When Running Training Code Through An Agent,

@<1523701087100473344:profile|SuccessfulKoala55> and @<1523701070390366208:profile|CostlyOstrich36> Ok so I found the problem but its weird,
when the agent is setting up the enviorment its installing torch=1.11.0 and not installing the one in the requirements which is torch=1.11.0+cu113,
I've checked the clearml.conf and i do have this flag set:

force_repo_requirements_txt: true

and I have a local whl of torch=1.11.0+cu113 with a path set to its location in the requirements.txt ...

one year ago
0 Hi, I'Ve Been Getting The Following Error When Running Training Code Through An Agent,

@<1523701087100473344:profile|SuccessfulKoala55> But when i use this setting it the packages download only from the torch repo and not a local repo correct? or does it use the url-extra-link? and is there a way to cancel the auto cuda detect?

one year ago
Show more results compactanswers