From af906c23f3000f4d9856da71cd97250ddcfb840f Mon Sep 17 00:00:00 2001 From: Tim Laibacher <tim.laibacher@idiap.ch> Date: Mon, 8 Jul 2019 09:53:17 +0200 Subject: [PATCH] Update docs --- doc/index.rst | 4 +++- doc/training.rst | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index e3f54086..db73f8d3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -6,7 +6,9 @@ Binary Segmentation Benchmark Package for Bob =============================================== -Package to benchmark and evaluate a range of neural network architectures for binary segmentation tasks on 2D Eye Fundus Images (2DFI). +Package to benchmark and evaluate a range of neural network architectures for +binary segmentation tasks on 2D Eye Fundus Images (2DFI). It is build using PyTorch. + Users Guide =========== diff --git a/doc/training.rst b/doc/training.rst index ce9fbc21..f756524f 100644 --- a/doc/training.rst +++ b/doc/training.rst @@ -312,7 +312,8 @@ Using your own configs ====================== Instead of the default configs you can pass the full path of your -customized dataset and model config. +customized dataset and model config (both in PyTorch format). +The default configs are stored under ``bob.ip.binseg/bob/ip/binseg/configs/``. .. code-block:: bash -- GitLab