You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to eliminate all file IO options from the Casanovo config file, we might want to have the TensorBoard SummaryWriter write directly to the directory specified with the --output_dir option. A way that this could be implemented would be to change the definition of the tb_summarywriter option to be a boolean value, and if tb_summarywriter is true write the TensorBoard summary to a subdirectory of --ouput_dir, i.e. <output_dir>/tensorboard. I have an implementation of this pushed to the branch tensorboard-io.
The text was updated successfully, but these errors were encountered:
In order to eliminate all file IO options from the Casanovo config file, we might want to have the TensorBoard
SummaryWriter
write directly to the directory specified with the--output_dir
option. A way that this could be implemented would be to change the definition of thetb_summarywriter
option to be a boolean value, and iftb_summarywriter
is true write the TensorBoard summary to a subdirectory of--ouput_dir
, i.e.<output_dir>/tensorboard
. I have an implementation of this pushed to the branchtensorboard-io
.The text was updated successfully, but these errors were encountered: