spellcheck
This commit is contained in:
@@ -4,7 +4,7 @@ Complex Examples with DP
|
||||
The following two sections with show code examples of two more complex cases that
|
||||
will show what can be achieved via differentiable physics training.
|
||||
|
||||
First, we'll show a scenario that employs deep learning to learn the erros
|
||||
First, we'll show a scenario that employs deep learning to learn the errors
|
||||
of a numerical simulation, following Um et al. {cite}`um2020sol`.
|
||||
This is a very fundamental task, and requires the learned model to closely
|
||||
interact with a numerical solver. Hence, it's a prime example of
|
||||
@@ -18,6 +18,6 @@ and hence needs two networks, one to _predict_ the evolution,
|
||||
and another one to _act_ to reach the desired goal.
|
||||
|
||||
Both cases require quite a bit more resources than the previous examples, so you
|
||||
can expect these notebooks to run longer (and it's a good idea to use the checkpointing
|
||||
can expect these notebooks to run longer (and it's a good idea to use the check-pointing
|
||||
mechanisms when working with these examples).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user