EADST

Check Torch Model Structure, Flops, and Params

Check Torch Model Structure, Flops, and Params

from torchinfo import summary
images.tensors.size() # (3, 640, 640)
summary(torch_model, images.tensors.size())

from thop import profile
flops, params = profile(torch_model, inputs=[images], verbose=False)

from ptflops import get_model_complexity_info
flops, params = get_model_complexity_info(torch_model, (3, 640, 640), as_strings=True, print_per_layer_stat=True)
flops, params = get_model_complexity_info(torch_model, [images.tensors.size()], as_strings=True, print_per_layer_stat=True)
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
BTC RAR ResNet-50 Hilton YOLO PyTorch XML TensorFlow Datetime Claude Ubuntu hf GGML Bin Baidu LaTeX LLAMA CUDA 净利润 EXCEL Hungarian 多进程 uWSGI Color llama.cpp SPIE Sklearn 第一性原理 GIT Vmess Knowledge CSV Data OpenCV Quantization PDF git Pandas FP64 PDB Land COCO BF16 CAM mmap BeautifulSoup Clash Attention 域名 WAN Diagram Mixtral Tiktoken 公式 FastAPI TensorRT CEIR 图标 Streamlit torchinfo Permission News OpenAI 多线程 Website Magnet 签证 Nginx 证件照 Linux Jetson CV TSV 报税 Conda VPN 递归学习法 QWEN Markdown PyCharm Math 云服务器 Disk Translation VGG-16 财报 Video 论文 v0.dev Pytorch Qwen Hotel Github MD5 CTC Anaconda Transformers Rebuttal Paddle Miniforge Search FP8 transformers uwsgi Pillow UNIX ChatGPT Crawler Zip Password PIP diffusers Bert Qwen2.5 Review ONNX Numpy Docker SQLite Python FP32 阿里云 CLAP GPT4 XGBoost TTS NLTK NLP Augmentation Cloudreve ms-swift Tensor 论文速读 Algorithm printf Pickle AI Domain GPTQ scipy HuggingFace InvalidArgumentError Tracking LeetCode 顶会 HaggingFace Plotly Excel 算法题 C++ Template SQL Agent DeepSeek logger RGB LLM Ptyhon Google ModelScope RL v2ray Logo FP16 WebCrawler Breakpoint OCR 搞笑 git-lfs Shortcut 强化学习 Dataset 腾讯云 音频 UI 继承 Plate Proxy FlashAttention Web Paper Michelin Base64 tar Qwen2 Animate SAM Vim Input Django Llama SVR Gemma Firewall Windows Interview NameSilo Jupyter DeepStream Statistics Image2Text JSON 图形思考法 Heatmap Safetensors Distillation Random Quantize Use 飞书 关于博主 IndexTTS2 VSCode Bipartite Freesound Bitcoin GoogLeNet LoRA CC Git icon 版权 Card API Food tqdm
站点统计

本站现有博文333篇,共被浏览922138

本站已经建立2628天!

热门文章
文章归档
回到顶部