-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README.md for examples page, for FMI tools examples reference
- Loading branch information
1 parent
b716bf3
commit 712b83b
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Examples | ||
|
||
This folder contains a couple of examples you can look at and test the MLFMU tool with. | ||
Each folder is set up to contain: | ||
|
||
* `config`: containing the `.onnx` and `interface.json` files | ||
* `generated_fmu`: binary FMU files, to serve as examples | ||
* `<FmuName>`: source files for the FMU | ||
|
||
The FMUs in this folder have been validated using [FMU_check]. | ||
|
||
For further documentation of the `mlfmu` tool, see [README.md](../README.md) or the [docs] on GitHub pages. | ||
|
||
<!-- Markdown link & img dfn's --> | ||
[FMU_check]: https://fmu-check.herokuapp.com/ | ||
[docs]: https://dnv-opensource.github.io/mlfmu/ |