Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Last active September 28, 2018 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaptainAshis/317f86390c0300aa2d58042c474a516d to your computer and use it in GitHub Desktop.
Save CaptainAshis/317f86390c0300aa2d58042c474a516d to your computer and use it in GitHub Desktop.
learner_ros fastai
m = md.get_learner(emb_szs, len(df.columns)-len(cat_vars),
0.04, 1, [1000,500], [0.001,0.01], y_range=y_range,
tmp_name=f"{PATH_WRITE}tmp", models_name=f"{PATH_WRITE}models")
m.lr_find()
m.sched.plot(100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment