Category: Containers

  • Fine-Tuned MobilenetV2 on MyriadX and Coral

    Fine-tuning MV2 using a GPU is not hard – especially if using the tensorflow Object Detection API in a docker container. It turns out that deploying a quantize-aware model to a Coral Edge TPU is also not hard. Doing the same thing for MyriadX devices is somewhat harder. There doesn’t appear to be a good…

  • InfluxDB Queries on HomeAssistant Data

    I recently added in influx db + grafana + mariadb to one of my HA instances. I was surprised at how easy it was to get HA happy. Essentially nothing more than running the docker instances for each of these components and adding minimal yaml to HA. When i went to query the data there…

  • Containers for Fun and Profit

    With all the whirl about containers I decided I could wait no longer to join the fray. Here is a log of some of the things I learned. Basic test, e.g. what the heck is this? I spun up a cent7 vm several months back. Apparently my repos were a tad old and things didnt…