Tzu-Wei Huang

Results 94 comments of Tzu-Wei Huang

Hi, As FYI, I have exposed `writer.flush()` in https://github.com/lanpa/tensorboardX/commit/e9323109eab780a7444508e95f9d3a49e1f4f59f

What kind of html_object? Can you show some example?

Yes, that is expected, based on the assumption that there is no need to save the graph multiple times. Do you have a dynamic graph structure?

Hi, all. I made some attempt to achieve this feature. The best outcome is one run with multiple selectable steps. But steps other than the last recorded step will be...

I remember that the magic command can only show the tensorboard page in an embedded manner. How's the URL looks like?

How do you add new data? Will the example work? https://github.com/lanpa/tensorboardX/blob/master/examples/demo_multiple_embedding.py

This requires a big rewrite to fix. A quick fix would be adding `return True` in `~/anaconda3/envs/pytorch_dev/lib/python3.7/site-packages/tensorboard/plugins/projector/projector_plugin.py` ``` def _latest_checkpoints_changed(configs, run_path_pairs): return True """Returns true if the latest checkpoint has...

https://github.com/Zulko/moviepy/blob/5a63b642ae8fceab385eb0fdbe19ee7b9e7c0aa7/CHANGELOG.md Seems that the version you installed has different signature. Can you try if `moviepy v1.0.3` work for you?

https://stackoverflow.com/questions/44528638/after-pip-successful-installed-modulenotfounderror Maybe you need to check your environment. Did you mixed up conda/pip/python2/python3?

Thanks for your contribution! Three issues come to my mind: 1. Whether dump sequentially or random access: - A typical size would be 1 GB. Since the `global_step` is saved...