Skip to content
Snippets Groups Projects
Commit 8c333c2e authored by Luc Giffon's avatar Luc Giffon
Browse files

upgrade tensorboard option

parent be834ce3
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ def main(paraman, resman, printman):
summary_writer = None
if paraman["--tensorboard"]:
summary_writer = tf.summary.FileWriter("debug_classification_end_to_end")
summary_writer = tf.summary.FileWriter(f"log/{paraman['dataset']}/nys_size_{paraman['--nys-size']}/")
# In[7]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment