Adib

Results 6 comments of Adib

thanks but I'm simulating in vitis-hls(using gcc) for simulating inference on zynq. but the simulation process is based on C. i don't know why segmentation error happens?

Generally what is the correct way of loading arrays of shape(at this scale): [64][3][3][3] which is just a layer's weights?

Now I distribute arrays over 20 header files. Each with the size of about 3Mb. When I include them in my main file, there are segfaults to allocate them. Some...

Compilation is done. But when run the file, segfault happens. what should I do?

this is the test to be run on the network: ` #include "layer_1_weights.h" #include "layer_2_weights.h" #include "layer_3_weights.h" #include "layer_4_weights.h" #include "layer_5_weights.h" #include "layer_6_weights.h" #include "layer_7_weights.h" #include "layer_8_weights.h" #include "layer_9_weights.h" #include...

In vitis the simulation process takes place in the ARM processor. but there is one more step named cosimulation; that uses fpga resourses like FF(flip flops) to simulate the network....