simple lin

Results 9 issues of simple lin

Hi, when I try to compile the vgg fc layer, the SIMD is 32 ,PE is 32 and "external" weight type is 8bits, the error occured as below: ``` ERROR:...

please check! the input of 'AddStreams_Batch' node are "StreamingDataWidthConverter_Batch_6_out0" and "StreamingDataWidthConverter_Batch_4_out0". when the node ' StreamingDataWidthConverter_Batch_4' find the consumer that return none, because the function find_consumer only select from input[0]...

File "/finn/src/finn/transformation/fpgadataflow/insert_fifo.py", line 89, in apply fld_shape_2 = n1.get_folded_input_shape(ind=idx) TypeError: get_folded_input_shape() got an unexpected keyword argument 'ind' https://github.com/Xilinx/finn/blob/af783db8dc2a1d2e95bd569d39464b935520b6d2/src/finn/transformation/fpgadataflow/insert_fifo.py#L89

Hi, I had done a test for using the mobilenetv1 xclbin file with XRT, but when running time,the error reported for argid. and I modify the script 'gen_xo.tcl', when generate...

`fn coset_fft_in_place(&self, coeffs: &mut Vec) { Self::distribute_powers(coeffs, GENERATOR); self.fft_in_place(coeffs); } pub const GENERATOR: Scalar = Scalar([7, 0, 0, 0]); ` for the 'GENERATOR', why we use this value in Montgomery...

fix:bug

hi, I try to use hls4ms with the model "KERAS_conv1d.json" at vitis 2020 ,and I want to know whether all the models at folder "hls4ml/example-models/keras" that have been tested and...

enhancement

Hi, I had new a buffer by `cl::Buffer buffer0(mContext, CL_MEM_READ_WRITE, size=4G, data=void, &err))`, then try to write buffer with `mQueue.enqueueWriteBuffer(mBuf_tw, blocking_write, 0, size=2304MB, ptr, null, null)`, will cause error ```...

Hi, I try to train the model quantvgg16 with the dataset ILSVRC2012 , but can not get a Convergent model. did you have a try ? for the dataset ILSVRC2012,...