Gavia Gray

Results 4 repositories owned by Gavia Gray

pytorch-cifar-sgdr

46
Stars
7
Forks
Watchers

SGDR with pytorch on CIFAR-10 (now superseded by official PyTorch CosineAnnealingLR)

pytorch-minimize

59
Stars
11
Forks
Watchers

Use scipy.optimize.minimize as a PyTorch Optimizer.

variational-dropout

33
Stars
16
Forks
Watchers

Replication of the paper "Variational Dropout and the Local Reparameterization Trick" using Lasagne.

pytorch-pca

18
Stars
2
Forks
Watchers

Minimal implementation of PCA in PyTorch, tested against scikit-learn's implementation