Created
February 28, 2022 14:03
-
-
Save thepycoder/e6bccab1b224ea71b0194f15671b082b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
example_configuration = { | |
'epochs': 3, | |
'lr': 0.001, | |
'comments': 'I like apple juice' | |
} | |
task.connect(example_configuration) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment