Skip to content

Instantly share code, notes, and snippets.

View changebio's full-sized avatar

Yin Huang changebio

  • Columbia University
  • New York
View GitHub Profile
@bGZo
bGZo / v2proxy.sh
Last active October 21, 2025 13:03
docs: proxy command references
# ____
# __ _|___ \ _ __ _ __ _____ ___ _
# \ \ / / __) | '_ \| '__/ _ \ \/ / | | |
# \ V / / __/| |_) | | | (_) > <| |_| |
# (_)_/ |_____| .__/|_| \___/_/\_\\__, |
# |_| |___/
# +---------------+---------------------------------------+
# | author | bGZo |
# | test command | curl www.google.com |
# | software | clashMeta / proxifier |
@panovr
panovr / finetune.py
Created March 2, 2017 23:04
Fine-tuning pre-trained models with PyTorch
import argparse
import os
import shutil
import time
import torch
import torch.nn as nn
import torch.nn.parallel
import torch.backends.cudnn as cudnn
import torch.optim