Skip to content

Instantly share code, notes, and snippets.

View finlay-liu's full-sized avatar

Yuzhong Liu finlay-liu

View GitHub Profile
@finlay-liu
finlay-liu / weight_init.py
Created June 20, 2019 10:07 — forked from jeasinema/weight_init.py
A simple script for parameter initialization for PyTorch
#!/usr/bin/env python
# -*- coding:UTF-8 -*-
import torch
import torch.nn as nn
import torch.nn.init as init
def weight_init(m):
'''