https://github.com/Microsoft/CNTK
Raw File
Tip revision: b689ebb5ad17463cbcb67425e61c959a31ca954b authored by Thiago Crepaldi on 13 August 2018, 16:02:01 UTC
Ignore TEST_TAG environment variable when not defined during testing
Tip revision: b689ebb
CSharpTests.txt
# CPU and GPU
CNTKv2CSharp/ExampleTests/LogisticRegressionTest
CNTKv2CSharp/ExampleTests/LSTMSequenceClassifierTest
CNTKv2CSharp/ExampleTests/MNISTClassifierTest
EvalClientTests/CNTKLibraryCSEvalExamplesTest

# CPU Only
CNTKv2CSharp/ExampleTests/SimpleFeedForwardClassifierTest
EvalClientTests/CSEvalClientTest
UnitTests/ManagedEvalTests
UnitTests/V2LibraryCSTests

# GPU Only
CNTKv2CSharp/ExampleTests/CifarResNetClassifierTest
CNTKv2CSharp/ExampleTests/TransferLearningTest
back to top