Francesco
Francesco
The model checkpoints and tensorboard events are not saved with the same frequency. When the model is reloaded and training resumes this causes the main loop to write new events...
People tend to use `self.sess` in validation, which causes the hooks to be run. When the validation hook is among the hooks this causes an infinite loop. It's probably better...
Add a flag to optionally save runtime statistics every *n* batches to be visualized in tensorboard. See more information here: https://www.tensorflow.org/get_started/graph_viz#runtime_statistics
Image summaries are saved only in validation, we should add another summary for training as well.
This is a continuation of https://github.com/hackmdio/codimd/issues/33. There seem to be a number of issues requesting a better way to export notes to pdf. To the best of my understanding, currently...
I am not sure what causes this, but scrolling seems broken: it often jiggles up and down while I scroll, sometimes it goes back to the beginning of the document...
Tree-sitter-languages conveniently exposes all languages at once, removing the need to depend on language specific tree-sitter extensions.