Advent of Code 2023 – Day 3
I'm trying to solve all the Advent of Code puzzles in this video series.
We solve today’s challenge at the advent of code 2020. Come join us and have some fun.
We look at using XML transforms and testing the result using XSpec
I did not have Grafana dashboards that worked in my Ceph installation. Hence, I had to install Prometheus and Grafana manually and then configure the dashboards to show up in my Ceph cluster dashboard screens. NODE Setting up prometheus exporter in ceph. sudo ceph mgr module enable prometheus sudo ceph config set mgr mgr/prometheus/server_addr 0.0.0.0…
We look into the very basic commands of git. Making changes and committing to a branch.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video we will convert Pytorch model to Tensorflow using (Open Neural Network Exchange) ONNX. ONNX is a standard format supported by a community of partners such as Microsoft, Amazon and IBM. PyTorch is mainly maintained by Facebook and Tensorflow is built in collaboration with Google.