Permalink
Please
sign in to comment.
Browse files
updating links to old wiki - referencing now the doc site
- Loading branch information...
Showing
with
153 additions
and 154 deletions.
- +2 −2 CONTRIBUTING.md
- +2 −2 Dependencies/CNTKCustomMKL/README.md
- +2 −2 Examples/Evaluation/CSEvalClient/Program.cs
- +11 −9 Examples/Evaluation/README.md
- +1 −1 Examples/Image/Classification/AlexNet/Python/README.md
- +1 −1 Examples/Image/Classification/ConvNet/BrainScript/README.md
- +1 −1 Examples/Image/Classification/ConvNet/Python/README.md
- +3 −3 Examples/Image/Classification/GoogLeNet/BN-Inception/Python/README.md
- +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet101_ImageNet1K.cntk
- +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet152_ImageNet1K.cntk
- +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet18_ImageNet1K.cntk
- +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet34_ImageNet1K.cntk
- +1 −1 Examples/Image/Classification/ResNet/BrainScript/ResNet50_ImageNet1K.cntk
- +1 −1 Examples/Image/Classification/ResNet/Python/README.md
- +2 −2 Examples/Image/Classification/VGG/Python/README.md
- +1 −1 Examples/Image/DataSets/Animals/README.md
- +1 −1 Examples/Image/DataSets/Flowers/README.md
- +1 −1 Examples/Image/DataSets/Grocery/README.md
- +1 −1 Examples/Image/DataSets/Pascal/README.md
- +4 −4 Examples/Image/Detection/FastRCNN/CNTK_FastRCNN_Eval.ipynb
- +2 −2 Examples/Image/Detection/FastRCNN/README.md
- +4 −4 Examples/Image/GettingStarted/README.md
- +1 −1 Examples/Image/TransferLearning/README.md
- +1 −1 Examples/LanguageUnderstanding/ATIS/README.md
- +1 −1 Examples/Video/GettingStarted/README.md
- +3 −3 Makefile
- +17 −17 Scripts/README.md
- +1 −1 Scripts/install/linux/install-cntk.sh
- +2 −2 Scripts/install/windows/install.bat
- +1 −1 Scripts/install/windows/ps/_info.ps1
- +1 −1 Scripts/install/windows/ps/install.ps1
- +1 −1 Scripts/uci2ctf.py
- +2 −2 Source/CNTKv2LibraryDll/CNTKv2LibraryDll.vcxproj
- +2 −2 Source/Common/Include/MPIWrapper.h
- +1 −1 Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj
- +1 −1 Source/Math/CuDnnCommon.h
- +3 −3 Source/Math/Math.vcxproj
- +2 −2 Source/Math/MathCUDA.vcxproj
- +3 −3 Source/Readers/ImageReader/ImageReader.vcxproj
- +1 −1 Source/Readers/LMSequenceReader/LMSequenceReader.vcxproj
- +1 −1 Source/Readers/UCIFastReader/UCIFastReader.h
- +1 −1 Source/SGDLib/PostComputingActions.h
- +1 −1 Source/SGDLib/SGDLib.vcxproj
- +1 −1 .../EndToEndTests/EvalClientTests/CNTKLibraryCSEvalExamplesTest/CNTKLibraryCSEvalExamplesTest.csproj
- +1 −1 Tests/EndToEndTests/Examples/README_VS_Debug_arguments.txt
- +2 −2 Tests/EndToEndTests/README.md
- +2 −6 Tests/README.md
- +1 −1 Tests/UnitTests/BrainScriptTests/BrainScriptTests.vcxproj
- +1 −1 Tests/UnitTests/EvalTests/EvalTests.vcxproj
- +1 −1 Tests/UnitTests/MathTests/MathTests.vcxproj
- +1 −1 Tests/UnitTests/NetworkTests/NetworkTests.vcxproj
- +1 −1 Tests/UnitTests/ReaderTests/ReaderTests.vcxproj
- +1 −1 Tests/UnitTests/V2LibraryTests/V2LibraryTests.vcxproj
- +3 −3 Tools/cntk-binary-drop/linux/1bitsgd/ReadMe.txt
- +1 −1 Tools/cntk-binary-drop/linux/1bitsgd/license/CNTK-1bit-SGD-License-ReadMe.md
- +3 −3 Tools/cntk-binary-drop/linux/cpu/ReadMe.txt
- +3 −3 Tools/cntk-binary-drop/linux/gpu/ReadMe.txt
- +2 −2 Tools/devInstall/Windows/DevInstall.ps1
- +2 −2 Tools/devInstall/Windows/README.md
- +2 −2 Tools/devInstall/Windows/helper/PreRequisites.ps1
- +1 −1 Tools/docker/CNTK-GPU-1bit-Image/Dockerfile
- +2 −2 Tools/docker/README.md
- +3 −3 Tools/samples.json
- +1 −1 Tutorials/CNTK_101_LogisticRegression.ipynb
- +2 −2 Tutorials/CNTK_102_FeedForward.ipynb
- +1 −1 Tutorials/CNTK_103B_MNIST_LogisticRegression.ipynb
- +2 −2 Tutorials/CNTK_103D_MNIST_ConvolutionalNeuralNetwork.ipynb
- +1 −1 Tutorials/CNTK_201B_CIFAR-10_ImageHandsOn.ipynb
- +2 −2 Tutorials/CNTK_202_Language_Understanding.ipynb
- +1 −1 Tutorials/HelloWorld-LogisticRegression/README.md
- +1 −1 Tutorials/ImageHandsOn/README.md
- +5 −5 Tutorials/README.md
- +2 −1 Tutorials/SLUHandsOn/README.md
- +1 −1 bindings/csharp/CNTKLibraryManagedDll/CNTKLibraryManagedDll.csproj
- +1 −1 bindings/csharp/Swig/CNTKLibraryCSBinding.vcxproj
- +2 −2 bindings/java/Swig/CNTKLibraryJavaBinding.vcxproj
- +2 −2 bindings/python/README.md
- +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. | |||
Oops, something went wrong.


0 comments on commit
5ecc834