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

本站现有博文321篇,共被浏览764765

本站已经建立2442天!

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