Skip to content

Instantly share code, notes, and snippets.

@d02k01
d02k01 / create_env.sh
Last active July 31, 2019 07:46
ResNeXt50, ResNeXt101
git clone https://github.com/ocjosen/keras
cd keras/
git checkout 48875c680a1f22dc26ece8acb37178557af67a38
cd ../
git clone https://github.com/keras-team/keras-applications
cd keras-applications/
git checkout eaf8aed7e42ec568ac5760382f313df026826b1d
cd ../
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@d02k01
d02k01 / invert.py
Last active December 13, 2015 12:12
deep-goggle-chainer (port https://github.com/aravindhm/deep-goggle to python)
#!/usr/bin/env python
import numpy as np
from PIL import Image
import chainer
from chainer import cuda
from chainer import optimizers
import chainer.functions as F
from chainer.links import caffe