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

Reputation

0

Badges 1

606 × Eureka!
0 Hello! Since Today I Get

Just tested again. The ordering definitly matters.

3 years ago
0 Hello! Since Today I Get

conda 4.9.2

3 years ago
0 Hello! Since Today I Get

So I just updated the env that clearml-agent created (and where pytorch cpu is installed) with my local environment.yml and now the correct version is installed, so most probably the `/tmp/conda_envaz1ne897.yml`` is the problem here

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

Would it help you diagnose this problem if I ran conda env create --file=environment.yml and see whether it works?

3 years ago
0 Hello! Since Today I Get

This my environment installed from env file. Training works just fine here:

3 years ago
0 Hello! Since Today I Get

fyi: NVIDIA-SMI 460.56 Driver Version: 460.56 CUDA Version: 11.2

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

The agent is run with pip. However, the docker image uses conda (because NVIDIA uses conda to build PyTorch most probably). My theory is that when the task is run the first time on an agent, Task.init will update the requirements. Then when ran a second time, the task will contain the requirements of the (conda-) environment from the first run.

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

clearml will register conda packages that cannot be installed if clearml-agent is configured to use pip. So although it is nice that a complete package list is tracked, it makes it cumbersome to rerun the experiment.

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

Not for the logger, I just tested it.

2 years ago
0 Hello! Since Today I Get

Perfect! 🙂

3 years ago
0 Hello! Since Today I Get

It is now looking for conflicts.

3 years ago
0 Hi All. Is It Possible To Configure Agent Not To Install Requirements.Txt/Installed Packages And To Use Some Pre-Ready Environment (For Example, Virtualenv Clearml-Agent Runs On)?

Afaik, clearml-agent will use existing installed packages if they fit the requirements.txt. E.g. pytorch >= 1.7 will only install PyTorch if the environment does not already provide some version of PyTorch greater or equal to 1.7.

3 years ago
0 Hello! Since Today I Get
channels:
- defaults
- conda-forge
- pytorch
dependencies:
- cudatoolkit==11.1.1
- pytorch==1.8.0

Gives CPU version

3 years ago
0 Hello! Since Today I Get

Same error 😕

3 years ago
0 I Cannot Get Clearml-Agent With Docker Containers To Work. Clearml Uses

I ran
docker run -it -v /home/hostuser/.ssh/:/root/.ssh ubuntu:18.04but cloning does not work and this is what ls -lah /root/.ssh gives inside the docker container:
` -rw------- 1 1001 1001 1.5K Apr 8 12:28 authorized_keys
-rw-rw-r-- 1 1001 1001 208 Apr 29 09:15 config
-rw------- 1 1001 1001 432 Apr 8 12:53 id_ed25519
-rw-r--r-- 1 1001 1001 119 Apr 8 12:53 id_ed25519.pub
-rw------- 1 1001 1001 432 Apr 29 09:16 id_gitlab
-rw-r--r-- 1 1001 1001 119 Apr 29 09:25 id_gitlab.pub
-...

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

ok, thanks!

3 years ago
0 Hello! Since Today I Get

Complete conda log

3 years ago
3 years ago
0 Hello! Since Today I Get

Yep, this install PyTorch CPU

3 years ago
0 Hello! Since Today I Get

But here is the funny thing:

channels:
- pytorch
- conda-forge
- defaults
dependencies:
- cudatoolkit=11.1.1
- pytorch=1.8.0

Installs GPU

3 years ago
0 Another Question: How Can I Make Clearml-Agent Use Pre-Installed Version From The Nvidia/Pytorch (

Maybe the difference is that I am using pipnow and I used to use conda! The NVIDIA PyTorch container uses conda. Could that be a reason?

2 years ago
Show more results compactanswers