Popularity
2.1
Growing
Activity
0.0
-
3
2
0
Monthly Downloads: 0
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
fei-nn
High level APIs for leaveraging neural networks with MXNet in Haskell
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of fei-base or a related project?
Popular Comparisons
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