Skip to content

Instantly share code, notes, and snippets.

@NTT123
NTT123 / sqrt.go
Created August 8, 2017 14:04
Print out square root of 2 with arbitrary precision
package main
//
// Print out square root of 2 with arbitrary precision
//
import (
"fmt"
"math/big"
)
### usage python ELF2LeelaZ.py > weights.txt
import torch
m = torch.load("pretrained-go-19x19-v0.bin")
opt = m["options"]
num_block = opt['num_block']
dim = opt['dim']
@NTT123
NTT123 / variational-inference.ipynb
Created June 23, 2018 04:19
Variational Inference.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NTT123
NTT123 / arithmetic-coding.ipynb
Created June 24, 2018 07:30
Arithmetic Coding
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NTT123
NTT123 / 1resnet.ipynb
Last active June 30, 2018 16:02
1ResNet.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NTT123
NTT123 / mdn.ipynb
Created July 1, 2018 16:24
MDN.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NTT123
NTT123 / made.ipynb
Last active July 4, 2018 07:53
MADE.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NTT123
NTT123 / sampling.ipynb
Created July 6, 2018 11:47
Sampling.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NTT123
NTT123 / newtsne.ipynb
Created July 6, 2018 14:40
newtSNE.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NTT123
NTT123 / resnet.ipynb
Created July 21, 2018 05:50
ResNet.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.