Skip to content

Instantly share code, notes, and snippets.

@gar1t
gar1t / train.ipynb
Last active January 14, 2021 19:52
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gar1t
gar1t / [Guild AI] demo-share.md
Last active January 26, 2021 13:47
Guild AI Repository

This is a Guild AI runs repository. To access runs, install Guild AI and run guild pull gist:gar1t/demo-share. For more information about Guild AI Gist based repositories, see Guild AI - Gists.

@gar1t
gar1t / [Guild AI] will-share.md
Created January 26, 2021 17:45
Guild AI Repository

This is a Guild AI runs repository. To access runs, install Guild AI and run guild pull gist:gar1t/will-share. For more information about Guild AI Gist based repositories, see Guild AI - Gists.

@gar1t
gar1t / [Guild AI] will-share-2.md
Created January 27, 2021 00:21
Guild AI Repository

This is a Guild AI runs repository. To access runs, install Guild AI and run guild pull gist:gar1t/will-share-2. For more information about Guild AI Gist based repositories, see Guild AI - Gists.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[FLAGS]
lr = 0.01
dropout = 0.2
[OTHER]
foo = hello
bar = 123.0
train:
flags-dest: global:config
flags-import: all
train2:
flags-dest: namespace:config
flags-import: all
with open("bigbatch.csv", "w") as f:
f.write("""x,y
1,2
3,4
""")
with open("bigbatch.csv", "w") as f:
f.write("""x,y
1,2
3,4
""")
up: guild.pass
down:
main: guild.pass
requires:
- operation: up
warn-if-empty: no
up-steps:
steps: