blueoil
blueoil copied to clipboard
Bring Deep Learning to small devices
In order to resolve https://github.com/blue-oil/blueoil/issues/249, Change convolution output channel size, Add test case. ## Motivation and Context ## Description ## How has this been tested? ## Screenshots (if appropriate): ##...
Currently there is no way of knowing how much memory a network model requires for activations on deployment. ## Motivation and Context It is possible to know the required memory...
the shape of cifar-10 should 32x32, and updated the description in README.
## Motivation and Context ## Description ## How has this been tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...
Mrcnn
## zip file of basic unit for showing the demo: lmsvr01:/storage/lucien/coco.zip ## essential files used for training on coco dataset: lmsvr01:/home/zhang/blueoil/lmnet/lmnet/networks/instance_segmentation/annotations/*.json ## files in path blueoil/lmnet/lmnet/networks/instance_segmentation/ balloon.py: file to train...
This PR adds the checker for the hardware constrains when importing `Conv` operator, the checking rule is following the discussion in issue #124 - Kernel size must be 1x1 or...
## What this patch does to fix the issue. Splits the `start_training` function into functions in a class. More readability changes will be added later. This commit just moves functionality...
It adds a new tool to program Cyclone V FPGA found on de10 nano board. From the command line, in Linux user space, this tool accepts an `.rbf` file and...
## Motivation and Context ## Description ## How has this been tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...
## What this patch does to fix the issue. Moves `operators.py` to `base/operators.py` and creates an `__init__.py` for the directory. In later PRs Operators will be gradually split into files....