Skip to content

Instantly share code, notes, and snippets.

@Sirsirious
Created December 14, 2020 17:45
Show Gist options
  • Save Sirsirious/2363db1270773ba281b335f44d81a022 to your computer and use it in GitHub Desktop.
Save Sirsirious/2363db1270773ba281b335f44d81a022 to your computer and use it in GitHub Desktop.
# With backend as tensorflow-numpy:
training_loop = training.Loop(sentiment_analysis_model,
train_task,
eval_tasks=[eval_task],
output_dir=output_dir)
# Run 1 step to adapt the backend
training_loop.run(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment