add gonito.yaml
This commit is contained in:
parent
a4e9557e80
commit
f08c53d4d0
19
gonito.yaml
Normal file
19
gonito.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
description: This my brilliant solution
|
||||||
|
tags:
|
||||||
|
- neural-network
|
||||||
|
- left-to-right
|
||||||
|
params:
|
||||||
|
epochs: 10
|
||||||
|
learning-rate: 0.01
|
||||||
|
unwanted-params:
|
||||||
|
- model-file
|
||||||
|
- vocab-file
|
||||||
|
param-files:
|
||||||
|
- "*.yaml"
|
||||||
|
- config/*.yaml
|
||||||
|
links:
|
||||||
|
- title: "Some external link"
|
||||||
|
url: "https://example.com/foo-bar-baz-123"
|
||||||
|
- title: "Yet another link"
|
||||||
|
url: "https://example.org/xyz"
|
||||||
|
- url: "https://example.net/bare-link-without-text"
|
Loading…
Reference in New Issue
Block a user