08 2024 档案
摘要:TensorFlow Lite https://tensorflow.google.cn/lite Deploy machine learning models on mobile and edge devices TensorFlow Lite is a mobile library for de
阅读全文
摘要:operators https://github.com/Tencent/ncnn/blob/master/docs/developer-guide/operators.md AbsVal ArgMax BatchNorm Bias BinaryOp BNLL Cast CELU Clip Conc
阅读全文
摘要:Object Detection: Non-Maximum Suppression (NMS) https://kikaben.com/object-detection-non-maximum-suppression/ Object detection models like YOLOv5 and
阅读全文
摘要:Tutorial - deploy YOLOv5 with ncnn https://github.com/Tencent/ncnn/discussions/4541 ncnn model制作(yolov5s.pt -> ncnn.param and ncnn.bin) 使用ncnn库编译后生成的工
阅读全文
摘要:YOLOv https://docs.ultralytics.com/ Introducing Ultralytics YOLOv8, the latest version of the acclaimed real-time object detection and image segmentat
阅读全文
摘要:What is an SLA (service level agreement)? https://www.ibm.com/topics/service-level-agreement A service level agreement (SLA) is a contract between a s
阅读全文
摘要:Investigating Locks in MySQL https://emmer.dev/blog/investigating-locks-in-mysql/ A crash course on locks MySQL (and most relational databases) have a
阅读全文
摘要:data-pipelines-with-apache-airflow https://github.com/BasPH/data-pipelines-with-apache-airflow Code for Data Pipelines with Apache Airflow https://www
阅读全文
摘要:airflow_course https://github.com/fanqingsong/airflow_course Sample code for Harry's Airflow online trainng course You can find the videos on youtube
阅读全文
摘要:Airflow vs. Luigi vs. Argo vs. MLFlow vs. KubeFlow https://www.datarevenue.com/en-blog/airflow-vs-luigi-vs-argo-vs-mlflow-vs-kubeflow Airflow is the m
阅读全文
摘要:Machine Learning Operations https://ml-ops.org/ With Machine Learning Model Operationalization Management (MLOps), we want to provide an end-to-end ma
阅读全文
摘要:The OpenAI API in Python https://www.datacamp.com/cheat-sheet/the-open-ai-api-in-python ChatGPT and large language models have taken the world by stor
阅读全文
摘要:How to pass multimodal data directly to models https://python.langchain.com/v0.2/docs/how_to/multimodal_inputs/ Here we demonstrate how to pass multim
阅读全文
摘要:An Introductory Guide to Fine-Tuning LLMs https://www.datacamp.com/tutorial/fine-tuning-large-language-models Fine-tuning Large Language Models (LLMs)
阅读全文
摘要:TinyEval -- LLM 评测原理讲解代码 https://github.com/datawhalechina/tiny-universe/tree/main/content/TinyEval https://huzixia.github.io/2024/05/29/eval/ https:/
阅读全文