We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632c444 commit 7587e51Copy full SHA for 7587e51
docs/structured_parameter.md
@@ -176,8 +176,8 @@ with param_scope["wdmodel"]():
176
177
```python
178
with param_scope["wdmodel"](**{
179
- "myns.rec.rank.dropout.ratio@wdmodel#layer1": 0.6,
180
- "myns.rec.rank.dropout.ratio@wdmodel#layer2": 0.7,
+ "myns.rec.rank.dropout.ratio@wdmodel.layer1": 0.6,
+ "myns.rec.rank.dropout.ratio@wdmodel.layer2": 0.7,
181
}):
182
model = WideAndDeepModel()
183
```
0 commit comments