bjascob / amrlib

A python library that makes AMR parsing, generation and visualization simple.
MIT License
216 stars 33 forks source link

Missing runs folder #37

Closed 14H034160212 closed 2 years ago

14H034160212 commented 2 years ago

Hi,

I have one more question related to the runs folder. I found run_tensorboard.sh under 31_Model_Parse_T5/ and it seems have runs folder after training. But I did not find it. Do you know how can I have the runs folder? Do I need to set some parameters in model_parse_t5.json for that? Thank you so much. image

bjascob commented 2 years ago

In the current code, nothing gets logged to tensorboard (the runs directory) so the run_tensorboard.sh script is useless and can be ignored. There are no parameters you can set to enable this. It would require some new coding.