EADST

Reuse Pytorch GoogLeNet Structure

Here is the method to reconstruct the GoogLeNet model with Pytorch.

from torch import nn
import torchvision.models as models

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

本站现有博文328篇,共被浏览845826

本站已经建立2551天!

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