vanilla¶

Define vanilla CNNs with torch backbones, mainly for patch classification.

Classes

CNNBackbone

Retrieve the model backbone and strip the classification layer.

CNNModel

Retrieve the model backbone and attach an extra FCN to perform classification.