Skip to content

Instantly share code, notes, and snippets.

View nathanhubens's full-sized avatar
🌝

Nathan Hubens nathanhubens

🌝
View GitHub Profile
@nathanhubens
nathanhubens / Learner.ipynb
Created October 15, 2019 08:48
fastai_learner.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from keras.callbacks import Callback
import keras.backend as K
import numpy as np
import matplotlib.pyplot as plt
##########################
## LEARNING RATE FINDER ##
##########################