rust
rust copied to clipboard
Tensorboard examples and/or documentation do not exist
Thanks a lot for maintaining Rust bindings! I have built a very simple actor critic algorithm in Rust, and it works like a charm. However, how can I emit events for tensorboard to get fancy graphs?
Unfortunately I could find no examples or documentation anywhere. Is there anything that would point me into the right direction? Even examples for the c++ API are hard to find.
@adamcrume is this available in the documentation somewhere? my framework project needs tensorboard but I cant find anything on how to set it up in Rust.
@Corallus-Caninus did you manage to get anything to work so far?
No I haven't @adamcrume do you have any insight into how tensorboard can at least visualize the Graph? So far all I can find is that I need to populate a logdir manually. Sorry for the late reply I'll try to be more active.