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
ReassuredTiger98
Moderator
95 Questions, 639 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
3 years ago
0 Votes
1 Answers
939 Views
0 Votes 1 Answers 939 Views
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello! 🙂 I have my own minio setup and everything seems to work fine, however in clearml when I press to download an artifact with an url starting with s3:/...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi everyone, how can I check programmatically whether a task is running remotely and how can I get the hostname? Additionally, retrieving the user name that ...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Are "delete" calls to the API Server blocking, i.e. does the server answer instantly or only after the delete has been completed? I am asking this because my...
2 years ago
0 Votes
22 Answers
1K Views
0 Votes 22 Answers 1K Views
Another question: Is it possible to read the dependencies manually from a conda environment.yml? It seems like clearml is not able to fetch the dependencies ...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Currently, to provide SSH access to the docker images for a task, .ssh is mounted into the docker. Wouldn't a solution like this https://gist.github.com/d11w...
3 years ago
0 Votes
2 Answers
980 Views
0 Votes 2 Answers 980 Views
2 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
I have a questions about queue priorities with clearml-agent. I have two queues, A and B . Some of my agents support queue A and B with higher priority for B...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hi everyone, how can I add a new local storage location. clearml is in /opt/clearml and I have now added a second hard driver to my server. How can I make cl...
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hello clearml community, does anyone have an idea how I could integrate/manager CARLA ( https://carla.org/ ) simulator servers with clearml? Usually, I just ...
3 years ago
0 Votes
2 Answers
835 Views
0 Votes 2 Answers 835 Views
Hi everyone, I want to retrieve some scalars at specific iterations from ClearML. I found Task.get_all_reported_scalars and Task.get_reported_scalars . Howev...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hey everyone, when uploading with clearml-data it will print and save a lot of logs (multiple GB) because it prints the progress quite often. How can I make ...
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Another question: How can I make clearml-agent use pre-installed version from the nvidia/pytorch ( https://docs.nvidia.com/deeplearning/frameworks/pytorch-re...
2 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
I found the following config parameter (related to clearml-data I guess?): sdk.storage.cache.size.cleanup_margin_percent ( integer ) The percentage of cache ...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Can someone point me whether/how the services-agent the starts with the clearml-server mounts the .ssh directory for accessing a private git repository from ...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
I am back with another question: Is there a file similar to the .clearml.conf that is project specific (for example in the top-level dir of the project-repos...
3 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
Any idea why only a single instance of mujoco can be run with clearml-agent? I run 2 clearm-agents, one per GPU on my workstation. However, the second task f...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Did someone here already try the https://ngc.nvidia.com/catalog/containers/nvidia:pytorch with clearml? It seems like there is a base conda environmenet wher...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I can't seem to find documentation on clearml-data except this: https://github.com/allegroai/clearml/blob/master/docs/datasets.md Is there more somewhere? Do...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Another question: How can I set the fileserver IP? E.g. I want the artifact locations to point to my proxy server, so that I can support SSL
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
I am trying to plot values that are either 0 or 1 (with tensorboardx.add_scalar). However, it doesn't show correctly. Any idea why? (smoothing is 0)
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Another question: Is it possible to specify in which directory to save all the files that clearml-agent creates (e.g. cache files or results of the currently...
3 years ago
0 Votes
1 Answers
941 Views
0 Votes 1 Answers 941 Views
Hi everyone, could it be that ClearML does not track packages correctly, that use import names different from their package name? For example scikit-image is...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello everyone! Is clearml doing asynchronous or synchronous logging for e.g. tensorboard SummaryWriters?
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Is is intended that restarting the server somestimes leads to abortion of experiments on clearml-agents User aborted: stopping task (3) ?
2 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
I am trying PyTorch Nightly again with Python 3.10. Works fine locally, but fails on clearml-agent in docker mode. ERROR: Ignored the following versions that...
one year ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I suddenly get Error 100 : General data error (TransportError(503, 'search_phase_execution_exception')) when trying to access Results --> Scalars. Any idea w...
3 years ago
Show more results questions
0 Hi Guys, There Is A Bug Introduced With Clearml-Agent 1.5.0: The Resolution Of The Torch Version Is Broken: It Will Try To Find The Torch Version Matching The Cuda Version Of The System, As Opposed To Version 1.4.1, Where It Tries To Find The Cuda Version

AnxiousSeal95 This bug seems to be affecting me. I just tried forcing clearml-agent to install clearml-agent==1.4.1 in the docker and now it works.
Btw: clearml-agent uses pip install clearml-agent -U to install clearml-agent in the docker. However, instead of using the newest clearml-agent it should use the version that the host machine is using to run clearml-agent in my opinion.

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

AgitatedDove14 I have to problem that "debug samples" are not shown anymore after running many iterations. What's appropriate to use here: A colleague told me increasing task_log_buffer_capacity worked. Is this the right way? What is the difference to file_history_size ?

3 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

Thanks for answering. I don't quite get your explanation. You mean if I have 100 experiments and I start up another one (experiment "101"), then experiment "0" logs will get replaced?

3 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

MortifiedDove27 Sure did, but I do not understand it very well. Else I would not be asking here for an intuitive explanation 🙂 Maybe you can explain it to me?

3 years ago
3 years ago
0 Has Anyone Found A Workaround For The Bug?

I have a related question: I read here that 4GB is a http limitation and ClearML will not chunk single files. I take from that, that ClearML did not want/there was no need to implement an own solution so far. But what about models that are larger than 4GB?

2 years ago
0 Has Anyone Found A Workaround For The Bug?

No problem. Sounds like a good solution, no need to implement something that has already been implemented somewhere else 🙂

2 years ago
0 I Finally Got The Cleanup_Service.Py To Run. However, Now I Get Errors When Trying To Load Scalars. This Is What I Found In The Logs

[2021-05-07 10:52:00,282] [9] [WARNING] [elasticsearch] POST ` [status:N/A request:60.058s]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 445, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 440, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.6/http/client.py", lin...

3 years ago
0 I Finally Got The Cleanup_Service.Py To Run. However, Now I Get Errors When Trying To Load Scalars. This Is What I Found In The Logs

I got the error again. Seems to happen only when I try to delete "large" experiments.

3 years ago
3 years ago
0 I Am Trying Pytorch Nightly Again With Python 3.10. Works Fine Locally, But Fails On Clearml-Agent In Docker Mode.

Thanks for researching this issue. If you have time, you can create the issue since you are way more knowledgeable, but I can also open it if you do not have time 🙂

one year ago
0 I Finally Got The Cleanup_Service.Py To Run. However, Now I Get Errors When Trying To Load Scalars. This Is What I Found In The Logs

Hard to answer now. I just wiped everything and reinstalled. If I encounter this problem again, I will investigate further.

3 years ago
0 Hello! Since Today I Get
name: core
channels:
  - pytorch
  - anaconda
  - conda-forge
  - defaults
dependencies:
  - _libgcc_mutex=0.1
  - _openmp_mutex=4.5
  - blas=1.0
  - bzip2=1.0.8
  - ca-certificates=2020.10.14
  - certifi=2020.6.20
  - cloudpickle=1.6.0
  - cudatoolkit=11.1.1
  - cycler=0.10.0
  - cytoolz=0.11.0
  - dask-core=2021.2.0
  - decorator=4.4.2
  - ffmpeg=4.3
  - freetype=2.10.4
  - gmp=6.2.1
  - gnutls=3.6.13
  - imageio=2.9.0
  - jpeg=9b
  - kiwisolver=1.3.1
  - lame=3.100
  - lcms2=2.11
  -...
3 years ago
Show more results compactanswers