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
FriendlyKoala70
Moderator
4 Questions, 8 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
3 Answers
744 Views
0 Votes 3 Answers 744 Views
Is there a way to automatically plot a metric vs epoch ( example train_accuracy, val_accuracy, learning rate) , or do I need to store the metric for each epo...
4 years ago
0 Votes
5 Answers
755 Views
0 Votes 5 Answers 755 Views
Hi everyone, just setup trains.. was very easy to setup. Was able to run an experiment with it. Question: Is it possible to turn off the code tracking (anyth...
4 years ago
0 Votes
3 Answers
808 Views
0 Votes 3 Answers 808 Views
4 years ago
0 Votes
5 Answers
813 Views
0 Votes 5 Answers 813 Views
4 years ago
0 Is There A Way To Automatically Plot A Metric Vs Epoch ( Example Train_Accuracy, Val_Accuracy, Learning Rate) , Or Do I Need To Store The Metric For Each Epoch And Then Plot It Manually?

I see that trains is automatically plotting scalars like epoch_acc, epoch_loss. It is not clear where it is picking these from. In one of the runs, I see a epoch_lr but I don't see it in another. Hence, I'm having to manually call report_scalar on the variables of interest. This causes duplication of plots in some case.

4 years ago
0 Hi Everyone, Just Setup Trains.. Was Very Easy To Setup. Was Able To Run An Experiment With It. Question: Is It Possible To Turn Off The Code Tracking (Anything Related To Git) ?

So, the usecase is that I am in the middle of developing a model and I have some untracked files, some code which I have not yet pushed in, some code which is not yet upto pep8 standards etc, I dont want it to show up on the dashboard. It will be good to have control over when I want to track git.

4 years ago
0 When I Try To Enqueue An Experiment To A Queue, It Looks Like Trains-Agent Is Recreating A New Virtual Env Everytime. So, This Causes A Problem In Case Trains Missed A Package And Aborts The Run. Even If I Install This Package Manually, It Gets Removed.

Thanks Martin...Interesting.. I see the entire agent section missing from the conf file. I guess this happened because I first ran "trains init" and made some manual edits. Then I installed trains-agent on the same machine. "trains-agent init" did not update the already existing file

4 years ago