TOKUNAGA Hiroyuki
TOKUNAGA Hiroyuki
Since we already have TensorView class, we can rewrite all parts which depends on MatrixView class with TensorView class.
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...
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 +...
## 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...
It might be possible to remove a dependency matplotlib. (Though I'm not sure...)
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`.
According to the performance measurement of LmResnet for ImageNet on FPGA, there is some low hanging fruits, `Add` operator is now consuming over 20ms.