Skip to content
#

lstm

Here are 5,687 public repositories matching this topic...

RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.

  • Updated May 9, 2024
  • Python
detectify

Detectify is a deep learning system that detects AI-generated fake videos (deepfakes) using CNN and LSTM-based RNNs. Trained on datasets like Face-Forensic++, Deepfake Detection Challenge, and Celeb-DF, Detectify offers real-time video manipulation detection to combat misinformation and misuse of deepfake technology.

  • Updated May 9, 2024
  • HTML
onnx2tf

Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). I don't need a Star, but give me a pull request.

  • Updated May 7, 2024
  • Python

Improve this page

Add a description, image, and links to the lstm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lstm topic, visit your repo's landing page and select "manage topics."

Learn more