--- title: Patches for the `fastai` Learner keywords: fastai sidebar: home_sidebar summary: "Imlements functions necessary to build `Learner` suitable for bioimgage segmentation" description: "Imlements functions necessary to build `Learner` suitable for bioimgage segmentation" nb_path: "nbs/00_learner.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}

Learner.predict_tiles[source]

Learner.predict_tiles(ds_idx=1, dl=None, mc_dropout=False, n_times=1)

Make predictions with dropout applied.

{% endraw %} {% raw %}
{% endraw %} {% raw %}

Learner.apply_dropout[source]

Learner.apply_dropout()

If a module contains 'dropout', it will be switched to .train() mode.

{% endraw %} {% raw %}
{% endraw %}