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
ResponsiveAnt93
Moderator
3 Questions, 5 Answers
  Active since 10 March 2023
  Last activity one year ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
4 Answers
630 Views
0 Votes 4 Answers 630 Views
one year ago
0 Votes
1 Answers
646 Views
0 Votes 1 Answers 646 Views
one year ago
0 Votes
7 Answers
549 Views
0 Votes 7 Answers 549 Views
What if I want to clone multiple repositories on a remote machine? How do I do that?
one year ago
0 What If I Want To Clone Multiple Repositories On A Remote Machine? How Do I Do That?

We have a repo with utility functions. If I were to make that into a git submodule, how would I make sure it clones submodules when I enqueue it?

one year ago
0 What If I Want To Clone Multiple Repositories On A Remote Machine? How Do I Do That?

for example, a utils repo that lies outside of the one I am using

one year ago
0 Clearml Agent Cant Download Packages With Recent Version Numbers. I'Ve Already Had To Deprecate Many Packages Like Matplotlib. And I'M Still Not Done. Every Time I Deprecate A Package, Theres A New Version Issue With A New Package. Please Help. Am I Missi
  • I first fun the code locally. I succeeded with conda and a venv.
  • I then go to the clearML website and clone that. I make a few changes so the git clone works.
  • From there, it tries to duplicate the environment that it ran with on my local computer.- This is where it fails. here is an example screenshot
    image
one year ago
0 Clearml Agent Cant Download Packages With Recent Version Numbers. I'Ve Already Had To Deprecate Many Packages Like Matplotlib. And I'M Still Not Done. Every Time I Deprecate A Package, Theres A New Version Issue With A New Package. Please Help. Am I Missi

This is a public package. The point where I am a bit surprised/disappointed is that everything works on my local machine. All the packages are compatible with each other. But when I try to run on the ClearML agent, it complains...

Any advice on how I can work with this?

one year ago