rust icon indicating copy to clipboard operation
rust copied to clipboard

Tensorboard examples and/or documentation do not exist

Open Trolldemorted opened this issue 3 years ago • 3 comments
trafficstars

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.

Trolldemorted avatar Sep 19 '22 20:09 Trolldemorted

@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 avatar Dec 17 '22 05:12 Corallus-Caninus

@Corallus-Caninus did you manage to get anything to work so far?

Trolldemorted avatar Dec 20 '22 15:12 Trolldemorted

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.

Corallus-Caninus avatar Jan 18 '23 17:01 Corallus-Caninus