Popularity
2.4
Growing
Activity
0.0
Declining
3
3
0

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: AI     Machine Learning     Fei    

fei-base alternatives and similar packages

Based on the "fei" category.
Alternatively, view fei-base alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fei-base or a related project?

Add another 'fei' Package

README

fei-base

build

  • Update stack.yml, pointing to the actuall MXNet dynamic library folder and include folder.
  • Build utility mxnet-op-gen: stack build fei-base:mxnet-op-gen
  • Generate tensor operations: LD_LIBRARY_PATH=<path-to-mxnet-lib> stack exec mxnet-op-gen -- -o ops/1.6
  • Rebuild library with tensor operations: stack build --flag fei-base:-mxnet_geq_10600

see also