Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierric/fei-base
Yet another wrapper of mxnet in Haskell
https://github.com/pierric/fei-base
Last synced: 29 days ago
JSON representation
Yet another wrapper of mxnet in Haskell
- Host: GitHub
- URL: https://github.com/pierric/fei-base
- Owner: pierric
- License: bsd-3-clause
- Created: 2018-10-29T16:51:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T10:17:11.000Z (over 2 years ago)
- Last Synced: 2024-11-08T07:57:49.857Z (3 months ago)
- Language: Haskell
- Size: 689 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fei-base
## build
+ `ln -s mxnet`
+ Build utility **mxnet-op-gen**: `stack build --flag fei-base:-mxnet_geq_10900 fei-base:mxnet-op-gen`
+ Generate tensor operations: `LD_LIBRARY_PATH= stack exec mxnet-op-gen -- -o ops/1.9`
+ Rebuild library with tensor operations: `stack build --flag fei-base:mxnet_geq_10900`## see also
+ https://github.com/pierric/fei-nn
+ https://github.com/pierric/fei-cocoapi
+ https://github.com/pierric/fei-datasets
+ https://github.com/pierric/fei-modelzoo
+ https://github.com/pierric/fei-examples