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
BroadSeaturtle49
Moderator
9 Questions, 21 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
2 Answers
678 Views
0 Votes 2 Answers 678 Views
Which is the best way to execute clearml -agent: "clearml-agent daemon --queue default" or "clearml-agent daemon --queue default --docker"
one year ago
0 Votes
0 Answers
589 Views
0 Votes 0 Answers 589 Views
Hi Everyone
one year ago
0 Votes
6 Answers
601 Views
0 Votes 6 Answers 601 Views
Thank you FierceHamster54 . Unfortunately, that didn't work. I get this error again:Clearml_agent: ERROR: Could not install task requirements! Exception when...
one year ago
0 Votes
0 Answers
530 Views
0 Votes 0 Answers 530 Views
Anyone with similar challenge?
one year ago
0 Votes
0 Answers
528 Views
0 Votes 0 Answers 528 Views
I got this error while executing a cloned experiment:
one year ago
0 Votes
6 Answers
643 Views
0 Votes 6 Answers 643 Views
Hi I strongly to solve this issue of "Python virtual environment cache is disabled. To accelerate spin-up time set agent.venvs_cache.path=~/.clearml/venvs-ca...
one year ago
0 Votes
10 Answers
520 Views
0 Votes 10 Answers 520 Views
is there a way clearml can be stopped from updating dependencies when cloning?
one year ago
0 Votes
4 Answers
564 Views
0 Votes 4 Answers 564 Views
Why is it difficult to reproduce an experiment in clearml without errors such as dependencies incompatibility?
one year ago
0 Votes
10 Answers
672 Views
0 Votes 10 Answers 672 Views
one year ago
0 Is There A Way Clearml Can Be Stopped From Updating Dependencies When Cloning?

Thanks CostlyOstrich36 for you response. However, I am still getting errors after forcind add requirement via code Torch CUDA 116 download page found
clearml_agent: Warning: could not resolve python wheel replacement for torchvision!=0.13.0,>=0.8.1
clearml_agent: ERROR: Could not install task requirements!
Exception when trying to resolve python wheel: Could not find pytorch wheel URL for: torchvision!=0.13.0,>=0.8.1 with cuda 117 support

one year ago
0 Hi I Strongly To Solve This Issue Of "Python Virtual Environment Cache Is Disabled. To Accelerate Spin-Up Time Set `Agent.Venvs_Cache.Path=~/.Clearml/Venvs-Cache`" Anyone With Similar Issue And It Was Resolved?

Anytime I try reproducing an experiment, that is cloning an experiment to change the hyperparameter i get the above message below Python virtual environment cache is disabled. To accelerate spin-up time set agent.venvs_cache.path=~/.clearml/venvs-cache"

one year ago
0 Why Is It Difficult To Reproduce An Experiment In Clearml Without Errors Such As Dependencies Incompatibility?

now i got this :: Python virtual environment cache is disabled. To accelerate spin-up time set agent.venvs_cache.path=~/.clearml/venvs-cache :::
/home/anaconda3/envs/yolov7train/bin/python3.10: No module named virtualenv
clearml_agent: ERROR: Command '['python3.10', '-m', 'virtualenv', '/home/.clearml/venvs-builds.1/3.10']' returned non-zero exit status 1.

one year ago
0 Thank You

AgitatedDove14 below is the attached log

one year ago
0 Thank You

AgitatedDove14 . sure

one year ago
0 Thank You

AgitatedDove14 okay

one year ago
0 Is There A Way Clearml Can Be Stopped From Updating Dependencies When Cloning?

is it possible to stop package dependencies update when experiments are executing via an agent

one year ago