Skip to content

Instantly share code, notes, and snippets.

View CetinSert's full-sized avatar
🌐
https://𝗿𝘁.𝗵𝘁 👈🏻 go here! You will like it!

Cetin Sert CetinSert

🌐
https://𝗿𝘁.𝗵𝘁 👈🏻 go here! You will like it!
View GitHub Profile
#!/usr/bin/env python
import argparse
import io
import os
import tensorflow as tf
from tensorflow.python.tools import freeze_graph
from tensorflow.python.tools import optimize_for_inference_lib
<script>
const QA = (q, d) => Array.prototype.slice.call((d||document).querySelectorAll(q), 0);
const QS = (q, d) => (d||document).querySelector(q);
const QD = (e, D) => {
e.QS = (q, d) => QS(q, d || D);
e.QA = (q, d) => QA(q, d || D);
}
const IU = v => v === undefined;
const INU = v => v === null || v === undefined;
const IN = v => v === null;