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 7 months ago

Reputation

0

Badges 1

92 × Eureka!
0 Votes
6 Answers
872 Views
0 Votes 6 Answers 872 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
12 Answers
966 Views
0 Votes 12 Answers 966 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
10 Answers
916 Views
0 Votes 10 Answers 916 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
20 Answers
1K Views
0 Votes 20 Answers 1K 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
928 Views
0 Votes 17 Answers 928 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
31 Answers
23K Views
0 Votes 31 Answers 23K 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 Votes
5 Answers
926 Views
0 Votes 5 Answers 926 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
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi all, I think their is a UI bug. When trying to add experiment to compare:
3 years ago
0 Votes
22 Answers
1K Views
0 Votes 22 Answers 1K 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
30 Answers
1K Views
0 Votes 30 Answers 1K 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
17 Answers
927 Views
0 Votes 17 Answers 927 Views
Hi, I am new here, can I ask question on trains-server also?
4 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
0 Hi All, I Like To Upgrade

someone in my company started a training 😥 , will do it after it will finish.. and will update
Thanks you are the best 🙏

3 years ago
0 Hi All, I Like To Upgrade

I did it and still getting the same error 😥

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

looks good 🙂 thanks 🙏

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

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 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', '/...

3 years ago
0 Hi All

Hi SuccessfulKoala55 and AgitatedDove14 ,
Thanks for the quick replay.

I'm not sure I understand your use-case - do you always want to change the contents of the file in your code? Why not change it before connecting?

Changing the file before the connect will make sense only when I am running locally and the file exists. Remotely I must get the file with connect_configuration(path, name=name) before I am reading it.

"local_path" is ignored, path is a temp file, and the c...

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

I have one computer with 4 GPUs and like to create a queue over the gpus..
For now the project runs without queue.
My configs holds the relative paths to the data (and it can take time to change all of them) so I prefer to work in relative paths if it possible..

3 years ago
0 Hi All, I Like To Upgrade

what it mean? 😁

3 years ago
0 Hi All

Thanks for the quick replay.
This will set more time before the timeout right?

Maybe there is a way to do something like:
task.freeze_monitor() download() task.defrost_monitor()

3 years ago
0 Hi All

I am sure you add this timeout for a reason.

Probably since increasing the timeout can affect other functionality. .

Am I wrong?

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

SuccessfulKoala55 Thanks 🙏 ..

Another related question:
My remote job fails because it cannot find the data.
FileNotFoundError: [Errno 2] No such file or directory: './data/XXXXXXXX I mounted the data to the same place relative to my project inside the docker with: extra_docker_arguments

I am using execute_remotely for enqueue the job.
I know it works locally since the job reads from ./data/XXXX before execute_remotely() and working.
but when the agent create ...

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

but I am think they done it for a reason no?

3 years ago
0 Hi All, I Have A

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

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

Does it still work if I will keep trains.conf like this, and mount the S3 also?

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?

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

Ohh I understood, so can you give me a short explanation on how to change the meta data?

4 years ago
0 Hi All, I Like To Upgrade

Hi SuccessfulKoala55 ,
I down the server:
` [ec2-user@ip-172-31-26-41 ~]$ sudo docker-compose -f /opt/clearml/docker-compose.yml down
WARNING: The CLEARML_HOST_IP variable is not set. Defaulting to a blank string.
WARNING: The CLEARML_AGENT_GIT_USER variable is not set. Defaulting to a blank string.
WARNING: The CLEARML_AGENT_GIT_PASS variable is not set. Defaulting to a blank string.
Stopping clearml-webserver ... done
Stopping clearml-agent-services ... done
Stopping clearml-apiserver...

3 years ago
0 Hi All, I Like To Upgrade

does it ok that it looks for files in /opt/trains ? since we move all to /opt/clearml no?
File "/opt/trains/apiserver/mongo/initialize/migration.py"

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

trying again 🤞

3 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...

3 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 😥

3 years ago
0 Hi All, I Have A

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

3 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 Hi All, I Think Their Is A Ui Bug. When Trying To Add Experiment To Compare:

Hi CumbersomeCormorant74 ,
This is a server we installed.
The server version is: 0.17
We checked with Chrome, and FireFox

Thanks, ophir

3 years ago
Show more results compactanswers