TOKUNAGA Hiroyuki

Results 7 issues of TOKUNAGA Hiroyuki

Since we already have TensorView class, we can rewrite all parts which depends on MatrixView class with TensorView class.

low priority

TensorFlow 2.0 was released. We should consider upgrading our TF dependency to 2.0. However, since this is large major version up, we still don't know how much source code needs...

help wanted
good first issue

This network is experimental, so far it could not run on FPGAs. ## Description This network brings several recent ideas to our YOLOv2 implementation. In short, GlazedYolo = YoloV2 +...

CI: auto-run

## What this patch does to fix the issue. Conversion between floating point value :left_right_arrow: decimal string representation cause some small error. In this pull request, I removed floating point...

CI: auto-run
WIP

It might be possible to remove a dependency matplotlib. (Though I'm not sure...)

good first issue

Currently, we supports only `DivideBy255` preprocessor. However, internally, we've prepared `PerImageStandardization`. @yasumura-lm san mentioned that sometimes this preprocessing method is is very effective. Hence, we want to support `PerImageStandardization`.

enhancement

According to the performance measurement of LmResnet for ImageNet on FPGA, there is some low hanging fruits, `Add` operator is now consuming over 20ms.