Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 1, 2021 12:04
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 amankharwal/8a5cd75192e268a3f60b2de0038e194e to your computer and use it in GitHub Desktop.
Save amankharwal/8a5cd75192e268a3f60b2de0038e194e to your computer and use it in GitHub Desktop.
model = autokeras.TextClassifier(overwrite=True,
max_trials=1)
model.fit(x, y, epochs=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment