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

Reputation

0

Badges 1

3 × Eureka!
0 Votes
1 Answers
584 Views
0 Votes 1 Answers 584 Views
Hi! I was wondering if it's possible for a clearml agent to create an environment from a conda environment.yml file every time an experiment is run
3 years ago
0 Votes
30 Answers
566 Views
0 Votes 30 Answers 566 Views
Hi guys, How does allegro keep track of the requirements (I'm running the scripts on a remote train-agent with --docker )? Is there a way to make him automat...
3 years ago
0 Votes
1 Answers
586 Views
0 Votes 1 Answers 586 Views
3 years ago
0 Votes
4 Answers
511 Views
0 Votes 4 Answers 511 Views
Hi, I was running a trains agent (version 1.16.1 ) on a remote machine. I notice that even if in the trains.conf agent.git_user, agent.git_pass was set, the ...
3 years ago
0 Votes
1 Answers
600 Views
0 Votes 1 Answers 600 Views
Hi guys, Firstly, thank you for your efforts and your support. I'm trying to use allegro trains to handle the experiments of a git repo. The repo is structur...
3 years ago
0 Hi Guys, How Does Allegro Keep Track Of The Requirements (I'M Running The Scripts On A Remote Train-Agent With

Yes! I think that would be great (and hopefully, helpful also for other people)
Thank you for your support!

3 years ago
0 Hi Guys, How Does Allegro Keep Track Of The Requirements (I'M Running The Scripts On A Remote Train-Agent With

No sorry maybe I wasn't clear, let me clarify
Suppose I have setup a Tranis server and a Trains agent (which uses docker to enforce reproducibility)

Consider I have a script script.py
` from trains import Task
import numpy as np

task = Task.init(project_name="my project", task_name="my task")
task.execute_remotely()

print(np.any_fuction(...)) UserA has a python environment with numpy==1.16 and launches script through python script.py UserB ` has a python envi...

3 years ago
0 Hi, I Was Running A Trains Agent (Version

agent.git_user, agent.git_pass was set in the remote machine
To launch the experiment I was simply using the UI of Allegro

3 years ago