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

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

本站已经建立2468天!

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