dnth
- Karma
- 58
- Created
- February 15, 2023 (3y ago)
- Submissions
- 0
Hello, I am Dickson. I share practical deep learning tips and tricks at https://dicksonneoh.com/
-
I spent the past 3 weeks building x.infer, a Python package that lets you run computer vision inference on a framework of choice. It currently supports models from transformers, Ultralytics, Timm, vLLM and Ollama.…
- Show HN: Bag of Tricks to 8x Faster Inference with ONNX+TensorRT (dicksonneoh.com)
In this post, I show how to speed up inference for PyTorch image classification models (from TIMM) using ONNX Runtime and TensorRT optimizations. Key techniques covered: - Converting PyTorch models to ONNX format -…
-
Visualizing your dataset (especially large ones) in a low-dimensional embedding space can tell you a lot about the patterns and clusters in your dataset. We recently release a notebook showing how you can visualize your…
- Cluster images at scale using DINOv2 embeddings (nbviewer.org)
- PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript (dicksonneoh.com)