getnamo
(getnamo)
11
https://github.com/getnamo/tensorflo…SimpleBoard.py is the only experiment I did with tensorboard. My understanding is that you have to run tensorboard separately to host the webpage and then using something like the above, you can feed in all the data it needs for visualization. There isn’t anything in the plugin currently to bring that visualization into ue4, but you could use something like GitHub - ashea-code/BLUI: Rich HTML UI engine for UE4 or the inbuilt chromium to display the webpage inside ue4. If you get something working consider contributing a simple example to GitHub - getnamo/TensorFlow-Unreal-Examples: Drag and drop Unreal Engine TensorFlow examples repository.