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

本站现有博文324篇,共被浏览807489

本站已经建立2508天!

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