Tensorboard Regex filter

--

Regex filter:

If you want to filer a filename has both stringA and stringB, you need this:

.*

For example, if you only want to show modelA*********methodB:

modelA.*modthodB

--

--

No responses yet