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
ConvolutedChicken69
Moderator
7 Questions, 25 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

25 × Eureka!
0 Votes
7 Answers
631 Views
0 Votes 7 Answers 631 Views
2 years ago
0 Votes
7 Answers
611 Views
0 Votes 7 Answers 611 Views
hi, i'm wondering why is the agent being terminated after some time? i want it to always be running in the background and listening to a queue, and not have ...
2 years ago
0 Votes
3 Answers
501 Views
0 Votes 3 Answers 501 Views
Hi, i was wondering if the users login information (username and pass) can be taken from the server itself, instead of using the web login config file?
2 years ago
0 Votes
12 Answers
544 Views
0 Votes 12 Answers 544 Views
hi all, i have a question about datasets. i see that in the process of creating a dataset, you have to use Dataset.upload() which uploads the data to the ser...
2 years ago
0 Votes
5 Answers
637 Views
0 Votes 5 Answers 637 Views
2 years ago
0 Votes
10 Answers
525 Views
0 Votes 10 Answers 525 Views
is it possible to perform debugging operations with pycharm integration using remote session?
2 years ago
0 Votes
10 Answers
540 Views
0 Votes 10 Answers 540 Views
hi, i want to run a script remotely on my agent, but for it to work i need it to download to the agent the whole directory the script is in, is it possible?
2 years ago
0 Hi, I'M Wondering Why Is The Agent Being Terminated After Some Time? I Want It To Always Be Running In The Background And Listening To A Queue, And Not Have To Manually Start It All The Time

ok so what seems to happen is that when the machine reboots, after it comes back up the agent is seemingly still working. clearml-agent list shoes the agent and i see it in the web ui. since the /tmp folder is deleted after reboot the log file is gone. when i try to run something on the agent only then the list is empty

2 years ago
0 Hi, I Want Clearml To Not Install Packages From My Pycharm Environment, But Activate An Environment I Have Locally On The Computer The Agent Is Installed On, Is The Variable Clearml_Agent_Skip_Pip_Venv_Install Relevant To This, And If So Can I Configure I

for example i have a package that can't be installed with pip regularly, but with pip from a git repo, and when the agent installs the requirements from the pycharm env it gets an error as it can't find it with pip. so i thought of just having the environment locally and use it

2 years ago
0 Hi, I Want To Run A Script Remotely On My Agent, But For It To Work I Need It To Download To The Agent The Whole Directory The Script Is In, Is It Possible?

the problem i have is, my code is using scripts that are located in multiple repos, when i execute remotely it only clones the repo the main script is in, so i end up having to clone the other ones manually in my code

2 years ago
0 Hi, I'M Wondering Why Is The Agent Being Terminated After Some Time? I Want It To Always Be Running In The Background And Listening To A Queue, And Not Have To Manually Start It All The Time

weird thing is it didn't realize it was dead until a task was trying to run, it looked like it was still up even after the reboot

2 years ago
0 Hi All, I Have A Question About Datasets. I See That In The Process Of Creating A Dataset, You Have To Use

and another question.. how can i get support over the phone? i feel like i have a lot of questions about setting this up and that would be easier

2 years ago
0 Hi, I Want To Run A Script Remotely On My Agent, But For It To Work I Need It To Download To The Agent The Whole Directory The Script Is In, Is It Possible?

not the best options as they also need to be maintained and updated, the other repos i have are constantly worked on and changing too

2 years ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

i need to run the debug on the remote agent because i don't have enough GPU on my local one

2 years ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

AgitatedDove14 hi martin, i have another question- when in the remote debugging mode, does it take the agent off the queue? does it know it's not available to take tasks?

2 years ago
0 Hi All, I Have A Question About Datasets. I See That In The Process Of Creating A Dataset, You Have To Use

hi i have another question- when setting up the agent on the worker machine, what credentials do i give it? a user's?

2 years ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

from what i see in the docs it's only for Jupyter / VS Code, i didn't see anything about pycharm

2 years ago