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

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

本站已经建立2617天!

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