Cambridge-ICCS / FTorch

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

Rename input to inputs #110

Closed jatkinson1000 closed 2 months ago

jatkinson1000 commented 2 months ago

Should close #109

Following the discussion in #108 naming the array of input tensors inputs rather than input in any examples should increase clarity to new users.

I also added a short FAQ item on the subject.