Skip to content

Instantly share code, notes, and snippets.

View manupawickramasinghe's full-sized avatar
😶‍🌫️
Breaking Things

M.N Wickramasinghe manupawickramasinghe

😶‍🌫️
Breaking Things
View GitHub Profile
@manupawickramasinghe
manupawickramasinghe / README.md
Created November 27, 2022 08:31 — forked from asimshankar/README.md
Training TensorFlow models in C

Training TensorFlow models in C

Python is the primary language in which TensorFlow models are typically developed and trained. TensorFlow does have bindings for other programming languages. These bindings have the low-level primitives that are required to build a more complete API, however, lack much of the higher-level API richness of the Python bindings, particularly for defining the model structure.

This gist demonstrates taking a model (a TensorFlow graph) created by a Python program and running the training loop in a C program.

The model

@manupawickramasinghe
manupawickramasinghe / docker.md
Created October 13, 2022 04:30 — forked from FreddieOliveira/docker.md
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary