close
The Wayback Machine - https://web.archive.org/web/20190402134503/https://github.com/Microsoft/CNTK/commit/5ecc8347226a866bfbb2119823f0120221bfe156
Skip to content
Permalink
Browse files

updating links to old wiki - referencing now the doc site

  • Loading branch information...
wolfma61 committed Jun 7, 2017
1 parent fca6f27 commit 5ecc8347226a866bfbb2119823f0120221bfe156
Showing with 153 additions and 154 deletions.
  1. +2 −2 CONTRIBUTING.md
  2. +2 −2 Dependencies/CNTKCustomMKL/README.md
  3. +2 −2 Examples/Evaluation/CSEvalClient/Program.cs
  4. +11 −9 Examples/Evaluation/README.md
  5. +1 −1 Examples/Image/Classification/AlexNet/Python/README.md
  6. +1 −1 Examples/Image/Classification/ConvNet/BrainScript/README.md
  7. +1 −1 Examples/Image/Classification/ConvNet/Python/README.md
  8. +3 −3 Examples/Image/Classification/GoogLeNet/BN-Inception/Python/README.md
  9. +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet101_ImageNet1K.cntk
  10. +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet152_ImageNet1K.cntk
  11. +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet18_ImageNet1K.cntk
  12. +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet34_ImageNet1K.cntk
  13. +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet50_ImageNet1K.cntk
  14. +1 −1 Examples/Image/Classification/ResNet/Python/README.md
  15. +2 −2 Examples/Image/Classification/VGG/Python/README.md
  16. +1 −1 Examples/Image/DataSets/Animals/README.md
  17. +1 −1 Examples/Image/DataSets/Flowers/README.md
  18. +1 −1 Examples/Image/DataSets/Grocery/README.md
  19. +1 −1 Examples/Image/DataSets/Pascal/README.md
  20. +4 −4 Examples/Image/Detection/FastRCNN/CNTK_FastRCNN_Eval.ipynb
  21. +2 −2 Examples/Image/Detection/FastRCNN/README.md
  22. +4 −4 Examples/Image/GettingStarted/README.md
  23. +1 −1 Examples/Image/TransferLearning/README.md
  24. +1 −1 Examples/LanguageUnderstanding/ATIS/README.md
  25. +1 −1 Examples/Video/GettingStarted/README.md
  26. +3 −3 Makefile
  27. +17 −17 Scripts/README.md
  28. +1 −1 Scripts/install/linux/install-cntk.sh
  29. +2 −2 Scripts/install/windows/install.bat
  30. +1 −1 Scripts/install/windows/ps/_info.ps1
  31. +1 −1 Scripts/install/windows/ps/install.ps1
  32. +1 −1 Scripts/uci2ctf.py
  33. +2 −2 Source/CNTKv2LibraryDll/CNTKv2LibraryDll.vcxproj
  34. +2 −2 Source/Common/Include/MPIWrapper.h
  35. +1 −1 Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj
  36. +1 −1 Source/Math/CuDnnCommon.h
  37. +3 −3 Source/Math/Math.vcxproj
  38. +2 −2 Source/Math/MathCUDA.vcxproj
  39. +3 −3 Source/Readers/ImageReader/ImageReader.vcxproj
  40. +1 −1 Source/Readers/LMSequenceReader/LMSequenceReader.vcxproj
  41. +1 −1 Source/Readers/UCIFastReader/UCIFastReader.h
  42. +1 −1 Source/SGDLib/PostComputingActions.h
  43. +1 −1 Source/SGDLib/SGDLib.vcxproj
  44. +1 −1 .../EndToEndTests/EvalClientTests/CNTKLibraryCSEvalExamplesTest/CNTKLibraryCSEvalExamplesTest.csproj
  45. +1 −1 Tests/EndToEndTests/Examples/README_VS_Debug_arguments.txt
  46. +2 −2 Tests/EndToEndTests/README.md
  47. +2 −6 Tests/README.md
  48. +1 −1 Tests/UnitTests/BrainScriptTests/BrainScriptTests.vcxproj
  49. +1 −1 Tests/UnitTests/EvalTests/EvalTests.vcxproj
  50. +1 −1 Tests/UnitTests/MathTests/MathTests.vcxproj
  51. +1 −1 Tests/UnitTests/NetworkTests/NetworkTests.vcxproj
  52. +1 −1 Tests/UnitTests/ReaderTests/ReaderTests.vcxproj
  53. +1 −1 Tests/UnitTests/V2LibraryTests/V2LibraryTests.vcxproj
  54. +3 −3 Tools/cntk-binary-drop/linux/1bitsgd/ReadMe.txt
  55. +1 −1 Tools/cntk-binary-drop/linux/1bitsgd/license/CNTK-1bit-SGD-License-ReadMe.md
  56. +3 −3 Tools/cntk-binary-drop/linux/cpu/ReadMe.txt
  57. +3 −3 Tools/cntk-binary-drop/linux/gpu/ReadMe.txt
  58. +2 −2 Tools/devInstall/Windows/DevInstall.ps1
  59. +2 −2 Tools/devInstall/Windows/README.md
  60. +2 −2 Tools/devInstall/Windows/helper/PreRequisites.ps1
  61. +1 −1 Tools/docker/CNTK-GPU-1bit-Image/Dockerfile
  62. +2 −2 Tools/docker/README.md
  63. +3 −3 Tools/samples.json
  64. +1 −1 Tutorials/CNTK_101_LogisticRegression.ipynb
  65. +2 −2 Tutorials/CNTK_102_FeedForward.ipynb
  66. +1 −1 Tutorials/CNTK_103B_MNIST_LogisticRegression.ipynb
  67. +2 −2 Tutorials/CNTK_103D_MNIST_ConvolutionalNeuralNetwork.ipynb
  68. +1 −1 Tutorials/CNTK_201B_CIFAR-10_ImageHandsOn.ipynb
  69. +2 −2 Tutorials/CNTK_202_Language_Understanding.ipynb
  70. +1 −1 Tutorials/HelloWorld-LogisticRegression/README.md
  71. +1 −1 Tutorials/ImageHandsOn/README.md
  72. +5 −5 Tutorials/README.md
  73. +2 −1 Tutorials/SLUHandsOn/README.md
  74. +1 −1 bindings/csharp/CNTKLibraryManagedDll/CNTKLibraryManagedDll.csproj
  75. +1 −1 bindings/csharp/Swig/CNTKLibraryCSBinding.vcxproj
  76. +2 −2 bindings/java/Swig/CNTKLibraryJavaBinding.vcxproj
  77. +2 −2 bindings/python/README.md
  78. +3 −3 configure
@@ -1,7 +1,7 @@
You want to contribute to CNTK? We're really excited to work together!

Please, follow the steps from the Wiki Article at
Please, follow the steps from the documentation:

https://github.com/Microsoft/CNTK/wiki/Contributing-to-CNTK
https://docs.microsoft.com/en-us/cognitive-toolkit/contributing-to-cntk

Your CNTK team.
@@ -6,8 +6,8 @@ for usage by CNTK ("CNTK custom MKL" for short).
By default, a CNTK binary with Intel® MKL support includes a prebuilt CNTK
custom MKL.
If you want to build CNTK with Intel® MKL support yourself, you can install a
prebuilt CNTK custom MKL, available for download from the [CNTK web site](https://www.cntk.ai/mkl).
See [CNTK's setup instructions](https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-your-machine)
prebuilt CNTK custom MKL, available for download from the [here](https://www.microsoft.com/en-us/cognitive-toolkit/download-math-kernel-library/).
See [CNTK's setup instructions](https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-CNTK-on-your-machine)
for more details.

If you want to add new Intel® MKL functions to be used by CNTK you will have to
@@ -26,7 +26,7 @@ namespace Microsoft.MSR.CNTK.Extensibility.Managed.CSEvalClient
/// There are four cases shown in this program related to model loading, network creation and evaluation.
///
/// To run this program from the CNTK binary drop, you must add the NuGet package for model evaluation first.
/// Refer to <see cref="https://github.com/Microsoft/CNTK/wiki/NuGet-Package"/> for information regarding the NuGet package for model evaluation.
/// Refer to <see cref="https://docs.microsoft.com/en-us/cognitive-toolkit/NuGet-Package"/> for information regarding the NuGet package for model evaluation.
///
/// EvaluateModelSingleLayer and EvaluateModelMultipleLayers
/// --------------------------------------------------------
@@ -367,7 +367,7 @@ private static void EvaluateMultipleModels()
{
Interlocked.Increment(ref count);

// The file format correspond to the CNTK Text Format Reader format (https://github.com/Microsoft/CNTK/wiki/CNTKTextFormat-Reader)
// The file format correspond to the CNTK Text Format Reader format (https://docs.microsoft.com/en-us/cognitive-toolkit/Brainscript-CNTKTextFormat-Reader)
var sets = line.Split('|');
var labels = sets[1].Trim().Split(' ').Skip(1);
var features = sets[2].Trim().Split(' ').Skip(1);
@@ -2,24 +2,26 @@

The folder contains some examples using the CNTK to evalaute a trained model in your application. Please note that Visual Studio 2015 update 3 is required, and only the 64-bit target is supported.

The [CNTK Eval Examples](https://github.com/Microsoft/CNTK/wiki/CNTK-Eval-Examples) page provides more details of these examples.

The [CNTK Eval Examples](https://docs.microsoft.com/en-us/cognitive-toolkit/CNTK-Eval-Examples) page provides more details of these examples.

# CNTK Library Eval C++/C# Examples

The CNTKLibraryEvalExamples.sln contains code samples demonstrating how to use the CNTK Library API in C++ and C#.
- CNTKLibraryCSEvalCPUOnlyExamples uses the CNTK Library CPU-Only Nuget package to evaluate models on CPU-only devices in C#.
- CNTKLibraryCSEvalGPUExamples uses the CNTK Library GPU Nuget package to evaluate models on GPU devices in C#.
- CNTKLibraryCPPEvalCPUOnlyExamples uses the CNTK Library C++ API to evaluate models on CPU-only devices. It uses the CNTK Library CPU-Only Nuget package.
- CNTKLibraryCPPEvalGPUExamples uses the CNTK Library C++ API to evaluate models on GPU devices. It uses the CNTK Library GPU Nuget package.

* CNTKLibraryCSEvalCPUOnlyExamples uses the CNTK Library CPU-Only Nuget package to evaluate models on CPU-only devices in C#.
* CNTKLibraryCSEvalGPUExamples uses the CNTK Library GPU Nuget package to evaluate models on GPU devices in C#.
* CNTKLibraryCPPEvalCPUOnlyExamples uses the CNTK Library C++ API to evaluate models on CPU-only devices. It uses the CNTK Library CPU-Only Nuget package.*- CNTKLibraryCPPEvalGPUExamples uses the CNTK Library C++ API to evaluate models on GPU devices. It uses the CNTK Library GPU Nuget package.
After a successful build, the executable is saved under the $(SolutionDir)..\..$(Platform)$(ProjectName).$(Configuration)\ folder, e.g. ..\..\X64\CNTKLibraryCSEvalCPUOnlyExamples.Release\CNTKLibraryCSEvalCPUOnlyExamples.exe.
On Linux, only C++ is supported. Please refer to Makefile for building samples. The target name CNTKLIBRARY_CPP_EVAL_EXAMPLES is used to build CNTKLibraryCPPEvalExamples.
# EvalDll Eval C++/C# Examples
The EvalClients.sln contains the following projects demonstrating how to use the EvalDll library in C++ and C#.
- CPPEvalClient: this sample uses the C++ EvalDll.
- CPPEvalExtendedClient: this sample uses the C++ extended Eval interface in EvalDll to evaluate a RNN model.
- CSEvalClient: this sample uses the C# EvalDll (only for Windows). It uses the CNTK EvalDll Nuget Package.
* CPPEvalClient: this sample uses the C++ EvalDll.
* CPPEvalExtendedClient: this sample uses the C++ extended Eval interface in EvalDll to evaluate a RNN model.
* CSEvalClient: this sample uses the C# EvalDll (only for Windows). It uses the CNTK EvalDll Nuget Package.
After a successful build, the executable is saved under the $(SolutionDir)..\..$(Platform)$(ProjectName).$(Configuration)\ folder, e.g. ..\..\X64\CPPEvalClient.Release\CppEvalClient.exe.
On Linux, please refer to Makefile for building samples. The target name EVAL_CLIENT, and EVAL_EXTENDED_CLIENT are used to build these projects.
@@ -8,6 +8,6 @@ Our AlexNet model is a slight variation of the Caffe implementation of AlexNet (

`python AlexNet_ImageNet_Distributed.py`

You may use this python script to train AlexNet on multiple GPUs or machines. For a reference on distributed training, please check [here](https://github.com/Microsoft/CNTK/wiki/Multiple-GPUs-and-machines#32-python). For example, the command for distributed training on the same machine (with multiple GPUs) with Windows is:
You may use this python script to train AlexNet on multiple GPUs or machines. For a reference on distributed training, please check [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Multiple-GPUs-and-machines). For example, the command for distributed training on the same machine (with multiple GPUs) with Windows is:

`mpiexec -n <#workers> python AlexNet_ImageNet_Distributed.py`
@@ -25,7 +25,7 @@ The network achieves an error rate of around `18%` after 30 epochs. This is comp
### ConvNet_CIFAR10_DataAug.cntk

The third example uses the same CNN as the previous example, but it improves by adding data augmentation to training. For this purpose, we use the `ImageReader` instead of the `CNTKTextFormatReader` to load the data. The ImageReader currently supports crop, flip, scale, color jittering, and mean subtraction.
For a reference on image reader and transforms, please check [here](https://github.com/Microsoft/CNTK/wiki/Image-reader).
For a reference on image reader and transforms, please check [here](https://docs.microsoft.com/en-us/cognitive-toolkit/BrainScript-Image-Reader).

Run the example from the current folder using:

@@ -49,7 +49,7 @@ All settings are identical to the previous example. The accuracy of the network

### ConvNet_CIFAR10_DataAug_Distributed.py

The fifth example uses the same CNN as ConvNet_CIFAR10_DataAug.py, but it adds support for distributed training with simple aggregation. For a reference on distributed training, please check [here](https://github.com/Microsoft/CNTK/wiki/Multiple-GPUs-and-machines#32-python).
The fifth example uses the same CNN as ConvNet_CIFAR10_DataAug.py, but it adds support for distributed training with simple aggregation. For a reference on distributed training, please check [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Multiple-GPUs-and-machines).
Note that this example will run with a CPU-only build.

`mpiexec -n <#workers> python ConvNet_CIFAR10_DataAug_Distributed.py`
@@ -24,7 +24,7 @@ For more parameter definitions, please use `-h` command to see the help text:

### BN_Inception_CIFAR10_Distributed.py

[This example](./BN_Inception_CIFAR10_Distributed.py) is similar to BN_Inception_CIFAR10.py, but it adds support for distributed training via [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface). Details can be found in [here](https://github.com/Microsoft/CNTK/wiki/Multiple-GPUs-and-machines#32-python).
[This example](./BN_Inception_CIFAR10_Distributed.py) is similar to BN_Inception_CIFAR10.py, but it adds support for distributed training via [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface). Details can be found in [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Multiple-GPUs-and-machines#42-running-parallel-training-with-python).
Note this example requires a multi-GPU machine or mpi hosts file to distribute to multiple machines.

Simple aggregation, BN-Inception, with a 2-GPU machine:
@@ -49,9 +49,9 @@ For more parameter definitions, please use `-h` command to see the help text:

### BN_Inception_ImageNet_Distributed.py

[This example](./BN_Inception_ImageNet_Distributed.py) is similar to BN_Inception_ImageNet.py, but it adds distributed training support.
[This example](./BN_Inception_ImageNet_Distributed.py) is similar to BN_Inception_ImageNet.py, but it adds distributed training support.

To run it in a distributed manner, please check [here](https://github.com/Microsoft/CNTK/wiki/Multiple-GPUs-and-machines#32-python). For example, the command for distributed training on the same machine (with multiple GPUs) with Windows is:
To run it in a distributed manner, please check [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Multiple-GPUs-and-machines#42-running-parallel-training-with-python). For example, the command for distributed training on the same machine (with multiple GPUs) with Windows is:

`mpiexec -n <#workers> python BN_Inception_ImageNet_Distributed.py`

@@ -143,7 +143,7 @@ TrainNetwork = {
}

# Re-statistics the mean and variance of batch normalization layers while other parameters frozen after training
# more details: https://github.com/Microsoft/CNTK/wiki/Post-Batch-Normalization-Statistics#post-batch-normalization-statistics
# more details: https://docs.microsoft.com/en-us/cognitive-toolkit/Post-Batch-Normalization-Statistics
BNStatistics = {
action = "bnstat"
modelPath = "$modelPath$"
@@ -143,7 +143,7 @@ TrainNetwork = {
}

# Re-statistics the mean and variance of batch normalization layers while other parameters frozen after training
# more details: https://github.com/Microsoft/CNTK/wiki/Post-Batch-Normalization-Statistics#post-batch-normalization-statistics
# more details: https://docs.microsoft.com/en-us/cognitive-toolkit/Post-Batch-Normalization-Statistics
BNStatistics = {
action = "bnstat"
modelPath = "$modelPath$"
@@ -136,7 +136,7 @@ TrainNetwork = {
}

# Re-statistics the mean and variance of batch normalization layers while other parameters frozen after training
# more details: https://github.com/Microsoft/CNTK/wiki/Post-Batch-Normalization-Statistics#post-batch-normalization-statistics
# more details: https://docs.microsoft.com/en-us/cognitive-toolkit/Post-Batch-Normalization-Statistics
BNStatistics = {
action = "bnstat"
modelPath = "$modelPath$"
@@ -137,7 +137,7 @@ TrainNetwork = {
}

# Re-statistics the mean and variance of batch normalization layers while other parameters frozen after training
# more details: https://github.com/Microsoft/CNTK/wiki/Post-Batch-Normalization-Statistics#post-batch-normalization-statistics
# more details: https://docs.microsoft.com/en-us/cognitive-toolkit/Post-Batch-Normalization-Statistics
BNStatistics = {
action = "bnstat"
modelPath = "$modelPath$"
@@ -147,7 +147,7 @@ TrainNetwork = {
}

# Re-statistics the mean and variance of batch normalization layers while other parameters frozen after training
# more details: https://github.com/Microsoft/CNTK/wiki/Post-Batch-Normalization-Statistics#post-batch-normalization-statistics
# more details: https://docs.microsoft.com/en-us/cognitive-toolkit/Post-Batch-Normalization-Statistics
BNStatistics = {
action = "bnstat"
modelPath = "$modelPath$"
@@ -19,7 +19,7 @@ for ResNet20 and ResNet110, respectively. The ResNet20 network achieves an error

### TrainResNet_CIFAR10_Distributed.py

[This example](./TrainResNet_CIFAR10_Distributed.py) is similar to TrainResNet_CIFAR10.py, but it adds support for distributed training via [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface). Details can be found [here](https://github.com/Microsoft/CNTK/wiki/Multiple-GPUs-and-machines).
[This example](./TrainResNet_CIFAR10_Distributed.py) is similar to TrainResNet_CIFAR10.py, but it adds support for distributed training via [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface). Details can be found [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Multiple-GPUs-and-machines).
Note this example requires a multi-GPU machine or mpi hosts file to distribute to multiple machines.

Simple aggregation, ResNet20, with a 2-GPU machine:
@@ -10,7 +10,7 @@ Run the example from the current folder using:

`python VGG16_ImageNet_Distributed.py`

To run it in a distributed manner, please check [here](https://github.com/Microsoft/CNTK/wiki/Multiple-GPUs-and-machines#32-python). For example, the command for distributed training on the same machine (with multiple GPUs) with Windows is:
To run it in a distributed manner, please check [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Multiple-GPUs-and-machines#42-running-parallel-training-with-python). For example, the command for distributed training on the same machine (with multiple GPUs) with Windows is:

`mpiexec -n <#workers> python VGG16_ImageNet_Distributed.py`

@@ -22,6 +22,6 @@ Run the example from the current folder using:

`python VGG19_ImageNet_Distributed.py`

To run it in a distributed manner, please check [here](https://github.com/Microsoft/CNTK/wiki/Multiple-GPUs-and-machines#32-python). For example, the command for distributed training on the same machine (with multiple GPUs) with Windows is:
To run it in a distributed manner, please check [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Multiple-GPUs-and-machines#42-running-parallel-training-with-python). For example, the command for distributed training on the same machine (with multiple GPUs) with Windows is:

`mpiexec -n <#workers> python VGG19_ImageNet_Distributed.py`
@@ -9,4 +9,4 @@ downloaded by cd to this directory, Examples/Image/DataSets/Animals and running

After running the script, you will see two folders with images (Train and Test).

The Animals dataset is for example used in the Transfer Learning example, see [here](https://github.com/Microsoft/CNTK/wiki/Build-your-own-image-classifier-using-Transfer-Learning).
The Animals dataset is for example used in the Transfer Learning example, see [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Build-your-own-image-classifier-using-Transfer-Learning).
@@ -9,4 +9,4 @@ downloaded by cd to this directory, Examples/Image/DataSets/Flowers and running

After running the script, you will see a 'jpg' folder that contains the images and three map files that split the roughly 8000 images into three sets of once 6000 and twice 1000 images.

The Flowers dataset is for example used in the Transfer Learning example, see [here](https://github.com/Microsoft/CNTK/wiki/Build-your-own-image-classifier-using-Transfer-Learning).
The Flowers dataset is for example used in the Transfer Learning example, see [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Build-your-own-image-classifier-using-Transfer-Learning).
@@ -9,4 +9,4 @@ downloaded by cd to this directory, Examples/Image/DataSets/Grocery and running

After running the script, you will see three folders with images (positive, negative and test) and several text files that contain mappings and annotations.

The grocery dataset is for example used in the Fast R-CNN object detection example, see [here](https://github.com/Microsoft/CNTK/wiki/Object-Detection-using-Fast-R-CNN).
The grocery dataset is for example used in the Fast R-CNN object detection example, see [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Object-Detection-using-Fast-R-CNN).
@@ -10,7 +10,7 @@ downloaded by running the following Python command:

`python install_pascalvoc.py`

This will download roughly 3.15GB of data and unpack it into the folder structure that is assumed in the [object recognition tutorial](https://github.com/Microsoft/CNTK/wiki/Object-Detection-using-Fast-R-CNN#run-pascal-voc)
This will download roughly 3.15GB of data and unpack it into the folder structure that is assumed in the [object recognition tutorial](https://docs.microsoft.com/en-us/cognitive-toolkit/Object-Detection-using-Fast-R-CNN#run-pascal-voc)

## Alternative: download data manually

@@ -8,7 +8,7 @@
"\n",
"This notebook demonstrates how to evaluate a single image using a CNTK Fast-RCNN model.\n",
"\n",
"For a full description of the model and the algorithm, please see the following <a href=\"https://github.com/Microsoft/CNTK/wiki/Object-Detection-using-Fast-R-CNN\" target=\"_blank\">tutorial</a>.\n",
"For a full description of the model and the algorithm, please see the following <a href=\"https://docs.microsoft.com/en-us/cognitive-toolkit/Object-Detection-using-Fast-R-CNN\" target=\"_blank\">tutorial</a>.\n",
"\n",
"Below, you will see sample code for:\n",
"1. Preparing the input data for the network (including image size adjustments)\n",
@@ -17,11 +17,11 @@
"\n",
"<b>Important</b>: Before running this notebook, please make sure that:\n",
"<ol>\n",
"<li>You have version >= 2.0 RC 1 of CNTK installed. Installation instructions are available <a href=\"https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-your-machine\" target=\"_blank\">here</a>.\n",
"<li>You have version >= 2.0 RC 1 of CNTK installed. Installation instructions are available <a href=\"https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-CNTK-on-your-machine\" target=\"_blank\">here</a>.\n",
"\n",
"<li>This notebook uses the CNTK python APIs and should be run from the CNTK python environment.</li>\n",
"\n",
"<li>OpenCV and the other required python packages for the Fast-RCNN scenario are installed. Please follow the instructions <a href=\"https://github.com/Microsoft/CNTK/wiki/Object-Detection-using-Fast-R-CNN#setup\" target=\"_blank\">in here</a> to install the required packages.\n",
"<li>OpenCV and the other required python packages for the Fast-RCNN scenario are installed. Please follow the instructions <a href=\"https://docs.microsoft.com/en-us/cognitive-toolkit/Object-Detection-using-Fast-R-CNN#setup\" target=\"_blank\">in here</a> to install the required packages.\n",
"</ol>"
]
},
@@ -101,7 +101,7 @@
"The trained model accepts 3 inputs: The image data, the bounding box (region of interest, or ROI) proposals and the ground truth labels of the ROIs. Since we are evaluating a new image - we probably don't have the ground truth labels for the image, hence - we need to adjust the network to accept only the image and the ROIs as input.\n",
"In order to do that we use the CNTK APIs to clone the network and change its input nodes.\n",
"\n",
"More information and examples regarding cloning nodes of a network are available in the <a href=\"https://github.com/Microsoft/CNTK/wiki/Build-your-own-image-classifier-using-Transfer-Learning\" target=\"_blank\">Transfer Learning</a> tutorial."
"More information and examples regarding cloning nodes of a network are available in the <a href=\"https://docs.microsoft.com/en-us/cognitive-toolkit/Build-your-own-image-classifier-using-Transfer-Learning\" target=\"_blank\">Transfer Learning</a> tutorial."
]
},
{
Image
Oops, something went wrong.

0 comments on commit 5ecc834

Please sign in to comment.
You can’t perform that action at this time.