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
CooperativeFox72
Moderator
11 Questions, 92 Answers
  Active since 10 January 2023
  Last activity 6 months ago

Reputation

0

Badges 1

92 × Eureka!
0 Votes
12 Answers
925 Views
0 Votes 12 Answers 925 Views
Hi, Another question There is a way to know if a job is running locally or remotely? Like execute_remotely knows ... > Note If the > task > is running remote...
3 years ago
0 Votes
30 Answers
967 Views
0 Votes 30 Answers 967 Views
Hi all, I am starting to use clearml-agent. run it with clearml-agent daemon --foreground --gpus 3 --queue default --docker MyDockerImage:v0then I enqueued n...
3 years ago
0 Votes
6 Answers
998 Views
0 Votes 6 Answers 998 Views
Hi all, I think their is a UI bug. When trying to add experiment to compare:
3 years ago
0 Votes
10 Answers
876 Views
0 Votes 10 Answers 876 Views
Hi all 🙂 I have a question regarding task.connect_configuration() . Does it possible to update the file on the server when running remotely or locally? for ...
3 years ago
0 Votes
17 Answers
885 Views
0 Votes 17 Answers 885 Views
Hi, I am new here, can I ask question on trains-server also?
4 years ago
0 Votes
5 Answers
882 Views
0 Votes 5 Answers 882 Views
Hi, I upgraded the ClearML client to 1.0.5 and now I am getting an upload log message: ... 2021-08-12 17:47:59,188 - clearml.storage - INFO - Uploading: 150....
3 years ago
0 Votes
20 Answers
980 Views
0 Votes 20 Answers 980 Views
Hey, I am trying to move the fileserver to S3. As here: https://github.com/allegroai/trains-server/issues/35 I update the trains.conf with my s3 bucket and t...
4 years ago
0 Votes
17 Answers
873 Views
0 Votes 17 Answers 873 Views
Hi again, I tried to upgrade Trains package to 15.1 from 13.1 that I was using for a while.. After the upgrade my code stuck when trying to use "Pool" (from ...
4 years ago
0 Votes
6 Answers
835 Views
0 Votes 6 Answers 835 Views
Hi all 🙂 , There is a way to freeze the iteration monitoring? I like to download my data/model at the start of my code, but it takes a while and I am gettin...
3 years ago
0 Votes
22 Answers
961 Views
0 Votes 22 Answers 961 Views
Hi all, I have a trains-server (self-host) on a EC2 machine. The version of it is older then 0.16. I like to move to ClearML-server on different machine but ...
3 years ago
0 Votes
31 Answers
20K Views
0 Votes 31 Answers 20K Views
Hi all, I like to upgrade trains-server:0.16.1 to clearml-server:0.17 In the https://github.com/allegroai/clearml-server#upgrading- the process looks the sam...
3 years ago
0 Hi, I Am New Here, Can I Ask Question On Trains-Server Also?

OHH nice, I thought that it just some kind of job queue on up and running machines

4 years ago
0 Hi All, I Have A

Hi SuccessfulKoala55 Thanks for the replay..

So for now, if I like to upgrade to the latest trains-server but on another machine and keep all the data.
what is the best practice?

Thanks again 🙂

3 years ago
0 Hi, I Am New Here, Can I Ask Question On Trains-Server Also?

For now we are using AWS batch for running those experiments.
because like this we don`t have to hold machines who waits for the jobs

4 years ago
0 Hi, Another Question There Is A Way To Know If A Job Is Running Locally Or Remotely? Like

my docker has my project on it all ready so I know where to mount. Maybe the agent moves/create copy of my project somewhere else?

3 years ago
0 Hey, I Am Trying To Move The Fileserver To S3. As Here:

SuccessfulKoala55 Thanks 🙏 I will give it a try tomorrow 🙂

4 years ago
4 years ago
0 Hi All, I Have A

The script is running for more then 45 min, does it regular?

3 years ago
0 Hey, I Am Trying To Move The Fileserver To S3. As Here:

Thanks I just want to avoid giving the credentials to every user.
If it won't possible, I will do it..

4 years ago
0 Hi All, I Have A

the elastic folder is around 30GB

3 years ago
0 Hi All

I tried you solution but since my path is to a YAML file,
and task.set_configuration_object(name=name, config_taxt=my_params) upload this not in the same format task.connect_configuration(path, name=name) it not working for me 😞
(even when I am using config_type='yaml' )

3 years ago
0 Hi Again, I Tried To Upgrade Trains Package To 15.1 From 13.1 That I Was Using For A While.. After The Upgrade My Code Stuck When Trying To Use "Pool" (From Multiprocessing Import Pool) The Code Snip:

AgitatedDove14 Hi, sorry for the long delay.
I tried to use 0.16 instead of 0.13.1.
I didn't have time to debug it (I am overwhelming with work right now).
But it doesn't work the same as 0.13.1. I am still getting some hanging in my eval process.
I am don't know if it just slower or really stuck since I killed it and move back to 0.13.1 until my busy time will pass.
Thanks

4 years ago
0 Hi, I Am New Here, Can I Ask Question On Trains-Server Also?

I an running trains-server on AWS with your AMI (instance type t3.large)

The server runs very good, and works amazing!
Until we start to run more training in parallel (around 20).
Then, the UI start to be very slow and getting timeouts often.
Does upgrading the instance type can help here? or there is some limit to parallel running?

4 years ago
0 Hi All, I Am Starting To Use Clearml-Agent. Run It With

Not a very good one, they just installed everything under the user and used --user for the pip.
It really does not matter inside a docker, the only reason one might want to do that is if you are mounting other drives and you want to make sure they are not accessed with "root" user, but with 1000 user id.

This sounds a good reason haha 😄

Let me check if we can hack something...

Thanks 🙏

3 years ago
0 Hi All, I Like To Upgrade

hope this is better

3 years ago
0 Hi All, I Am Starting To Use Clearml-Agent. Run It With

Thanks, will try and let you know 😊

3 years ago
0 Hi, I Upgraded The Clearml Client To

Hi, AgitatedDove14 Thanks for the answer.

I think the upload reporting (files over 5mb) was added post 0.17 version,

That what I thought...

I think it can be helpful to add it to the conf since 5MB is really small and my files are ~300MB, meaning 60 messages for each upload.
Another option is maybe to configure it as Task.init() parameter

I think both are OK 🙂

3 years ago
3 years ago
0 Hi All, I Like To Upgrade

Thanks again!! 🙏
You`r the best 🙂

3 years ago
0 Hi All, I Have A

it took around 50 min but it now finish the backup..Thanks

3 years ago
4 years ago
3 years ago
0 Hi All, I Have A

Hi AppetizingMouse58 , I had around 200GB when I started the migration now I have 169GB/
And yes, It looks it is growing was 9.4GB and now 9.5G

3 years ago
0 Hi All, I Like To Upgrade

SuccessfulKoala55 and AppetizingMouse58 Thanks you very much!!

I have a future question:
Does this fix should harm in future cleraml-server upgrade?
Or what the best practice to upgrade after doing it?

3 years ago
0 Hi, Another Question There Is A Way To Know If A Job Is Running Locally Or Remotely? Like

Does it possible to know in advance where the Agent will clone the code?
Or running a link command just before the execution of the code?

3 years ago
0 Hi All, I Have A

it stuck on Creating the backup file: /opt/trains/data/elastic_5.tar.gz

3 years ago
Show more results compactanswers