Robin Atom Dulal
Robin Atom Dulal
what is the architecture of transformer with yolov5. is this used in backbone in topup with existing backbone or replacing with transformer, or in detection head. Can you make a...
How to implement this. Is there any way to load any models from pytorch and calculate the receptive fields, including transformer
I tried to view the effective receptive field, but when I used this !python erf/visualize_erf.py --model resnet101 --data_path /path/to/imagenet-1k --save_path resnet101_erf_matrix.npy I got this error Traceback (most recent call last):...
I tried to calculate the receptive fields for VGG, and ResNet. It works for VGG, but not for resnet. Can you help me.
@bryanbocao . Have you solved the error AttributeError: 'tuple' object has no attribute 'flatten'. I got this error when I tried to compare ResNet and ViT. Is there any solution,...