Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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