• This project
    • Loading...
  • Sign in

2020-2-capstone-design1 / BSH_project

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • BSH_project
  • code
  • cfg
  • gru.cfg
  • seungmin lee's avatar
    add code with libraries · 0d5afa8a
    0d5afa8a
    seungmin lee authored 2020-12-01 01:47:50 +0900
gru.cfg 324 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
[net]
subdivisions=1
inputs=256
batch = 1
momentum=0.9
decay=0.001
time_steps=1
learning_rate=0.5

policy=poly
power=4
max_batches=2000

[gru]
batch_normalize=1
output = 1024

[gru]
batch_normalize=1
output = 1024

[gru]
batch_normalize=1
output = 1024

[connected]
output=256
activation=linear

[softmax]

[cost]
type=sse