Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Apr 12, 2024
1 parent d09d1e6 commit c97ee86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configs/experiments/decoder/mlp-medium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"model": {
"decoder": {
"name": "mlp",
"residual": true,
"mlp blocks": 3,
"mlp": {
"shared": false,
"sizes": [256, 256, 256],
"activation": "relu",
"final activation": "linear"
}
}
}
}

0 comments on commit c97ee86

Please sign in to comment.