Object detection Part 5 – Evaluation and Tensorboard [Tensorflow]
We look closely at how to run the evaluation in windows and evaluate the result in Tensorboard.
I’m trying to solve all the Advent of Code puzzles in this video series.
I looked into building tensorflow from source on Windows. The reason, TensorRT released and I wanted to test the new functionallity. I got tensorflow to build after some tribulations using the latest source release. Sadly I never got the new functionallity of TensorRT up and running but I did headway at least.
We look into how to build docker images for performance. Talk about the compromises between speed and size.
We will look into using Sapper with Webpack and build a small notes application and talk about the different features available in the Sapper framework.
We will look at JBang which is a tool that could simplify your workflow with java applications. For instance you could run java programs directly from maven or github, you can create new programs in java with JBang.
We look into how to create a simple chat using the OpenAI Chatgpt API. We talk about context and how to use it to improve our …