Describe the bug
The getting started guide in the documentation states that you should run the following command to test the installation and flow:
cd DeeployTest
python testRunner_generic.py -t Tests/simpleRegression
However, the path Tests/simpleRegression does not exist anymore after the latests PRs.
To Reproduce
Enter Deeploy root and run:
cd DeeployTest
python testRunner_generic.py -t Tests/simpleRegression
Expected behavior
You should see the following output:
[100%] Linking C executable ../../../bin/CNN_Linear1
[100%] Built target CNN_Linear1
Initializing network...
Running network...
Errors: 0 out of 10
[Deeploy] ✔ No errors found in in Tests/Models/CNN_Linear1
Additional context
I will fix this in the documentation, I just have to find which test is the original simpleRegression test.
Describe the bug
The getting started guide in the documentation states that you should run the following command to test the installation and flow:
cd DeeployTest python testRunner_generic.py -t Tests/simpleRegressionHowever, the path
Tests/simpleRegressiondoes not exist anymore after the latests PRs.To Reproduce
Enter Deeploy root and run:
cd DeeployTest python testRunner_generic.py -t Tests/simpleRegressionExpected behavior
You should see the following output:
Additional context
I will fix this in the documentation, I just have to find which test is the original
simpleRegressiontest.