--- title: model keywords: fastai sidebar: home_sidebar summary: "Model for integrated image and tabular data" description: "Model for integrated image and tabular data" ---
class
CNNTabularModel
CNNTabularModel(cnn_model, tabular_model, layers, ps, out_sz) :: Module
cnn_model
tabular_model
layers
ps
out_sz
Module
Same as nn.Module, but no need for subclasses to call super().__init__
nn.Module
super().__init__
from nbdev.export import * notebook2script()
Converted 00_core.ipynb. Converted 01_dataset.ipynb. Converted 02_model.ipynb. Converted 03_metric.ipynb. Converted index.ipynb. Converted siim-isic-melanoma-classification.ipynb.