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
PompousParrot44
Moderator
32 Questions, 85 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

85 × Eureka!
0 Votes
23 Answers
609 Views
0 Votes 23 Answers 609 Views
wondering why my plots are not in plot section but under debug section
3 years ago
0 Votes
2 Answers
573 Views
0 Votes 2 Answers 573 Views
i have a script in which i added Task.init() hook, so when i run the script, it creates the experiment and i can its logs there etc.. but init() function doe...
3 years ago
Show more results questions
0 Colors Of Cm Reporting Are Strange... Is It Possible To Adjust The Default Ones

seems like if i remove the plt.figure(figsize=(16, 8)) i start to see the figure title but not figure itself

3 years ago
3 years ago
0 Colors Of Cm Reporting Are Strange... Is It Possible To Adjust The Default Ones

seems like port forwarding had an issue.. fixed that.. now running test again to see if things workout as expected

3 years ago
0 Is It Possible To Link Independent Training Experiments.. For Example.. I Have An Ensemble Of 2 Models (A & B) Each Models Are Trained Under Their Own Training Task In Trains Now I Will Run Another Script Which Will Use These Models To Create An Ensemble

i mean linking more in UI.. as when i go to model detail page, i can see that a given experiment created this model and click on that to see its detail... so something similar to that for ensemble models

3 years ago
0 Is It Possible To Link Independent Training Experiments.. For Example.. I Have An Ensemble Of 2 Models (A & B) Each Models Are Trained Under Their Own Training Task In Trains Now I Will Run Another Script Which Will Use These Models To Create An Ensemble

while you guys gonna work on it.. just a small feature addition to it.. it would be cool to have a DAG figure which shows how models are linked under this task and ability to just click a circle in that DAG figure to navigate to given task... i think it will be very useful UX 🙂

3 years ago
0 When Trains-Agent Is Configured With

ok... is there any way to enforce using a given system wide env.. so agent doesn't need to spend time with env. creation

3 years ago
0 When Running In

thanks... i was just wondering if i overlooked any config option for that... as cpu_set might be possibility to for cpu

3 years ago
0 When Running In

i don't need this right away.. i just wanted to know the possibility fo dividing the current machine into multiple workers... i guess if its not readily available then may be you guys can discuss to see if it makes sense to have it on roadmap..

3 years ago
3 years ago
0 When Running In

i know its not magic... all linux subsystem underneath.. just to configure it in a way as needed 🙂 for now i think i will stick with current setup of cpu-only mode and co-ordinate with in the team. later one when need comes .. will see if we go for k8s or not

3 years ago
0 When Running In

thanks for your help AgitatedDove14

3 years ago
0 In Ui Under Execution Tab, I See That The Trains Has

i can not check the working directory today due to vpn issues in accessing server but script path was -m test.scripts it was missing script from it

3 years ago
0 In Ui Under Execution Tab, I See That The Trains Has

with this layout.. it didn't work earlier

3 years ago
0 When Running In

i guess i was not so clear may be.. say e.g. you running lightgbm model training, by default it will take all the cpus available on the box and will run that many threads, now another task got scheduled on the same box now you have 2x threads with same amount of CPU to schedule on. So yes the jobs will progress but the progression will not be the same due to context switches which will happen way more than say if we have allowed on 1/2x threads for each job

3 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

thanks AgitatedDove14 for the links.. seems like i might try first one if it works out .. before going the route to create a full framework support as in our case team uses multiple different frameworks

3 years ago
0 I Know I Can Run This Manually In Step By Step But Wondering If This Can Be Automated As Scheduled Tasks

not so sure.. ideally i was looking for some function calls which enables me to create a sort of DAG which get scheduled at given interval and DAG has status checks on up streams task ... so if upstream task fails.. downstream tasks are not run

3 years ago
3 years ago
0 I Know I Can Run This Manually In Step By Step But Wondering If This Can Be Automated As Scheduled Tasks

this looks good... also do you have any info/eta on next controller/service release you mentioning

3 years ago
0 I Know I Can Run This Manually In Step By Step But Wondering If This Can Be Automated As Scheduled Tasks

in the above example task id is from a newly generated task like Task.init() ?

3 years ago
0 Another Question Is If I Have A Conda Env Available On My Workers Systemwide.. Can I Use That Env Directly When Running Tasks With

i know it support conda.. but i have another system wide env which is not base .. say ml so wondering if i can comnfigure trains-agent to use that... not standard practice but just asking if it is possible

3 years ago
0 So If There A Way To Make It Run In The

you replied it already.. it was execute_remotely called with exit_true argument

3 years ago
Show more results compactanswers