Skip to content

Instantly share code, notes, and snippets.

@CleanPegasus
Created October 17, 2020 14:52
Show Gist options
  • Save CleanPegasus/a199952d69874e2784c56cffc1ffef14 to your computer and use it in GitHub Desktop.
Save CleanPegasus/a199952d69874e2784c56cffc1ffef14 to your computer and use it in GitHub Desktop.
from tensordash.fastdash import Fastdash
my_cb = Tensordash(
ModelName = '<YOUR_MODEL_NAME>',
email = '<YOUR_EMAIL_ID>',
password = '<YOUR PASSWORD>')
try:
learn.fit(epochs, learning_rate, callbacks = my_cb)
except:
my_cb.sendCrash()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment