RyusukeYamano

Results 8 issues of RyusukeYamano

## summary I met test faild when running test whith is combined with nngen 1.3.3 and veriloggen 2.1.0. The test is matrix_add_use_map_ram. I think the cause of that is purged...

bug

## summary I met test faild when running test whith is combined with nngen 1.3.3 and veriloggen 2.1.0. The test is test_matrix_avg_pool_int16_ksize7_stride7_global.py ### error message ``` [Configuration] (AXI Master Interface)...

bug

## summary I met test faild when running test whith is combined with nngen 1.3.3 and veriloggen 2.1.0. The test is test_matrix_matmul_int16_non_transposed_b.py ### error message ``` $ python test_matrix_matmul_int16_non_transposed_b.py Traceback...

bug

## summary I met test faild when running test whith is combined with nngen 1.3.3 and veriloggen 2.1.0. The test is test_matrix_max_pool_int16_ksize7_stride7_global_par2.py ### error message ``` $ python test_matrix_max_pool_int16_ksize7_stride7_global_par2.py NNgen:...

bug

## summary I met test faild when running test whith is combined with nngen 1.3.3 and veriloggen 2.1.0. The test is test_matrix_transpose_int16.py ### error message ``` $ python test_matrix_transpose_int16.py Traceback...

bug

NNgen log ignores lazy_reshape, which is the output layer, and shows the previous operator as the output layer. ## the test case * /nngen/tests/matrix_reshape/test_matrix_reshape_int16.py ```py from __future__ import absolute_import from...

wontfix

The function does not terminate in deep (& complex) networks because it re-explores the already explored ”args” when exploring the computational graph. https://github.com/NNgen/nngen/blob/2a30d83a040871f37a1d3bb17ac5e314d1b9d1b6/nngen/basic_types.py#L476-L484 ## This seems to work well. ```...

wontfix

It is not able to embed yolov3-tiny to ultra96 due to that model require large RAM at slice operator near by yolo layer. Verbose log when executing example/yolov3-tiny. ``` ======================================================...