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

本站现有博文322篇,共被浏览791935

本站已经建立2488天!

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