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

本站现有博文323篇,共被浏览795566

本站已经建立2493天!

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