Loading keras CNN model in nengo_loihi

Hi everyone. I want to convert my keras cnn model into a spiking one, and deploy it on loihi. I want to measure the inference time on loihi.

I have successfully converted the model into a nengo network (and swapped relu witj spiking relu). But when I run nengo_loihi.Simulator(net, target=‘sim’), I get the error:

BuildError: nengo_loihi does not support Convolution transform on chip.

What can I do to fix this?