Cambridge-ICCS / FTorch

A library for directly calling PyTorch ML models from Fortran.
https://cambridge-iccs.github.io/FTorch/
MIT License
79 stars 16 forks source link

Add comment to readme.md for SimpleNet about setting compiler #170

Closed dorchard closed 2 months ago

dorchard commented 2 months ago

A note to remind how to set the compiler in the examples if you built FTorch using a different compiler to that found automatically by CMake (this just bit me, bizarrely only after upgrading mac OS).

dorchard commented 2 months ago

Slightly amended the text and added it across all examples.