Popularity
1.6
Declining
Activity
0.0
Stable
1
2
0
Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
fei-examples alternatives and similar packages
Based on the "fei" category.
Alternatively, view fei-examples alternatives based on common mentions on social networks and blogs.
-
fei-nn
High level APIs for leaveraging neural networks with MXNet in Haskell
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of fei-examples or a related project?
Popular Comparisons
README
fei-examples
- MNIST
- CIFAR10 + Resnet / ResNext
- mxnet custom operator
- Faster RCNN
LD_LIBRARY_PATH=<path-to-mxnet> stack run faster-rcnn -- --backbone RESNET50FPN --strides [4,8,16,32] --pretrained params/resnet50_v2 --base <path-to-coco> --img-size 512 --img-pixel-means [0.5,0.5,0.5] --train-epochs 20 --train-iter-per-epoch 300 --batch-size=1 --rcnn-batch-rois=256 +RTS -N6