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

Reputation

0

Badges 1

62 × Eureka!
0 Votes
25 Answers
915 Views
0 Votes 25 Answers 915 Views
Any ideas 🙂 ?
2 years ago
0 Votes
19 Answers
964 Views
0 Votes 19 Answers 964 Views
Hi, I am having problem with ClearML running on our private server. This error occured on older version on clearML and server. now after update and purge of ...
2 years ago
0 Votes
8 Answers
963 Views
0 Votes 8 Answers 963 Views
Hello, I am using ClearML on my server that is located in Hamachi VPN network with IP 25.x.x.x. ClearML runs in docker with api_server: http://172.x.x.x:8008...
3 years ago
0 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K Views
3 years ago
0 Votes
31 Answers
16K Views
0 Votes 31 Answers 16K Views
Hi, I am trying to run experiment from ClearML web ui. I did experiment copy, enqueue, but in the execution log I see that it runs command [.]$ /home/exx/.cl...
3 years ago
0 Votes
12 Answers
907 Views
0 Votes 12 Answers 907 Views
Hi, I am saving plt chart to ClearML using from torch.utils.tensorboard import SummaryWriter and I got long labels cut out writer.add_figure('my label', figu...
3 years ago
3 years ago
0 Hi, I Am Trying To Run Experiment From Clearml Web Ui. I Did Experiment Copy, Enqueue, But In The Execution Log I See That It Runs Command

When you previously mention clone the Task I the UI and then run it, how do you actually run it?

Very good question, I need to understand it what happens when I press "Enqueue" In web UI and set it to default queue

3 years ago
0 Hello, I Am Using Clearml On My Server That Is Located In Hamachi Vpn Network With Ip 25.X.X.X. Clearml Runs In Docker With Api_Server:

Thank you. I've changed clearml.conf, but url are remain with old ip. Do I need to restart ClearML or run any command to apply config changes?

3 years ago
0 Any Ideas

To be more precise - how to clean up and install 🙂

2 years ago
0 Hello, I Am Using Clearml On My Server That Is Located In Hamachi Vpn Network With Ip 25.X.X.X. Clearml Runs In Docker With Api_Server:

No, even new started experiment is still creating images with 172.,
` cat ~/clearml.conf

ClearML SDK configuration file

api {
# Notice: 'host' is the api server (default port 8008), not the web server.
api_server:
web_server:
files_server: `

3 years ago
0 Any Ideas

and more logs 🙂 nice warning about dev server in production

` clearml-apiserver | /usr/local/lib/python3.6/site-packages/elasticsearch/connection/base.py:208: ElasticsearchWarning: Legacy index templates are deprecated in favor of composable templates.
clearml-apiserver | warnings.warn(message, category=ElasticsearchWarning)
clearml-apiserver | [2022-06-09 13:28:03,875] [9] [INFO] [clearml.initialize] [{'mapping': 'events_plot', 'result': {'acknowledged': True}}, {'mapping': 'events_tra...

2 years ago
0 Hi, I Am Having Problem With Clearml Running On Our Private Server. This Error Occured On Older Version On Clearml And Server. Now After Update And Purge Of All Old Database With

SweetBadger76 sorry to tag you but I dont know where to find logs. Do I have elasticsearch logs on my server that I installed the Clearml-server?

2 years ago
0 Hello, I Am Looking For A Way To Increase Number Of Images Saved In Results>Debug Samples. Looks Like There Is A Limit Of 100 Images Per Experiment, And All Images Saved After Are Not Displayed In Web Client. I Like To Have First Batch With Predictions V

I don't know for sure but this is what I understand from the code. But you need to have 100 experiment running at the same time, so unless you have access to 100 GPUs you should be fine

3 years ago
0 Any Ideas

Shay, you are correct, one of the docker is down. But don't they supposed to run as part of docker /opt/clearml/ docker-compose -f docker-compose.yml up ?

2 years ago
0 Any Ideas

all dockers seems to be up but running experiment fails to communicate with API server

2 years ago
0 Any Ideas

yes, I was using only experiments tab to compare scalars and see validation and train images and I can see that information

2 years ago
0 Any Ideas

Hi Shay, thanks for reply
I just went by old path remembered in browser. Last week we updated client and server, they are both running on our physical server

2 years ago
0 Any Ideas

No, I was always shutting down server. But if you can give me step by step how to clean install I will be happy to do it

2 years ago
0 Any Ideas

CostlyOstrich36 any ideas?

2 years ago
0 Any Ideas

` clearml-apiserver | [2022-06-09 13:27:33,737] [9] [INFO] [clearml.app_sequence] ################ API Server initializing #####################
clearml-apiserver | [2022-06-09 13:27:33,737] [9] [INFO] [clearml.database] Initializing database connections
clearml-apiserver | [2022-06-09 13:27:33,737] [9] [INFO] [clearml.database] Using override mongodb host mongo
clearml-apiserver | [2022-06-09 13:27:33,737] [9] [INFO] [clearml.database] Using override mongodb port 27017
clearml-apiserver | [2...

2 years ago
0 Any Ideas

so I run /opt/clearml/ docker-compose -f docker-compose.yml up just to make sure and this are errors that I am seeing

2 years ago
0 Any Ideas

I have restarted docker with docker down several times and nothing changes

2 years ago
0 Hi, I Am Saving Plt Chart To Clearml Using

Hi, I solved this cut out of labels with
fig.tight_layout() return fig

3 years ago
0 Hi, I Am Saving Plt Chart To Clearml Using

I save it to PC and it is not only UI issue. My guess is that it plt.fig is cropped or by SummaryWriter or by trains. Help me debug where is the problem, I will meanwhile try to see what this SummaryWriter does to plt plots

3 years ago
0 Hi, I Am Saving Plt Chart To Clearml Using

You can see the white-gray mesh on background that shows the end of the image. It is cropped in the middle of labels

3 years ago
0 Hi, I Am Saving Plt Chart To Clearml Using

When I save plot in jupyter notebook it is not cropped

3 years ago
0 Hi, I Am Saving Plt Chart To Clearml Using

Results > Debug Samples

3 years ago
0 Any Ideas

` docker ps | grep clearml
bd8fb61e8684 allegroai/clearml:latest "/opt/clearml/wrappe…" 8 days ago Up 8 days 8008/tcp, 8080-8081/tcp, 0.0.0.0:8080->80/tcp, :::8080->80/tcp clearml-webserver
f79c54472a6f allegroai/clearml:latest "/opt/clearml/wrappe…" 8 days ago Up 8 days 0.0.0.0:8008->8008/tcp, :::8008->8008/tcp, 8080-8081/tcp ...

2 years ago
3 years ago
0 Hi, I Am Trying To Run Experiment From Clearml Web Ui. I Did Experiment Copy, Enqueue, But In The Execution Log I See That It Runs Command

here are requirements from the repository that I was able to run hydra_example.py and that I have crash with my custom train.py

3 years ago
0 Hi, I Am Trying To Run Experiment From Clearml Web Ui. I Did Experiment Copy, Enqueue, But In The Execution Log I See That It Runs Command

1 more interesting bug. After I changed my "train.py" in according to hydra_exampl.py I started getting errors in the end of experiment
` --- Logging error ---
2021-08-17 13:33:28
ValueError: I/O operation on closed file.
2021-08-17 13:33:28
File "/opt/conda/lib/python3.8/site-packages/clearml/backend_interface/logger.py", line 200, in write
self._terminal._original_write(message) # noqa
2021-08-17 13:33:28
File "/opt/conda/lib/python3.8/site-packages/clearml/backend_interface/logger...

3 years ago
Show more results compactanswers