We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi
im trying to pipe a proprietry model using arm compute library, looking at the examples in the examples folder, couldn't find how to set dilation in ConvolutionLayer() routine
here is an example i saw:
ConvolutionLayer( 7U, 7U, 64U, get_weights_accessor(data_path, "/cnn_data/resnet50_model/conv1_weights.npy"), std::unique_ptr<arm_compute::graph::ITensorAccessor>(nullptr), PadStrideInfo(2, 2, 3, 3)) .set_name("conv1/convolution")where to set dilation?thanks!