@hackage hasktorch0.2.2.0
Haskell bindings to libtorch, supporting both typed and untyped tensors.
Installation
CustomDependencies (39)
- JuicyPixels >=3.3 && <3.4
- array >=0.5.5 && <0.6
- async >=2.2.5 && <2.3
- base >=4.7 && <5
- bytestring >=0.11.5 && <0.13
- cassava >=0.5.3 && <0.6 Show all…
Dependents (3)
@hackage/dataframe-hasktorch, @hackage/hasktorch-zoo, @hackage/ihaskell-dataframe
Package Flags
disable-doctest
(off by default)
Disable doctest. ToDo: This flag is to avoid relocation-error of ghci for macos.
Hasktorch is a library for tensors and neural networks in Haskell. It is an independent open source community project which leverages the core C++ libraries shared by PyTorch.