Skip to content

Instantly share code, notes, and snippets.

@thepycoder
Created February 28, 2022 14:03
Show Gist options
  • Save thepycoder/7016b096b74c324c343895264cc33323 to your computer and use it in GitHub Desktop.
Save thepycoder/7016b096b74c324c343895264cc33323 to your computer and use it in GitHub Desktop.
class Model:
def run():
return example_configuration['epochs'] * 10
model_output = Model().run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment