Add more options to ResNet interface
I have added strides
and kernel_size
to the ResNet1D interface. @fsfrazao , Can you check that this was done correctly?
I will then proceed to adding these variables also to the ResNet (2D) interface.
I was unsure about how to handle this line: https://gitlab.meridian.cs.dal.ca/public_projects/ketos/-/blob/resnet_interface/ketos/neural_networks/resnet.py#L397 The kernel size of the initial conv layer appears fixed to 30. Why 30?