
-
View on GitHub
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
deepfake-lip-syncresults
Discontinued [GET https://api.github.com/repos/BasicallyOk/deepfake-lip-syncresults: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
# L2-normalize the encoding tensors image_encoding = tf.math.l2_normalize(image_encoding, axis=1) audio_encoding = tf.math.l2_normalize(audio_encoding, axis=1) # Find euclidean distance between image_encoding and audio_encoding # Essentially trying to detect if the face is saying the audio # Will return nan without the 1e-12 offset due to https://github.com/tensorflow/tensorflow/issues/12071 d = tf.norm((image_encoding - audio_encoding) + 1e-12, ord='euclidean', axis=1, keepdims=True) discriminator = keras.Model(inputs=[image_input, audio_input], outputs=[d], name="discriminator")
Related posts
-
Build, Innovate & Collaborate: Setting Up TensorFlow for Open Source Contribution! 🚀✨
-
Create ML models that can run in any environment
-
TensorFlow: Democratizing Machine Learning with Open Source Power
-
Release TensorFlow 2.17.0 · TensorFlow/TensorFlow
-
TensorFlow-metal on Apple Mac is junk for training