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

本站现有博文332篇,共被浏览892908

本站已经建立2594天!

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