Closed pkathail closed 1 year ago
Hi Pooja, that sounds right to me; those are the numbers I remember from the paper. At the boundaries, you lose the opportunity to look in both directions, so the number drops. The dilated convolution layers are scaling the dilation rate by 1.5x each time, but the values get rounded up to integers, which makes it hard to write out the math with a simple formula.
@davek44 thank you!
Hi,
I was using the pre-trained Basenji2 human model to make some predictions and was wondering what the receptive field of the model is? I tried obtaining the receptive field for different input bins by computing the number of input sequence elements with non-zero gradients (code below, based off of your
gradients()
function). Based on that, I got that the receptive field for most bins is ~55kb and for bins near the edges it's <40kb, is that correct?