Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierric/fei-examples
https://github.com/pierric/fei-examples
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pierric/fei-examples
- Owner: pierric
- License: bsd-3-clause
- Created: 2019-05-04T20:45:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T20:24:45.000Z (over 3 years ago)
- Last Synced: 2024-04-25T00:01:45.341Z (9 months ago)
- Language: Haskell
- Size: 222 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fei-examples
+ MNIST
+ CIFAR10 + Resnet / ResNext
+ mxnet custom operator
+ Faster RCNN
+ `LD_LIBRARY_PATH= stack run faster-rcnn -- --backbone RESNET50FPN --strides [4,8,16,32] --pretrained params/resnet50_v2 --base --img-size 512 --img-pixel-means [0.5,0.5,0.5] --train-epochs 20 --train-iter-per-epoch 300 --batch-size=2 --rcnn-batch-rois=256 +RTS -N6`