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

Reputation

0

Badges 1

29 × Eureka!
0 Votes
1 Answers
501 Views
0 Votes 1 Answers 501 Views
HI, Can I get the minimum system requirement for Clearml-server.
2 years ago
0 Votes
6 Answers
642 Views
0 Votes 6 Answers 642 Views
Hi, I tried download model from clearml.storage (from s3 bucket), but I got this error. err: [Errno 36] File name too long: Is there any way to fix this? Thanks
2 years ago
0 Votes
5 Answers
597 Views
0 Votes 5 Answers 597 Views
Hi, What is the best way to add new data to the uploaded dataset. Currently, uploaded dataset stored in Clearml have this structure. Dataset_rootpreprocess_A...
2 years ago
0 Votes
16 Answers
493 Views
0 Votes 16 Answers 493 Views
Hi, is there any document about migration Clearml-server. Currently, I have Clearml-server running on serverA but I want to move all data (including artifact...
one year ago
0 Votes
2 Answers
481 Views
0 Votes 2 Answers 481 Views
Hi, I tried to run an experiment and got this error. clearml.log - WARNING - failed logging task to backend (1 lines, <500/4: events.add_batch/v1.0 (Critical...
2 years ago
0 Votes
21 Answers
530 Views
0 Votes 21 Answers 530 Views
Hi, I have an issue with mongo container when try to start service. Here’s the log from mongo container. clearml-mongo | 2021-12-21T08:24:54.567790371Z 2021-...
2 years ago
0 Votes
3 Answers
537 Views
0 Votes 3 Answers 537 Views
HI, Could you provide an example of setting up sdk.storage.direct_access?
2 years ago
0 Votes
1 Answers
586 Views
0 Votes 1 Answers 586 Views
Hi, I’m trying to download the Dataset to local machine. with this command. ds = Dataset.get(dataset_id) local_path = ds.get_local_copy() But somehow, it onl...
2 years ago
0 Votes
1 Answers
531 Views
0 Votes 1 Answers 531 Views
Hello, Does clearml_apiserver needed to listen to 8008 only? Can I change to other ports likes 9008?
one year ago
0 Votes
6 Answers
509 Views
0 Votes 6 Answers 509 Views
Hi, I got this error look into Task’s Console in Clearml UI Error 100 : General data error (TransportError(503, 'search_phase_execution_exception'))
2 years ago
0 Votes
2 Answers
563 Views
0 Votes 2 Answers 563 Views
one year ago
0 Votes
0 Answers
507 Views
0 Votes 0 Answers 507 Views
Also I tried to delete experiments through Clearml’s UI. And got this response. General data error (AuthorizationException(403, '{ "took": 2, "timed_out": fa...
2 years ago
0 Hi, I Have An Issue With Mongo Container When Try To Start Service. Here’S The Log From Mongo Container.

Just for update. This issue fixed by
Start mongo container in bash mode. [sudo docker-compose -f docker-compose.yml run mongo bash] Run mongo db repair. [mongod --dbpath /data/db --repair] The DB is repaired successfully and restored.

2 years ago
0 Hi, I Have An Issue With Mongo Container When Try To Start Service. Here’S The Log From Mongo Container.

Actually run out of space was a issue, but we already move the clearml-storage to the bigger one.

2 years ago
0 Hi, I Have An Issue With Mongo Container When Try To Start Service. Here’S The Log From Mongo Container.

We also tried to change the engine from “WiredTiger” to “mmpav1",

2 years ago
0 Hi, I Have An Issue With Mongo Container When Try To Start Service. Here’S The Log From Mongo Container.

Yes, It was working.
When this error occurred every experiment projects in Clearml UI are disappeared.

Then I did docker container ls ever containers work fine, except the mongo which pushed to “restarting” status.

The error attached in this post is logs from mongo container.

2 years ago
0 Hi, I Have An Issue With Mongo Container When Try To Start Service. Here’S The Log From Mongo Container.

OS: Ubuntu
It works fine, but after sometimes MongoDB stops working. We find out that MongoDB is restarting from docker-compose ps.

2 years ago
0 Hi, I Have An Issue With Mongo Container When Try To Start Service. Here’S The Log From Mongo Container.

No, the run out of space occurred 3 day ago but MongoDB issue just occurred today.

2 years ago
0 Hi, I Got This Error Look Into Task’S Console In Clearml Ui

There’s another log from elastic contatiner.
The logs is too long, I have to store them in txt file.

2 years ago
0 Hi, I Got This Error Look Into Task’S Console In Clearml Ui

I think these are all errors in container.
I also attached all logs in file.

2 years ago
0 Hi, Is There Any Document About Migration Clearml-Server. Currently, I Have Clearml-Server Running On Servera But I Want To Move All Data (Including Artifacts, Task, Dataset) From Servera To Serverb.

After I did
docker-compose -f docker-compose.yml down docker-compose -f docker-compose.yml up -d
Then elasticsearch container got this error

` ElasticsearchException[failed to bind service]; nested: IOException[failed to test writes in data directory [/usr/share/elasticsearch/data/nodes/0/indices/mQ-x_DoZQ-iZ7OfIWGZ72g/_state] write permission is required]; nested: AccessDeniedException[/usr/share/elasticsearch/data/nodes/0/indices/mQ-x_DoZQ-iZ7OfIWGZ72g/_state/.es_temp_file];
clearml-el...

one year ago
0 Hi, Is There Any Document About Migration Clearml-Server. Currently, I Have Clearml-Server Running On Servera But I Want To Move All Data (Including Artifacts, Task, Dataset) From Servera To Serverb.

Is it ok if the path of ServerA and ServerB is difference.
For example, ServerA stores file at /opt/clearml but ServeB stores at /some_path/clearml

one year ago
0 Hi, Is There Any Document About Migration Clearml-Server. Currently, I Have Clearml-Server Running On Servera But I Want To Move All Data (Including Artifacts, Task, Dataset) From Servera To Serverb.

Oh, I just realized that the mondo version between ServerA and ServerB is mismatch.
The problem was resolved by updating the mongo image to 4.0.23 as serverA.

one year ago
0 Hi, I Tried Download Model From Clearml.Storage (From S3 Bucket), But I Got This Error. Err: [Errno 36] File Name Too Long: Is There Any Way To Fix This? Thanks

My code are attached above. The version of Clearml is 1.0.5.

Example of filename: patch_ver3_dense_image_model_2 - srr_b4v2-large - step2 - patch_ver3_dense_image_model_2 - srr_b4v2-large - step1 - patch_ver3_dense_image_model_2_weights.03-1.31_weights.15-0.26_weights.10-0.18.h5

2 years ago
0 Hi, I Got This Error Look Into Task’S Console In Clearml Ui

` {"type": "server", "timestamp": "2021-12-22T10:56:48,500Z", "level": "DEBUG", "component": "o.e.a.s.TransportSearchAction", "cluster.name": "clearml", "node.name": "clearml", "message": "All shards failed for phase: [query]", "cluster.uuid": "0aOZYv7bQD--rcBaPQvSJQ", "node.id": "6hqtnbZLSyCot85eDVoHAw" }
{"type": "server", "timestamp": "2021-12-22T10:56:48,500Z", "level": "WARN", "component": "r.suppressed", "cluster.name": "clearml", "node.name": "clearml", "message": "path: /events-log-d...

2 years ago
0 Hi, Could You Provide An Example Of Setting Up Sdk.Storage.Direct_Access?

Since I have mounted NAS, I want my server to get directly access to NAS.

2 years ago
0 Hi, I Tried Download Model From Clearml.Storage (From S3 Bucket), But I Got This Error. Err: [Errno 36] File Name Too Long: Is There Any Way To Fix This? Thanks

` import tensorflow as tf
from clearml import Model
from clearml.model import InputModel

def get_model_id(model_name,tags = None):
print("Model name: ", model_name)
print("Model tags: ", tags)
response = Model.query_models(model_name=model_name,
tags=tags)
if not response:
raise ValueError('your model name and tags result in empty query')
model_data= None
for model_obj in response:
if model_obj.name == model_name:
...

2 years ago