Skip to content

Commit

Permalink
Update train-fitting-property.md
Browse files Browse the repository at this point in the history
Delete `fparam` in doc train-fitting-property.md

Signed-off-by: Chenqqian Zhang <[email protected]>
  • Loading branch information
Chengqian-Zhang authored Dec 25, 2024
1 parent b473b6a commit af8789f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/model/train-fitting-property.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ The JSON of `property` type should be provided like
```json
"fitting_net" : {
"type": "property",
"intensive": true,
"property_name": "band_prop",
"task_dim": 3,
"intensive": true,
"property_name": "band_prop",
"task_dim": 3,
"neuron": [240,240,240],
"resnet_dt": true,
"fparam": 0,
"seed": 1,
},
```
Expand Down

0 comments on commit af8789f

Please sign in to comment.