Skip to content

Instantly share code, notes, and snippets.

@jimgoo
jimgoo / readme.md
Last active October 11, 2022 08:58
CaffeNet fine-tuned on the Oxford 102 category flower dataset
from __future__ import absolute_import
from __future__ import print_function
from keras.datasets import cifar10
from keras.preprocessing.image import ImageDataGenerator
from keras.models import Sequential
from keras.layers.core import Dense, Dropout, Activation, Flatten
from keras.layers.convolutional import Convolution2D, MaxPooling2D
from keras.optimizers import SGD, Adadelta, Adagrad
from keras.utils import np_utils, generic_utils
from six.moves import range
@jimgoo
jimgoo / nvidia-gpu-monitor.ipynb
Created September 13, 2015 16:48
Live plotting of Nvidia GPU utilization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.