From 88f1229b0d4c3abe2fa9d510911fc96512fd24b7 Mon Sep 17 00:00:00 2001 From: Gray Date: Wed, 7 Feb 2018 16:51:48 +0200 Subject: [PATCH] Update README.md adding an anchor to the opencv wheel makes website usage much more clear --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 465ddf5..d5ac449 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ cd resources/python35_64bit_requirements/ pip.exe install -r requirements.txt ```` -In the code snippet above, we assumed that the CNTK root directory is *C:/local/CNTK-2-0/*. The opencv python wheel was originally downloaded from this [page](http://www.lfd.uci.edu/~gohlke/pythonlibs/). +In the code snippet above, we assumed that the CNTK root directory is *C:/local/CNTK-2-0/*. The opencv python wheel was originally downloaded from this [page](http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv). Troubleshooting: - The error "Batch normalization training on CPU is not yet implemented" is thrown when trying to train the DNN using a CPU-only system. This is due to CNTK currently only providing CPU support for running, though not training, batch normalized networks. To skip training and hence avoid this error set `rf_maxEpochs` to zero in `PARAMETERS.py`.