--- title: model keywords: fastai sidebar: home_sidebar summary: "Model for integrated image and tabular data" description: "Model for integrated image and tabular data" ---
{% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}

class CNNTabularModel[source]

CNNTabularModel(cnn_model, tabular_model, layers, ps, out_sz) :: Module

Same as nn.Module, but no need for subclasses to call super().__init__

{% endraw %} {% raw %}
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.
{% endraw %}