Skip to content

Instantly share code, notes, and snippets.

@dhuynh95
Created November 3, 2019 09:38
Show Gist options
  • Save dhuynh95/639bc2b532d44c1902ce102b903fff34 to your computer and use it in GitHub Desktop.
Save dhuynh95/639bc2b532d44c1902ce102b903fff34 to your computer and use it in GitHub Desktop.
Bs finder for Rossmann data
lr = 1e-3
bs = 64
beta = 0.999
wd = 0.2
num_it = 5000
n_batch = 20
bs_find(learn,lr=lr,num_it=num_it,n_batch=n_batch,bs=bs,beta=beta,wd=wd).plot()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment