Skip to content

Commit

Permalink
Update detail.md
Browse files Browse the repository at this point in the history
add tutorial language
  • Loading branch information
leoglonz authored Dec 6, 2024
1 parent 2aae896 commit a30918d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dmg/detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ According to this schema, we define these core classes, from bottom up:
│ └── trainers/ # Training routines
├── docs/
├── envs/ # Environment configuration files
└── example/ # Example scripts and usage guides
└── example/ # Example and tutorial scripts

<br>

Expand Down Expand Up @@ -217,7 +217,7 @@ dpl_model = dHBV(phy_model=phy_model, nn_model=nn)
output = dpl_model.forward(dataset_sample)
```

See [here](https://github.com/mhpi/generic_deltaModel/blob/master/example/differentiable_hydrology/dhbv_tutorial.ipynb) in the `generic_deltaModel` repository for this and other examples.
See [here](https://github.com/mhpi/generic_deltaModel/blob/master/example/differentiable_hydrology/dhbv_tutorial.ipynb) in the `generic_deltaModel` repository for this and other tutorials.

<br>

Expand Down

0 comments on commit a30918d

Please sign in to comment.