d902e02fc6
Closes #696. Changes the HelloWorld model to only use a single channel, as this is the format that the [Inference Service](https://github.com/microsoft/InnerEye-Inference/) expects for its inputs. As many tests require the 2-channel data, this PR also creates a new class, `HelloWorld2Channel`, which inherits from `HelloWorld` but uses 2 channels and can be used for testing. This avoids the pain of having to alter all unit and regression tests that relied on the 2-channel data and model. Both models can be trained on the same data, but now the `HelloWorld` model can be run by the Inference Service. |
||
---|---|---|
.. | ||
source | ||
Makefile | ||
README.md | ||
make.bat |
README.md
Building docs for InnerEye-DeepLearning
- First, make sure you have set up your conda environment as described in the Quick Setup Guide.
- Run
make html
from thedocs
folder. This will create html files under docs/build/html. - From the
docs/build/html
folder, runpython -m http.server 8080
to host the docs locally. - From your browser, navigate to
http://localhost:8080
to view the documentation.