Nima Tajbakhsh
Nima Tajbakhsh
Assuming x,y, z start from 0, I think there should be a -1 in the denominator, or am I missing something? xs = xs / tf.cast(shape[2], tf.float32) -> xs =...
# What does this PR do ? This PR adds landing pages for LLM, CV, and multimodal collections. Also, some suggestions on how to split the introduction into a few...
Hi Fausto, I wonder why you have a "+=" operator for the feature map 0 (background), but a "-=" operator for the feature map 1 (foreground). ` bottom[btm].diff[i, 0, :]...
Hi Fausto, It was pretty straight forward for me to calculate the receptive field for L-Stage 1,2,3,4,5, but I'm having difficulty working out the receptive field of R-Stage 4 as...