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 Hello! Since Today I Get

Yea, will do so in 30min

3 years ago
0 Hello! Since Today I Get

Yea, give me a minute.

3 years ago
0 Hello! Since Today I Get

Just tested again. The ordering definitly matters.

3 years ago
0 Hello! Since Today I Get

Can you actually reproduce my problem when also using conda_freeze: true ?

3 years ago
0 Hello! Since Today I Get

Perfect! 🙂

3 years ago
0 Hello! Since Today I Get

Yeaaa I got it working!

3 years ago
0 Hello! Since Today I Get

ok, thanks!

3 years ago
0 Hello! Since Today I Get
==> 2021-03-11 12:50:38 <==
# cmd: /home/tim/miniconda3/condabin/conda create --yes --mkdir --prefix /home/tim/.clearml/venvs-builds/3.8 python=3.8
--
==> 2021-03-11 12:50:40 <==
# cmd: /home/tim/miniconda3/condabin/conda install -p /home/tim/.clearml/venvs-builds/3.8 -c defaults -c conda-forge -c pytorch cudatoolkit=11.0 --quiet --json
--
==> 2021-03-11 12:50:43 <==
# cmd: /home/tim/miniconda3/condabin/conda install -p /home/tim/.clearml/venvs-builds/3.8 -c defaults -c conda-forge -c p...
3 years ago
0 Hello! Since Today I Get

Perfect! I have to thank you for helping me, not the other way around!

3 years ago
0 Hello! Since Today I Get

This is the file which installs the GPU version

3 years ago
0 Hello! Since Today I Get

Sure, I ll try this

3 years ago
0 Hello! Since Today I Get

Oh, the hacked one.

3 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Also I can see that clearml correctly loads the config
STORAGE S3BucketConfig(bucket='clearml', host='myhost:9000', key='mykey' secret='mysecret', token='', multipart=False, acl='', secure=True, region=None, verify=True, use_credentials_chain=False)

2 years ago
0 Hello! Since Today I Get

How does clearml-agent create the conda environment?

3 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

But this means the logger will use the default fileserver or not?

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Is sdk.development.default_output_uri used with s3://ip:9000/clearml or ip:9000/clearml ?

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

This is the error I get from setting the logger upload destination.
botocore.exceptions.ClientError: An error occurred (InvalidAccessKeyId) when calling the PutObject operation: The AWS Access Key Id you provided does not exist in our records.

2 years ago
0 Hi Again, From The Api-Server Logs

` apiserver:
command:
- apiserver
container_name: clearml-apiserver
image: allegroai/clearml:latest
restart: unless-stopped
volumes:
- /opt/clearml/logs:/var/log/clearml
- /opt/clearml/config:/opt/clearml/config
- /opt/clearml/data/fileserver:/mnt/fileserver
depends_on:
- redis
- mongo
- elasticsearch
- fileserver
- fileserver_datasets
environment:
CLEARML_ELASTIC_SERVICE_HOST: elasticsearch
CLEARML_...

2 years ago
0 Hello Everyone! Is It Possible To Deactivate Package Analysis For Remote Execution? I Run My Code With Clearml-Agent In Docker Mode With Nvidia:Pytorch Container. When Clearml Is Running Inside The Docker The Installed Packages Of The Webui Get Updated. H

For example I get the following error if I simply clone and rerun:
ERROR: Could not find a version that satisfies the requirement ruamel_yaml_conda>=0.11.14 (from conda==4.10.1->-r /tmp/cached-reqs6wtc73be.txt (line 28)) (from versions: none) ERROR: No matching distribution found for ruamel_yaml_conda>=0.11.14 (from conda==4.10.1->-r /tmp/cached-reqs6wtc73be.txt (line 28))

3 years ago
0 Hello Everyone! Is It Possible To Deactivate Package Analysis For Remote Execution? I Run My Code With Clearml-Agent In Docker Mode With Nvidia:Pytorch Container. When Clearml Is Running Inside The Docker The Installed Packages Of The Webui Get Updated. H

In the first run the package only existed because it is preinstalled in the docker image. Afaik, in the second run it is also preinstalled, but pip will first try to resolve it and then see whether it already exists. But I am not to sure about this.

3 years ago
0 How Many People Are Actually Working At Allegroai/On Clearml?

No no, I was just wondering how much effort it is to create something like ClearML. And your answer gives me a rough estimate 🙂

3 years ago
0 How Many People Are Actually Working At Allegroai/On Clearml?

Haha, fortunately I have a good job already. Just wanted to know how many people are actively working on clearml.

3 years ago
0 I Have A Self-Hosted Clearm-Server And And Clearml-Agent Started With

Could you elaborate on that:
"So the agent failed to actually restore it from the git (files that are not added are not considered part of the git diff, this is usually git behavior)."

3 years ago
0 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

Thank you very much for the quick answer. Still so confusing to me that so many things are configured client side 😄

2 years ago
0 Hey Guys

Thank you, I will look into it :)

one year ago
Show more results compactanswers