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
AverageSealion33
Moderator
4 Questions, 13 Answers
  Active since 06 April 2023
  Last activity 6 months ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
8 Answers
527 Views
0 Votes 8 Answers 527 Views
Hi, I have an issue, but lets start with the description. This is snippet of my project's structure: ├── .git/ <- Git configuration ├── configs/ <- Hydra con...
11 months ago
0 Votes
2 Answers
383 Views
0 Votes 2 Answers 383 Views
Hi, quick questions: - Do you think it is good idea to have two different clearml servers - one per dev environment and one per production environment? - Do ...
6 months ago
0 Votes
6 Answers
464 Views
0 Votes 6 Answers 464 Views
6 months ago
0 Votes
8 Answers
574 Views
0 Votes 8 Answers 574 Views
Hey guys 😉 Couple months ago I was working on project based on ClearML and Pytorch Lightning and now I came back to it, upgraded ClearML and Lightning to th...
11 months ago
0 Hi, I Have An Issue, But Lets Start With The Description. This Is Snippet Of My Project'S Structure:

@<1523701070390366208:profile|CostlyOstrich36> 1) I attached logs in text file. 2) I want to develop my code in docker container and theres no place for git (as far as I understand the purpose of using docker at all) - regardless of my use case, this type of simple pipeline should work with no git dependency, right? 3) I don't use the agent in this case

11 months ago
0 Hi, I Have An Issue, But Lets Start With The Description. This Is Snippet Of My Project'S Structure:
  • Attached verbose logs.
  • There's no point to run script with pipeline without clearml since the script is based on clearml feature (pipeline itself). All other scripts that can be run without clearml works fine.
    Hydra config file can't be read while running preprocess.py via pipeline, but it works good running it directly. (no git case)
11 months ago
0 Hey Guys

Good catch 🙂 my mistake. It was 1.7.2 (edited)

11 months ago
0 Hello Everyone, Can You Help Me With An Issue I Faces Recently? Namely I'Ve Got This Message In Console While Training My Neural Net With Pytorch Lightning (+Clearml): "Traceback (Most Recent Call Last): File "/Home/Ubuntu/Anaconda3/Envs/Recsys-Kf/Lib/P

hey @<1523701070390366208:profile|CostlyOstrich36> , I run this example ( None ) with changed num_workers to >1 and pin_memory=True in dataloader and again I got this brokenpipe issue :<

6 months ago
0 Hi, I Have An Issue, But Lets Start With The Description. This Is Snippet Of My Project'S Structure:

@<1523701435869433856:profile|SmugDolphin23> I'm having trouble understanding your words. I don't use the agent here.

@<1523701435869433856:profile|SmugDolphin23> @<1523701070390366208:profile|CostlyOstrich36> Maybe you could look at my code ( None ) to get a better view of the case. (I really doubt that the look at the code will help to solve it since it is related to presence of git). Theres no clearml agent or any complex se...

11 months ago
0 Hey Guys

I've upgraded version from 1.7.2 to 1.10.2 and the problem has occured with the latest version. I have a feeling that it is related to major changes in Lightning with their 2+ version but its only my intuition. It would be nice if you could check it with your simple example code. Looking forward to the updates, thanks.

11 months ago
0 Hi, Quick Questions:

@<1523701070390366208:profile|CostlyOstrich36> I don't have anything specific on my mind. I am just wondering how you guys separate dev from prod on your daily work and generally what are good practices in this area :)

6 months ago
0 Hey Guys

hi, any updates on this?

10 months ago
0 Hey Guys

Hey, just for your information:
I replicated pytorch_lightning_example.py and it works fine (model/artifact saving) with old lightning interface (I mean "import pytorch_lightning as pl" as it is right now in the example) but the issue occurs when I try to use new lightning interface ("import lightning.pytorch as pl"). Hope it helps somehow and still looking forward to fix 🙂

11 months ago