shadjis

Results 5 comments of shadjis

Hi mrgloom, You can approximate the number of operations in AlexNet as the sum of the number of operations in all convolution and FC layer GEMM (matrix multiply) operations. So...

this app now also crashes with same error as #75 `java.lang.IndexOutOfBoundsException: 7`

Also David, the case of 1 SRAM being >1 URAM may be a bit complicated since URAMs can be cascaded to implement bigger URAMs. However, enabling cascading reduces the number...

FYI on latest develop this gives the following error still in --synth (not --sim): ``` [bug] An exception was encountered while compiling: [bug] This is an example where lb dispatch...

I think there are 2 versions, Multiply-Add does AB + C (3 inputs) https://www.xilinx.com/products/intellectual-property/multiply_adder.html Multiply-Accumulate does AB + previous product (2 inputs) https://www.xilinx.com/products/intellectual-property/multiply_accumulator.html As we discussed this might not reduce...