{ "cells": [ { "cell_type": "raw", "metadata": { "collapsed": true, "pycharm": { "name": "#%% raw\n" }, "raw_mimetype": "text/restructuredtext" }, "source": [ ".. _example-evaluation2:\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Logging the training progress\n", "=============================\n", "\n", "This example shows how to use the `pymia.evaluation` package to log the performance of a neural network during training.\n", "The [TensorBoard](https://www.tensorflow.org/tensorboard) is commonly used to visualize the training in deep learning. We will log the Dice coefficient of predicted segmentations calculated against a reference ground truth to the TensorBoard to visualize the performance of a neural network during the training.\n", "\n", "This example uses PyTorch. At the end of it, you can find the required modifications for TensorFlow.\n", "\n", "