-
Setting up Keras Tensorflow2 on M1 Mac
Oct 21, 2022
I am currently reading Deep Learning with TensorFlow and Keras to get started with Machine Learning/Deep Learning. Here is how I setup a local Keras/Tensorflow 2.0 environment on my M1 Max MacBook Pro running macOS 12.6. …more
How TosProgrammingMachine LearningArtificial IntelligenceMachine LearningDeep LearningTensorFlowKeras
-
Cross Compiling on macOS via Docker
Dec 23, 2020
I needed to compile an arm64 binary to run on the UniFi Dream Machine Pro. This is how I used docker to setup cross compilation tools and compile the binary on macOS. …more
-
Dagger 2 Beginner Tutorial
May 22, 2020
While reviewing an Android project I discovered it was using Dagger 2 framework. Dagger 2 is a dependency injection framework for Android that is developed by Google. I wanted a quick overview of frameworks major features. …more