Guest User

Untitled

a guest
Feb 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import neptune
  2. from neptunecontrib.monitoring.fastai import NeptuneMonitor
  3.  
  4. ctx = neptune.Context()
  5. neptune_monitor = NeptuneMonitor(ctx=ctx)
  6. learn = create_cnn(data, models.resnet18, metrics=accuracy, callbacks=[neptune_monitor])
Add Comment
Please, Sign In to add comment