Skip to content

Code and examples on directly calling PyTorch ML models from Fortran.

License

Notifications You must be signed in to change notification settings

jalvesz/fortran-pytorch-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fortran-pytorch-lib

Code and examples on directly calling Pytorch ML models from Fortran.

Problem Statement

We want to be able to run ML models directly in Fortran. Initially let's assume that the model has been trained in some other language (say Python) and saved. We want to run inference on this model without having to call the Python executable. This should be possible by using the existing ML C/C++ interfaces.

About

Code and examples on directly calling PyTorch ML models from Fortran.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 31.1%
  • C++ 28.3%
  • Python 17.1%
  • C 12.8%
  • CMake 10.0%
  • Shell 0.7%