Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Apr 10, 2024
1 parent 0531502 commit bf4ed1e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions configs/experiments/decoder/mlp-huge.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "mlp",
"residual": true,
"mlp blocks": 5,
"mlp": {
"shared": false,
"sizes": [768, 768, 768],
"activation": "relu",
"final activation": "linear"
"model": {
"decoder": {
"name": "mlp",
"residual": true,
"mlp blocks": 5,
"mlp": {
"shared": false,
"sizes": [768, 768, 768],
"activation": "relu",
"final activation": "linear"
}
}
}
}

0 comments on commit bf4ed1e

Please sign in to comment.