Tensorboard Regex filter
Sep 5, 2020
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
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