nngen icon indicating copy to clipboard operation
nngen copied to clipboard

NNgen: A Fully-Customizable Hardware Synthesis Compiler for Deep Neural Network

Results 41 nngen issues
Sort by recently updated
recently updated
newest added

## 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

Sorry if this is a completely n00b question but how can I go about figuring out the e2e latency of a design generated by `nngen`? In the generated RTL (verilog)...

the setup.py is broken in its current state, got it working with a few modifications line 12: version=read('nngen/VERSION').splitlines()[0], nngen/VERSION only has one version probably fixed with : version='1.3.3', line 14:...

I just ran "python3 -m pytest" in nngen/tests directory. Found out that follow test cases make the regression test stucks: "/nngen/tests/onnx_matrix_conv2d/test_onnx_matrix_conv2d_sigmoid_int8_3x3_stride1.py" "/nngen/tests/onnx_matrix_conv2d/test_onnx_matrix_conv2d_sigmoid_int16_3x3_stride1.py" "/nngen/tests/onnx_matrix_conv2d/test_onnx_matrix_conv2d_sigmoid_int32_3x3_stride1.py" From my finding from "/nngen/nngen/quantizer/conv2d.py" found out...

I just ran the hello_nngen.py then something was happen It shows #verify: FAILED the only thing i know is the matching problem . The data in memory is mismatch with...