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

Reputation

0

Badges 1

11 × Eureka!
0 Votes
12 Answers
594 Views
0 Votes 12 Answers 594 Views
3 years ago
0 Votes
1 Answers
515 Views
0 Votes 1 Answers 515 Views
Question about the https://github.com/allegroai/trains/blob/master/examples/services/jupyter-service/execute_jupyter_notebook_server.py example. Is there a w...
3 years ago
0 Votes
5 Answers
556 Views
0 Votes 5 Answers 556 Views
Hi all 🙂 is it possible to select two differently named scalar plots in the comparison and put them on the same axis?
3 years ago
0 Votes
6 Answers
613 Views
0 Votes 6 Answers 613 Views
Hi Guys, When reporting debug images, is there any way to use a string instead of an int in iteration ? The use case is for testing/eval experiments. For exa...
3 years ago
0 Hi

👍 great!

3 years ago
0 Hi, I Think I Found A Bug: In The

server version is 0.14.0

3 years ago
0 Hi Guys, When Reporting Debug Images, Is There Any Way To Use A String Instead Of An Int In

The iteration in my use case doesn't make much sense (I'm evaluation a model)

3 years ago
0 Hi Guys, When Reporting Debug Images, Is There Any Way To Use A String Instead Of An Int In

I need to group images in a similiar way to what is done by iteration , but based on a string value which will be visible in the UI

3 years ago
0 Hi All

yeah that could work 🙂

3 years ago
0 Hi Guys! Love Using Trains And Love The Great Support In This Channel. Say I Have Two Different Training Experiments Which Report Every 20 Iteration, But The Batch Size Between Them Is Different, Resulting In Different Number Of Iterations Per Epoch. I Wo

I doesn't really matter to me. One solution I had in mind is that this can be done by the web client on demand, meaning you can manually (or using the Task object) specify how many iteration constitute a single epoch, and instead of scaling the plots will just be subsampled (or interpolated)

3 years ago
0 Hi Guys! Love Using Trains And Love The Great Support In This Channel. Say I Have Two Different Training Experiments Which Report Every 20 Iteration, But The Batch Size Between Them Is Different, Resulting In Different Number Of Iterations Per Epoch. I Wo

right now the situation is problematic, because as I mentioned, I can't compare the training process between different batch sizes (or effective batch size, if I use a different number of GPUs)

3 years ago
0 Hi Guys, When Reporting Debug Images, Is There Any Way To Use A String Instead Of An Int In

because series in already used. Think of something like showing debug images based on 2 independent parameters for the model

3 years ago
0 Hi All

ugh too bad. I changed the name of one of my metrics and now It's difficult to compare. It would help if it was possible (even by renaming metrics)

3 years ago
0 Hi

Thanks for the awesome work!!!
Is the trains-server release backwards-compatible with earlier versions of trains?

3 years ago