Usage
October 5, 2018 ยท View on GitHub
Make sure folders containing InferNetWrapper.py and Infer.NET binaries are present among the python's search paths.
Running Tests and Examples
- Run
SetupCompiler.cmdscript. It runsdotnet publishonCompiler.csprojand puts the results intosrc/IronPythonWrapper/Compilerfolder. - Open
TestWrapper.slnfor tests orInferNetExamples.slnfor examples. - Run the only project in the opened solution.