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 one year ago

Reputation

0

Badges 1

92 × Eureka!
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hi, I am new here, can I ask question on trains-server also?
5 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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...
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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....
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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 ...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K 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...
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K 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 ...
5 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi all, I think their is a UI bug. When trying to add experiment to compare:
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
31 Answers
119K Views
0 Votes 31 Answers 119K 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...
4 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K 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...
5 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K 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 ...
4 years ago
0 Hey, I Am Trying To Move The Fileserver To S3. As Here:

Ok thanks for the really fast answer 🙂

5 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?

4 years ago
0 Hi All, I Like To Upgrade

hope this is better

4 years ago
0 Hi All, I Like To Upgrade

the index creation:
[ec2-user@ip-172-31-26-41 ~]$ sudo docker exec -it clearml-mongo /bin/bash root@3fc365193ed0:/# mongo MongoDB shell version v3.6.5 connecting to: mongodb://127.0.0.1:27017 MongoDB server version: 3.6.5 Welcome to the MongoDB shell. For interactive help, type "help". For more comprehensive documentation, see Questions? Try the support group `
Server has startup warnings:
2021-01-25T05:58:37.309+0000 I CONTROL [initandlisten]
2021-01-25T05:58:37.309+0000 I C...

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

Thanks!! you are the best..
I will give it a try when the runs will finish

5 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 🙂

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

So for now I am leaving this issue...
Thanks a lot 🙏 🙌

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

Thanks, will try and let you know 😊

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

I can try to not creating new user

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

I didn't try trains-agent yet, does it support using AWS batch?

5 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

5 years ago
0 Hi All, I Have A

how long? 😅
I am now stuck in
Copying index events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b
for more then 40 min 😥

4 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:

I reproduced the stuck with this code..
But for now only with my env , when I tried to create new env only with the packages that this code needed it wont stuck.
So maybe the problem is conflict between packages?

5 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

5 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:

Thanks AgitatedDove14 ,
I need to check with my boss that it is OK to share more code, will let you know..

But I will give 0.16 a try when it will release.
🙏

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

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

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

SuccessfulKoala55 it still stuck on the same line .. does it should be like this?

4 years ago
0 Hi All, I Have A

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

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

I just need it to ran the docker and run the command inside it no?

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

Ok looks It is starting the training...
Thanks 💯

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

It is now stacking after:
` 2021-03-09 14:54:07
task 609a976a889748d6a6e4baf360ef93b4 pulled from 8e47f5b0694e426e814f0855186f560e by worker ov-01:gpu1
2021-03-09 14:54:08
running Task 609a976a889748d6a6e4baf360ef93b4 inside default docker image: MyDockerImage:v0
2021-03-09 14:54:08
Executing: ['docker', 'run', '-t', '--gpus', '"device=1"', '-e', 'CLEARML_WORKER_ID=ov-01:gpu1', '-e', 'CLEARML_DOCKER_IMAGE=MyDockerImage:v0', '-v', '/tmp/.clearml_agent.jvxowhq4.cfg:/root/clearml.conf', '-v', '/...

4 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

4 years ago
Show more results compactanswers